Struct lpc82x::syscon::syspllctrl::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 0:4 - Feedback divider value. The division value M is the programmed MSEL value + 1. 00000: Division ratio M = 1 to 11111: Division ratio M = 32

Bits 5:6 - Post divider ratio P. The division ratio is 2 x P.

Auto Trait Implementations

impl Send for R

impl Sync for R