Searched refs:SX126xWriteCommand (Results 1 – 11 of 11) sorted by relevance
/loramac-node-latest/src/radio/sx126x/ |
D | sx126x.c | 267 SX126xWriteCommand( RADIO_SET_SLEEP, &value, 1 ); in SX126xSetSleep() 273 SX126xWriteCommand( RADIO_SET_STANDBY, ( uint8_t* )&standbyConfig, 1 ); in SX126xSetStandby() 286 SX126xWriteCommand( RADIO_SET_FS, 0, 0 ); in SX126xSetFs() 299 SX126xWriteCommand( RADIO_SET_TX, buf, 3 ); in SX126xSetTx() 313 SX126xWriteCommand( RADIO_SET_RX, buf, 3 ); in SX126xSetRx() 327 SX126xWriteCommand( RADIO_SET_RX, buf, 3 ); in SX126xSetRxBoosted() 340 SX126xWriteCommand( RADIO_SET_RXDUTYCYCLE, buf, 6 ); in SX126xSetRxDutyCycle() 346 SX126xWriteCommand( RADIO_SET_CAD, 0, 0 ); in SX126xSetCad() 352 SX126xWriteCommand( RADIO_SET_TXCONTINUOUSWAVE, 0, 0 ); in SX126xSetTxContinuousWave() 358 SX126xWriteCommand( RADIO_SET_TXCONTINUOUSPREAMBLE, 0, 0 ); in SX126xSetTxInfinitePreamble() [all …]
|
/loramac-node-latest/src/boards/ |
D | sx126x-board.h | 91 void SX126xWriteCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | sx1261mbxbas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
D | sx1262mbxcas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
D | sx1262mbxdas-board.c | 178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | sx1261mbxbas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
D | sx1262mbxcas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
D | sx1262mbxdas-board.c | 178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | sx1261mbxbas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
D | sx1262mbxcas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|
D | sx1262mbxdas-board.c | 178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() function
|