pub struct FDIV_W<'a> { /* private fields */ }Expand description
Field FDIV writer - Functional clock divider, or 0 if no divide. The term “clocks” in this spec then refer to divided clocks. For a 12MHz input (e.g. FRO 12MHz), this would normally be set to generate a 4MHz output (so, 2). For a 1MHz input, it should be 0. Note for internal use: this does not produce a 50/50 duty cycle when non even divide.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FDIV_W<'a>
impl<'a> RefUnwindSafe for FDIV_W<'a>
impl<'a> Send for FDIV_W<'a>
impl<'a> Sync for FDIV_W<'a>
impl<'a> Unpin for FDIV_W<'a>
impl<'a> !UnwindSafe for FDIV_W<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more