Skip to main content

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

Base struct

structMessagePayload

The base class for all message payloads. More...

Public Member Attributes Index

uint8_taddress = 0

The address of the STA5635 register to be accessed. More...

uint8_tcommand = 0

The STA5635 command code to be issued. More...

uint8_tdata[2] = {0}

The value to be sent to the device, where data[0] contains the MSB. More...

Public Static Attributes Index

static constexpr MessageTypeMESSAGE_TYPE = MessageType::STA5635_COMMAND
static constexpr uint8_tMESSAGE_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

uint8_t point_one::fusion_engine::messages::STA5635Command::address = 0

The address of the STA5635 register to be accessed.

Definition at line 52 of file sta5635.h.

52 uint8_t address = 0;

command

uint8_t point_one::fusion_engine::messages::STA5635Command::command = 0

The STA5635 command code to be issued.

Definition at line 50 of file sta5635.h.

50 uint8_t command = 0;

data

uint8_t point_one::fusion_engine::messages::STA5635Command::data[2] = {0}

The value to be sent to the device, where data[0] contains the MSB.

Definition at line 56 of file sta5635.h.

56 uint8_t data[2] = {0};

Public Static Attributes

MESSAGE_TYPE

constexpr MessageType point_one::fusion_engine::messages::STA5635Command::MESSAGE_TYPE = MessageType::STA5635_COMMAND
constexpr static

Definition at line 46 of file sta5635.h.

46 static constexpr MessageType MESSAGE_TYPE = MessageType::STA5635_COMMAND;

MESSAGE_VERSION

constexpr uint8_t point_one::fusion_engine::messages::STA5635Command::MESSAGE_VERSION = 0
constexpr static

Definition at line 47 of file sta5635.h.

47 static constexpr uint8_t MESSAGE_VERSION = 0;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.