Home
last modified time | relevance | path

Searched refs:events (Results 1 – 11 of 11) sorted by relevance

/loramac-node-3.7.0/src/boards/mcu/saml21/hal/utils/src/
Dutils_event.c50 static struct list_descriptor events; variable
65 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()
/loramac-node-3.7.0/src/mac/
DLoRaMacClassB.c1844 LoRaMacClassBEvents_t events; in LoRaMacClassBProcess() local
1847 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()
DLoRaMac.c1515 LoRaMacRadioEvents_t events; in LoRaMacHandleIrqEvents() local
1518 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()
/loramac-node-3.7.0/src/radio/
Dradio.h121 void ( *Init )( RadioEvents_t *events );
/loramac-node-3.7.0/src/radio/sx1272/
Dsx1272.h172 void SX1272Init( RadioEvents_t *events );
Dsx1272.c302 void SX1272Init( RadioEvents_t *events ) in SX1272Init() argument
306 RadioEvents = events; in SX1272Init()
/loramac-node-3.7.0/src/radio/sx1276/
Dsx1276.h172 void SX1276Init( RadioEvents_t *events );
Dsx1276.c311 void SX1276Init( RadioEvents_t *events ) in SX1276Init() argument
315 RadioEvents = events; in SX1276Init()
/loramac-node-3.7.0/src/radio/sx126x/
Dradio.c38 void RadioInit( RadioEvents_t *events );
520 void RadioInit( RadioEvents_t *events ) in RadioInit() argument
522 RadioEvents = events; in RadioInit()
/loramac-node-3.7.0/src/radio/lr1110/
Dradio.c40 void RadioInit( RadioEvents_t* events );
490 void RadioInit( RadioEvents_t* events ) in RadioInit() argument
492 RadioEvents = events; in RadioInit()
/loramac-node-3.7.0/
DCHANGELOG.md666 …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…