[][src]Struct stm32h7::stm32h743v::flash::optsr_cur::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn opt_busy(&mut self) -> _OPT_BUSYW[src]

Bit 0 - Option byte change ongoing flag

pub fn bor_lev(&mut self) -> _BOR_LEVW[src]

Bits 2:3 - Brownout level option status bit

pub fn iwdg1_hw(&mut self) -> _IWDG1_HWW[src]

Bit 4 - IWDG1 control option status bit

pub fn n_rst_stop_d1(&mut self) -> _NRST_STOP_D1W[src]

Bit 6 - D1 DStop entry reset option status bit

pub fn n_rst_stby_d1(&mut self) -> _NRST_STBY_D1W[src]

Bit 7 - D1 DStandby entry reset option status bit

pub fn rdp(&mut self) -> _RDPW[src]

Bits 8:15 - Readout protection level option status byte

pub fn fz_iwdg_stop(&mut self) -> _FZ_IWDG_STOPW[src]

Bit 17 - IWDG Stop mode freeze option status bit

pub fn fz_iwdg_sdby(&mut self) -> _FZ_IWDG_SDBYW[src]

Bit 18 - IWDG Standby mode freeze option status bit

pub fn st_ram_size(&mut self) -> _ST_RAM_SIZEW[src]

Bits 19:20 - DTCM RAM size option status

pub fn security(&mut self) -> _SECURITYW[src]

Bit 21 - Security enable option status bit

pub fn rss1(&mut self) -> _RSS1W[src]

Bit 26 - User option bit 1

pub fn perso_ok(&mut self) -> _PERSO_OKW[src]

Bit 28 - Device personalization status bit

pub fn io_hslv(&mut self) -> _IO_HSLVW[src]

Bit 29 - I/O high-speed at low-voltage status bit (PRODUCT_BELOW_25V)

pub fn optchangeerr(&mut self) -> _OPTCHANGEERRW[src]

Bit 30 - Option byte change error flag

pub fn swap_bank_opt(&mut self) -> _SWAP_BANK_OPTW[src]

Bit 31 - Bank swapping option status bit

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self