Home
last modified time | relevance | path

Searched refs:RadioCommands_t (Results 1 – 4 of 4) sorted by relevance

/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280-hal.h56 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 Dradio.h55 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 Dsx1280-hal.c330 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 Dsx1280.h729 }RadioCommands_t; typedef