STA5635Command Struct
A command to be sent to an attached STA5635 RF front-end. More...
Declaration
struct point_one::fusion_engine::messages::STA5635Command { ... }
Included Headers
#include <point_one/fusion_engine/messages/sta5635.h>
Base struct
| struct | MessagePayload |
|
The base class for all message payloads. More... | |
Public Member Attributes Index
| uint8_t | address = 0 |
|
The address of the STA5635 register to be accessed. More... | |
| uint8_t | command = 0 |
|
The STA5635 command code to be issued. More... | |
| uint8_t | data[2] = {0} |
|
The value to be sent to the device, where data[0] contains the MSB. More... | |
Public Static Attributes Index
| static constexpr MessageType | MESSAGE_TYPE = MessageType::STA5635_COMMAND |
| static constexpr uint8_t | MESSAGE_VERSION = 0 |
Description
A command to be sent to an attached STA5635 RF front-end.
(MessageType::STA5635_COMMAND, version 1).
See the STA5635 data sheet for the allowed command, address, and data values.
Definition at line 45 of file sta5635.h.
Public Member Attributes
address
|
command
|
data
Public Static Attributes
MESSAGE_TYPE
| constexpr static |
Definition at line 46 of file sta5635.h.
46 static constexpr MessageType MESSAGE_TYPE = MessageType::STA5635_COMMAND;
MESSAGE_VERSION
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.