Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/radio/
Dradio.h62 void ( *TxDone )( void ); member
/loramac-node-2.7.6/src/apps/ping-pong/NucleoL073/
Dmain.c178 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/apps/ping-pong/NucleoL152/
Dmain.c178 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/apps/ping-pong/SAMR34/
Dmain.c179 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/apps/ping-pong/SKiM880B/
Dmain.c170 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/apps/ping-pong/SKiM980A/
Dmain.c170 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/apps/ping-pong/NucleoL476/
Dmain.c178 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/apps/ping-pong/SKiM881AXL/
Dmain.c170 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/apps/ping-pong/B-L072Z-LRWAN1/
Dmain.c178 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/apps/ping-pong/NAMote72/
Dmain.c171 RadioEvents.TxDone = OnTxDone; in main()
/loramac-node-2.7.6/src/radio/sx126x/
Dradio.c1276 if( ( RadioEvents != NULL ) && ( RadioEvents->TxDone != NULL ) ) in RadioIrqProcess()
1278 RadioEvents->TxDone( ); in RadioIrqProcess()
/loramac-node-2.7.6/src/radio/lr1110/
Dradio.c1258 if( ( RadioEvents != NULL ) && ( RadioEvents->TxDone != NULL ) ) in RadioIrqProcess()
1260 RadioEvents->TxDone( ); in RadioIrqProcess()
/loramac-node-2.7.6/src/radio/sx1272/
Dsx1272.c1616 if( ( RadioEvents != NULL ) && ( RadioEvents->TxDone != NULL ) ) in SX1272OnDio0Irq()
1618 RadioEvents->TxDone( ); in SX1272OnDio0Irq()
/loramac-node-2.7.6/src/radio/sx1276/
Dsx1276.c1774 if( ( RadioEvents != NULL ) && ( RadioEvents->TxDone != NULL ) ) in SX1276OnDio0Irq()
1776 RadioEvents->TxDone( ); in SX1276OnDio0Irq()
/loramac-node-2.7.6/src/mac/
DLoRaMac.c275 uint32_t TxDone : 1; member
693 LoRaMacRadioEvents.Events.TxDone = 1; in OnRadioTxDone()
1364 if( events.Events.TxDone == 1 ) in LoRaMacHandleIrqEvents()
3425 MacCtx.RadioEvents.TxDone = OnRadioTxDone; in LoRaMacInitialization()