Home
last modified time | relevance | path

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

/loramac-node-latest/
DCHANGELOG.md584 - Fixed `OnRadioRxDone` Node now drops frames on port 0 with fOpts > 0
585 - Fixed `OnRadioRxDone` Node now receives frames with fOpts > 0 when no payload is present
640 - Add a new function `PrepareRxDoneAbort` to prepare a break-out of `OnRadioRxDone` in case of an e…
648 - Relocate the activation of `LoRaMacFlags.Bits.McpsInd` in `OnRadioRxDone`
/loramac-node-latest/src/mac/
DLoRaMac.c316 static void OnRadioRxDone( uint8_t* payload, uint16_t size, int16_t rssi, int8_t snr );
754 static void OnRadioRxDone( uint8_t *payload, uint16_t size, int16_t rssi, int8_t snr ) in OnRadioRxDone() function
3902 MacCtx.RadioEvents.RxDone = OnRadioRxDone; in LoRaMacInitialization()