[][src]Struct stm32h7::stm32h743::flash::optsr_prg::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bits 2:3 - BOR reset level option configuration bits

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

Bit 4 - IWDG1 option configuration bit

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

Bit 6 - Option byte erase after D1 DStop option configuration bit

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

Bit 7 - Option byte erase after D1 DStandby option configuration bit

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

Bits 8:15 - Readout protection level option configuration byte

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

Bit 17 - IWDG Stop mode freeze option configuration bit

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

Bit 18 - IWDG Standby mode freeze option configuration bit

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

Bits 19:20 - DTCM size select option configuration bits

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

Bit 21 - Security option configuration bit

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

Bit 26 - User option configuration bit 1

pub fn rss2(&self) -> RSS2R[src]

Bit 27 - User option configuration bit 2

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

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

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

Bit 31 - Bank swapping option configuration bit

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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