Home
last modified time | relevance | path

Searched refs:CadDone (Results 1 – 5 of 5) sorted by relevance

/loramac-node-latest/src/radio/
Dradio.h98 void ( *CadDone ) ( bool channelActivityDetected ); member
/loramac-node-latest/src/radio/sx1272/
Dsx1272.c1828 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()
/loramac-node-latest/src/radio/sx1276/
Dsx1276.c1987 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()
/loramac-node-latest/src/radio/sx126x/
Dradio.c1325 if( ( RadioEvents != NULL ) && ( RadioEvents->CadDone != NULL ) ) in RadioIrqProcess()
1327 … RadioEvents->CadDone( ( ( irqRegs & IRQ_CAD_ACTIVITY_DETECTED ) == IRQ_CAD_ACTIVITY_DETECTED ) ); in RadioIrqProcess()
/loramac-node-latest/src/radio/lr1110/
Dradio.c1306 if( ( RadioEvents != NULL ) && ( RadioEvents->CadDone != NULL ) ) in RadioIrqProcess()
1308 RadioEvents->CadDone( in RadioIrqProcess()