Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92683389
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
Fri, Nov 22, 18:02
Size
427 B
Mime Type
text/x-c
Expires
Sun, Nov 24, 18:02 (2 d)
Engine
blob
Format
Raw Data
Handle
22486403
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