Searched refs:events (Results 1 – 11 of 11) sorted by relevance
50 static struct list_descriptor events; variable65 if (!is_list_element(&events, event)) { in event_subscribe()67 list_insert_as_head(&events, event); in event_subscribe()94 for ((current = (const struct event *)list_get_head(&events)); current; in event_unsubscribe()110 list_delete_element(&events, event); in event_unsubscribe()129 for ((current = (const struct event *)list_get_head(&events)); current; in event_post()
1844 LoRaMacClassBEvents_t events; in LoRaMacClassBProcess() local1847 events = LoRaMacClassBEvents; in LoRaMacClassBProcess()1851 if( events.Value != 0 ) in LoRaMacClassBProcess()1853 if( events.Events.Beacon == 1 ) in LoRaMacClassBProcess()1857 if( events.Events.PingSlot == 1 ) in LoRaMacClassBProcess()1861 if( events.Events.MulticastSlot == 1 ) in LoRaMacClassBProcess()
1515 LoRaMacRadioEvents_t events; in LoRaMacHandleIrqEvents() local1518 events = LoRaMacRadioEvents; in LoRaMacHandleIrqEvents()1522 if( events.Value != 0 ) in LoRaMacHandleIrqEvents()1524 if( events.Events.TxDone == 1 ) in LoRaMacHandleIrqEvents()1528 if( events.Events.RxDone == 1 ) in LoRaMacHandleIrqEvents()1532 if( events.Events.TxTimeout == 1 ) in LoRaMacHandleIrqEvents()1536 if( events.Events.RxError == 1 ) in LoRaMacHandleIrqEvents()1540 if( events.Events.RxTimeout == 1 ) in LoRaMacHandleIrqEvents()
121 void ( *Init )( RadioEvents_t *events );
172 void SX1272Init( RadioEvents_t *events );
302 void SX1272Init( RadioEvents_t *events ) in SX1272Init() argument306 RadioEvents = events; in SX1272Init()
172 void SX1276Init( RadioEvents_t *events );
311 void SX1276Init( RadioEvents_t *events ) in SX1276Init() argument315 RadioEvents = events; in SX1276Init()
38 void RadioInit( RadioEvents_t *events );520 void RadioInit( RadioEvents_t *events ) in RadioInit() argument522 RadioEvents = events; in RadioInit()
40 void RadioInit( RadioEvents_t* events );490 void RadioInit( RadioEvents_t* events ) in RadioInit() argument492 RadioEvents = events; in RadioInit()
666 …imer in OnRxDone and related error cases with a short interval to handle events promptly. (Issue #…914 - Changed radio callbacks events to timeout when it is a timeout event and error when it is a CRC e…