Home
last modified time | relevance | path

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

/loramac-node-latest/src/mac/
DLoRaMac.c300 LoRaMacRadioEvents_t LoRaMacRadioEvents = { .Value = 0 }; variable
749 LoRaMacRadioEvents.Events.TxDone = 1; in OnRadioTxDone()
762 LoRaMacRadioEvents.Events.RxDone = 1; in OnRadioRxDone()
763 LoRaMacRadioEvents.Events.RxProcessPending = 1; in OnRadioRxDone()
770 LoRaMacRadioEvents.Events.TxTimeout = 1; in OnRadioTxTimeout()
777 LoRaMacRadioEvents.Events.RxError = 1; in OnRadioRxError()
784 LoRaMacRadioEvents.Events.RxTimeout = 1; in OnRadioRxTimeout()
891 LoRaMacRadioEvents.Events.RxProcessPending = 0; in ProcessRadioRxDone()
1518 events = LoRaMacRadioEvents; in LoRaMacHandleIrqEvents()
1519 LoRaMacRadioEvents.Value = 0; in LoRaMacHandleIrqEvents()
[all …]