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 lsecssie(&mut self) -> _LSECSSIEW<'_>
pub fn lsecssie(&mut self) -> _LSECSSIEW<'_>
Bit 9 - LSE clock security system interrupt enable
Sourcepub fn pllsai1rdyie(&mut self) -> _PLLSAI1RDYIEW<'_>
pub fn pllsai1rdyie(&mut self) -> _PLLSAI1RDYIEW<'_>
Bit 6 - PLLSAI1 ready interrupt enable
Sourcepub fn pllrdyie(&mut self) -> _PLLRDYIEW<'_>
pub fn pllrdyie(&mut self) -> _PLLRDYIEW<'_>
Bit 5 - PLL ready interrupt enable
Sourcepub fn hserdyie(&mut self) -> _HSERDYIEW<'_>
pub fn hserdyie(&mut self) -> _HSERDYIEW<'_>
Bit 4 - HSE ready interrupt enable
Sourcepub fn hsirdyie(&mut self) -> _HSIRDYIEW<'_>
pub fn hsirdyie(&mut self) -> _HSIRDYIEW<'_>
Bit 3 - HSI ready interrupt enable
Sourcepub fn msirdyie(&mut self) -> _MSIRDYIEW<'_>
pub fn msirdyie(&mut self) -> _MSIRDYIEW<'_>
Bit 2 - MSI ready interrupt enable
Sourcepub fn lserdyie(&mut self) -> _LSERDYIEW<'_>
pub fn lserdyie(&mut self) -> _LSERDYIEW<'_>
Bit 1 - LSE ready interrupt enable
Sourcepub fn lsirdyie(&mut self) -> _LSIRDYIEW<'_>
pub fn lsirdyie(&mut self) -> _LSIRDYIEW<'_>
Bit 0 - LSI ready interrupt enable
Sourcepub fn hsi48rdyie(&mut self) -> _HSI48RDYIEW<'_>
pub fn hsi48rdyie(&mut self) -> _HSI48RDYIEW<'_>
Bit 10 - HSI48 ready interrupt 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