Searched refs:CadDone (Results 1 – 5 of 5) sorted by relevance
98 void ( *CadDone ) ( bool channelActivityDetected ); member
1828 if( ( RadioEvents != NULL ) && ( RadioEvents->CadDone != NULL ) ) in SX1272OnDio3Irq()1830 RadioEvents->CadDone( true ); in SX1272OnDio3Irq()1837 if( ( RadioEvents != NULL ) && ( RadioEvents->CadDone != NULL ) ) in SX1272OnDio3Irq()1839 RadioEvents->CadDone( false ); in SX1272OnDio3Irq()
1987 if( ( RadioEvents != NULL ) && ( RadioEvents->CadDone != NULL ) ) in SX1276OnDio3Irq()1989 RadioEvents->CadDone( true ); in SX1276OnDio3Irq()1996 if( ( RadioEvents != NULL ) && ( RadioEvents->CadDone != NULL ) ) in SX1276OnDio3Irq()1998 RadioEvents->CadDone( false ); in SX1276OnDio3Irq()
1325 if( ( RadioEvents != NULL ) && ( RadioEvents->CadDone != NULL ) ) in RadioIrqProcess()1327 … RadioEvents->CadDone( ( ( irqRegs & IRQ_CAD_ACTIVITY_DETECTED ) == IRQ_CAD_ACTIVITY_DETECTED ) ); in RadioIrqProcess()
1306 if( ( RadioEvents != NULL ) && ( RadioEvents->CadDone != NULL ) ) in RadioIrqProcess()1308 RadioEvents->CadDone( in RadioIrqProcess()