Searched refs:SX126xReadCommand (Results 1 – 11 of 11) sorted by relevance
/loramac-node-latest/src/radio/sx126x/ |
D | sx126x.c | 476 SX126xReadCommand( RADIO_GET_IRQSTATUS, irqStatus, 2 ); in SX126xGetIrqStatus() 705 stat = SX126xReadCommand( RADIO_GET_STATUS, NULL, 0 ); in SX126xGetStatus() 716 SX126xReadCommand( RADIO_GET_RSSIINST, buf, 1 ); in SX126xGetRssiInst() 725 SX126xReadCommand( RADIO_GET_RXBUFFERSTATUS, status, 2 ); in SX126xGetRxBufferStatus() 744 SX126xReadCommand( RADIO_GET_PACKETSTATUS, status, 3 ); in SX126xGetPacketStatus() 779 SX126xReadCommand( RADIO_GET_ERROR, ( uint8_t* )err, 2 ); in SX126xGetDeviceErrors()
|
/loramac-node-latest/src/boards/ |
D | sx126x-board.h | 102 uint8_t SX126xReadCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );
|
/loramac-node-latest/src/boards/NucleoL476/ |
D | sx1261mbxbas-board.c | 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|
D | sx1262mbxcas-board.c | 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|
D | sx1262mbxdas-board.c | 199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|
/loramac-node-latest/src/boards/NucleoL152/ |
D | sx1261mbxbas-board.c | 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|
D | sx1262mbxcas-board.c | 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|
D | sx1262mbxdas-board.c | 199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|
/loramac-node-latest/src/boards/NucleoL073/ |
D | sx1261mbxbas-board.c | 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|
D | sx1262mbxcas-board.c | 192 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|
D | sx1262mbxdas-board.c | 199 uint8_t SX126xReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX126xReadCommand() function
|