Union type for the structure of Register0 in ADF4351. More...
Data Fields | |
struct { | |
uint32_t ControlBits:3 | |
bit: 0.. 2 CONTROL BITS More... | |
uint32_t FracVal:12 | |
bit: 3..14 12-BIT FRACTIONAL VALUE (FRAC) More... | |
uint32_t IntVal:16 | |
bit: 15..30 16- BIT INTEGER VALUE (INT) More... | |
uint32_t _reserved_0:1 | |
bit: 31 RESERVED More... | |
} | b |
uint32_t | w |
Union type for the structure of Register0 in ADF4351.
uint32_t ADF4351_Reg0_t::_reserved_0 |
bit: 31 RESERVED
struct { ... } ADF4351_Reg0_t::b |
uint32_t ADF4351_Reg0_t::ControlBits |
bit: 0.. 2 CONTROL BITS
uint32_t ADF4351_Reg0_t::FracVal |
bit: 3..14 12-BIT FRACTIONAL VALUE (FRAC)
uint32_t ADF4351_Reg0_t::IntVal |
bit: 15..30 16- BIT INTEGER VALUE (INT)
uint32_t ADF4351_Reg0_t::w |