Searched refs:RadioCommands_t (Results 1 – 11 of 11) sorted by relevance
/loramac-node-latest/src/boards/ |
D | sx126x-board.h | 91 void SX126xWriteCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size ); 102 uint8_t SX126xReadCommand( 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() 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
D | sx1262mbxcas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
D | sx1262mbxdas-board.c | 178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() 199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | sx1261mbxbas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
D | sx1262mbxcas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
D | sx1262mbxdas-board.c | 178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() 199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | sx1261mbxbas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
D | sx1262mbxcas-board.c | 171 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
D | sx1262mbxdas-board.c | 178 void SX126xWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xWriteCommand() 199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand()
|
/loramac-node-latest/src/radio/sx126x/ |
D | sx126x.h | 555 }RadioCommands_t; typedef
|