peary::utils::SI5345_REG_T

Struct to represent a register in the SI5345. More…

#include <peary/utils/datatypes.hpp>

Public Attributes

Name
uint16_t address
uint8_t value

Detailed Description

  struct peary::utils::SI5345_REG_T;
  

Struct to represent a register in the SI5345.

This struct holding a series of Silicon Labs Si5345 Rev B register writes that can be performed to load a single configuration on a device. To be used with file created by a Silicon Labs ClockBuilder Pro export tool.

Public Attributes Documentation

variable address

  uint16_t address;
  

variable value

  uint8_t value;
  

Updated on 2025-11-14 at 11:31:23 +0100