Home
last modified time | relevance | path

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

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