Searched refs:RxError (Results 1 – 15 of 15) sorted by relevance
85 void ( *RxError )( void ); member
182 RadioEvents.RxError = OnRxError; in main()
183 RadioEvents.RxError = OnRxError; in main()
174 RadioEvents.RxError = OnRxError; in main()
175 RadioEvents.RxError = OnRxError; in main()
1494 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()
1637 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()
1293 if( ( RadioEvents != NULL ) && ( RadioEvents->RxError ) ) in RadioIrqProcess()1295 RadioEvents->RxError( ); in RadioIrqProcess()
1298 if( ( RadioEvents != NULL ) && ( RadioEvents->RxError != NULL ) ) in RadioIrqProcess()1300 RadioEvents->RxError( ); in RadioIrqProcess()
290 uint32_t RxError : 1; member777 LoRaMacRadioEvents.Events.RxError = 1; in OnRadioRxError()1536 if( events.Events.RxError == 1 ) in LoRaMacHandleIrqEvents()3903 MacCtx.RadioEvents.RxError = OnRadioRxError; in LoRaMacInitialization()