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 pllsai1on(&mut self) -> _PLLSAI1ONW<'_>
pub fn pllsai1on(&mut self) -> _PLLSAI1ONW<'_>
Bit 26 - SAI1 PLL enable
Sourcepub fn hsikeron(&mut self) -> _HSIKERONW<'_>
pub fn hsikeron(&mut self) -> _HSIKERONW<'_>
Bit 9 - HSI always enable for peripheral kernels
Sourcepub fn msirange(&mut self) -> _MSIRANGEW<'_>
pub fn msirange(&mut self) -> _MSIRANGEW<'_>
Bits 4:7 - MSI clock ranges
Sourcepub fn msirgsel(&mut self) -> _MSIRGSELW<'_>
pub fn msirgsel(&mut self) -> _MSIRGSELW<'_>
Bit 3 - MSI clock range selection
Sourcepub fn msipllen(&mut self) -> _MSIPLLENW<'_>
pub fn msipllen(&mut self) -> _MSIPLLENW<'_>
Bit 2 - MSI clock PLL enable
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