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 plli2sdivq(&mut self) -> _PLLI2SDIVQW<'_>
pub fn plli2sdivq(&mut self) -> _PLLI2SDIVQW<'_>
Bits 0:4 - PLLI2S division factor for SAI1 clock
Sourcepub fn pllsaidivq(&mut self) -> _PLLSAIDIVQW<'_>
pub fn pllsaidivq(&mut self) -> _PLLSAIDIVQW<'_>
Bits 8:12 - PLLSAI division factor for SAI1 clock
Sourcepub fn pllsaidivr(&mut self) -> _PLLSAIDIVRW<'_>
pub fn pllsaidivr(&mut self) -> _PLLSAIDIVRW<'_>
Bits 16:17 - division factor for LCD_CLK
Sourcepub fn dfsdm1sel(&mut self) -> _DFSDM1SELW<'_>
pub fn dfsdm1sel(&mut self) -> _DFSDM1SELW<'_>
Bit 25 - DFSDM1 clock source selection
Sourcepub fn adfsdm1sel(&mut self) -> _ADFSDM1SELW<'_>
pub fn adfsdm1sel(&mut self) -> _ADFSDM1SELW<'_>
Bit 26 - DFSDM1 AUDIO clock source selection
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