pub struct W(/* private fields */);
Expand description
Register OPTR
writer
Implementations§
Source§impl W
impl W
Sourcepub fn borf_lev(&mut self) -> BORF_LEV_W<'_>
pub fn borf_lev(&mut self) -> BORF_LEV_W<'_>
Bits 9:10 - These bits contain the VDD supply level threshold that activates the reset
Sourcepub fn borr_lev(&mut self) -> BORR_LEV_W<'_>
pub fn borr_lev(&mut self) -> BORR_LEV_W<'_>
Bits 11:12 - These bits contain the VDD supply level threshold that releases the reset.
Sourcepub fn n_rst_stop(&mut self) -> NRST_STOP_W<'_>
pub fn n_rst_stop(&mut self) -> NRST_STOP_W<'_>
Bit 13 - nRST_STOP
Sourcepub fn n_rst_stdby(&mut self) -> NRST_STDBY_W<'_>
pub fn n_rst_stdby(&mut self) -> NRST_STDBY_W<'_>
Bit 14 - nRST_STDBY
Sourcepub fn n_rsts_hdw(&mut self) -> NRSTS_HDW_W<'_>
pub fn n_rsts_hdw(&mut self) -> NRSTS_HDW_W<'_>
Bit 15 - nRSTS_HDW
Sourcepub fn iwdg_stop(&mut self) -> IWDG_STOP_W<'_>
pub fn iwdg_stop(&mut self) -> IWDG_STOP_W<'_>
Bit 17 - Independent watchdog counter freeze in Stop mode
Sourcepub fn iwdg_stdby(&mut self) -> IWDG_STDBY_W<'_>
pub fn iwdg_stdby(&mut self) -> IWDG_STDBY_W<'_>
Bit 18 - Independent watchdog counter freeze in Standby mode
Sourcepub fn ram_parity_check(&mut self) -> RAM_PARITY_CHECK_W<'_>
pub fn ram_parity_check(&mut self) -> RAM_PARITY_CHECK_W<'_>
Bit 22 - SRAM parity check control
Sourcepub fn n_boot_sel(&mut self) -> NBOOT_SEL_W<'_>
pub fn n_boot_sel(&mut self) -> NBOOT_SEL_W<'_>
Bit 24 - nBOOT_SEL
Sourcepub fn nrst_mode(&mut self) -> NRST_MODE_W<'_>
pub fn nrst_mode(&mut self) -> NRST_MODE_W<'_>
Bits 27:28 - NRST_MODE
Methods from Deref<Target = W<OPTR_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
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