Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F107021887
sbcp_bus.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Apr 3, 16:36
Size
427 B
Mime Type
text/x-c
Expires
Sat, Apr 5, 16:36 (2 d)
Engine
blob
Format
Raw Data
Handle
25311463
Attached To
R6617 Oncilla SBCP Master Firmware
sbcp_bus.h
View Options
#ifndef SBCP_MASTER_SBCP_BUS_H_
#define SBCP_MASTER_SBCP_BUS_H_
#include "packet.h"
/// Initializes the sbcp bus processing
void init_sbcp_bus();
/// Processes the sbcp bus
void sbcp_process_bus();
/// Returns the next bus available packet, or 0 if none available
volatile packet_mdata * next_bus_packet();
/// Frees the bus packet
void release_bus_packet(volatile packet_mdata * pck);
#endif //SBCP_MASTER_SBCP_BUS_H_
Event Timeline
Log In to Comment