25#define TX_NOT_FULL_MASK 0x10000000
29static inline void wait_for_cc(
void) {
31 while (!(cc[CC_TCR] & TX_NOT_FULL_MASK) && (n_loops < 10000)) {
35 if (!(cc[CC_TCR] & TX_NOT_FULL_MASK)) {
36 log_error(
"Couldn't send spike; TCR=0x%08x\n", cc[CC_TCR]);
43static inline void send_spike_mc(uint32_t
key) {
51static inline void send_spike_mc_payload(uint32_t
key, uint32_t payload) {
void log_error(const char *message,...)
static uint32_t key
Base multicast key for sending messages.
void rt_error(uint code,...)