Home
last modified time | relevance | path

Searched refs:RADIO_WAKEUP_TIME (Results 1 – 6 of 6) sorted by relevance

/loramac-node-latest/src/radio/sx1272/
Dsx1272.h42 #define RADIO_WAKEUP_TIME 1 // [ms] macro
Dsx1272.c1236 return SX1272GetBoardTcxoWakeupTime( ) + RADIO_WAKEUP_TIME; in SX1272GetWakeupTime()
/loramac-node-latest/src/radio/sx1276/
Dsx1276.h42 #define RADIO_WAKEUP_TIME 1 // [ms] macro
Dsx1276.c1376 return SX1276GetBoardTcxoWakeupTime( ) + RADIO_WAKEUP_TIME; in SX1276GetWakeupTime()
/loramac-node-latest/src/radio/sx126x/
Dsx126x.h44 #define RADIO_WAKEUP_TIME 3 // [ms] macro
Dradio.c1226 return SX126xGetBoardTcxoWakeupTime( ) + RADIO_WAKEUP_TIME; in RadioGetWakeupTime()