pub struct W { /* private fields */ }Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn pllr(&mut self) -> _PLLRW<'_>
pub fn pllr(&mut self) -> _PLLRW<'_>
Bits 25:26 - Main PLL division factor for PLLCLK (system clock)
Sourcepub fn pllq(&mut self) -> _PLLQW<'_>
pub fn pllq(&mut self) -> _PLLQW<'_>
Bits 21:22 - Main PLL division factor for PLLUSB1CLK(48 MHz clock)
Sourcepub fn pllp(&mut self) -> _PLLPW<'_>
pub fn pllp(&mut self) -> _PLLPW<'_>
Bit 17 - Main PLL division factor for PLLSAI3CLK (SAI1 and SAI2 clock)
Sourcepub fn pllm(&mut self) -> _PLLMW<'_>
pub fn pllm(&mut self) -> _PLLMW<'_>
Bits 4:6 - Division factor for the main PLL and audio PLL (PLLSAI1 and PLLSAI2) input clock
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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