Home
last modified time | relevance | path

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

/loramac-node-latest/src/radio/
Dradio.h85 void ( *RxError )( void ); member
/loramac-node-latest/src/apps/ping-pong/NucleoL073/
Dmain.c182 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/apps/ping-pong/NucleoL152/
Dmain.c182 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/apps/ping-pong/SAMR34/
Dmain.c183 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/apps/ping-pong/SKiM881AXL/
Dmain.c174 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/apps/ping-pong/SKiM980A/
Dmain.c174 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/apps/ping-pong/NucleoL476/
Dmain.c182 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/apps/ping-pong/SKiM880B/
Dmain.c174 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/apps/ping-pong/B-L072Z-LRWAN1/
Dmain.c182 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/apps/ping-pong/NAMote72/
Dmain.c175 RadioEvents.RxError = OnRxError; in main()
/loramac-node-latest/src/radio/sx1272/
Dsx1272.c1494 if( ( RadioEvents != NULL ) && ( RadioEvents->RxError != NULL ) ) in SX1272OnDio0Irq()
1496 RadioEvents->RxError( ); in SX1272OnDio0Irq()
1565 if( ( RadioEvents != NULL ) && ( RadioEvents->RxError != NULL ) ) in SX1272OnDio0Irq()
1567 RadioEvents->RxError( ); in SX1272OnDio0Irq()
/loramac-node-latest/src/radio/sx1276/
Dsx1276.c1637 if( ( RadioEvents != NULL ) && ( RadioEvents->RxError != NULL ) ) in SX1276OnDio0Irq()
1639 RadioEvents->RxError( ); in SX1276OnDio0Irq()
1708 if( ( RadioEvents != NULL ) && ( RadioEvents->RxError != NULL ) ) in SX1276OnDio0Irq()
1710 RadioEvents->RxError( ); in SX1276OnDio0Irq()
/loramac-node-latest/src/radio/sx126x/
Dradio.c1293 if( ( RadioEvents != NULL ) && ( RadioEvents->RxError ) ) in RadioIrqProcess()
1295 RadioEvents->RxError( ); in RadioIrqProcess()
/loramac-node-latest/src/radio/lr1110/
Dradio.c1298 if( ( RadioEvents != NULL ) && ( RadioEvents->RxError != NULL ) ) in RadioIrqProcess()
1300 RadioEvents->RxError( ); in RadioIrqProcess()
/loramac-node-latest/src/mac/
DLoRaMac.c290 uint32_t RxError : 1; member
777 LoRaMacRadioEvents.Events.RxError = 1; in OnRadioRxError()
1536 if( events.Events.RxError == 1 ) in LoRaMacHandleIrqEvents()
3903 MacCtx.RadioEvents.RxError = OnRadioRxError; in LoRaMacInitialization()