Searched refs:RadioCommands_t (Results 1 – 4 of 4) sorted by relevance
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/ |
H A D | sx1280-hal.h | 56 void SX1280HalWriteCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size ); 65 void SX1280HalReadCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );
|
H A D | radio.h | 55 void ( *WriteCommand )( RadioCommands_t opcode, uint8_t *buffer, uint16_t size ); 64 void ( *ReadCommand )( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );
|
H A D | sx1280-hal.c | 330 void SX1280HalWriteCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX1280HalWriteCommand() 350 void SX1280HalReadCommand( RadioCommands_t command, uint8_t *buffer, uint16_t size ) in SX1280HalReadCommand()
|
H A D | sx1280.h | 729 }RadioCommands_t; typedef
|