Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/NucleoL476/
Dsx1261mbxbas-board.c157 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
Dsx1262mbxcas-board.c157 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
Dsx1262mbxdas-board.c164 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
/loramac-node-latest/src/boards/NucleoL152/
Dsx1261mbxbas-board.c157 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
Dsx1262mbxcas-board.c157 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
Dsx1262mbxdas-board.c164 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
/loramac-node-latest/src/boards/NucleoL073/
Dsx1261mbxbas-board.c157 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
Dsx1262mbxcas-board.c157 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
Dsx1262mbxdas-board.c164 SpiInOut( &SX126x.Spi, RADIO_GET_STATUS ); in SX126xWakeup()
/loramac-node-latest/src/radio/sx126x/
Dsx126x.h514 RADIO_GET_STATUS = 0xC0, enumerator
Dsx126x.c705 stat = SX126xReadCommand( RADIO_GET_STATUS, NULL, 0 ); in SX126xGetStatus()