Home
last modified time | relevance | path

Searched refs:RADIO_SET_SLEEP (Results 1 – 11 of 11) sorted by relevance

/loramac-node-latest/src/boards/NucleoL476/
Dsx1261mbxbas-board.c186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
Dsx1262mbxcas-board.c186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
Dsx1262mbxdas-board.c193 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
/loramac-node-latest/src/boards/NucleoL152/
Dsx1261mbxbas-board.c186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
Dsx1262mbxcas-board.c186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
Dsx1262mbxdas-board.c193 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
/loramac-node-latest/src/boards/NucleoL073/
Dsx1261mbxbas-board.c186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
Dsx1262mbxcas-board.c186 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
Dsx1262mbxdas-board.c193 if( command != RADIO_SET_SLEEP ) in SX126xWriteCommand()
/loramac-node-latest/src/radio/sx126x/
Dsx126x.h519 RADIO_SET_SLEEP = 0x84, enumerator
Dsx126x.c267 SX126xWriteCommand( RADIO_SET_SLEEP, &value, 1 ); in SX126xSetSleep()