Searched defs:Radio_s (Results 1 – 1 of 1) sorted by relevance
27 struct Radio_s struct34 void ( *Init )( RadioCallbacks_t *callbacks );39 void ( *Reset )( void );46 RadioStatus_t ( *GetStatus )( void );55 void ( *WriteCommand )( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );64 void ( *ReadCommand )( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );73 void ( *WriteRegisters )( uint16_t address, uint8_t *buffer, uint16_t size );81 void ( *WriteRegister )( uint16_t address, uint8_t value );90 void ( *ReadRegisters )( uint16_t address, uint8_t *buffer, uint16_t size );99 uint8_t ( *ReadRegister )( uint16_t address );[all …]