[]Struct nucleo_f042k6::stm32::flash::obr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn opterr(&self) -> OPTERRR

Bit 0 - Option byte error

pub fn rdprt(&self) -> RDPRTR

Bits 1:2 - Read protection level status

pub fn wdg_sw(&self) -> WDG_SWR

Bit 8 - WDG_SW

pub fn n_rst_stop(&self) -> NRST_STOPR

Bit 9 - nRST_STOP

pub fn n_rst_stdby(&self) -> NRST_STDBYR

Bit 10 - nRST_STDBY

pub fn n_boot0(&self) -> NBOOT0R

Bit 11 - nBOOT0

pub fn n_boot1(&self) -> NBOOT1R

Bit 12 - BOOT1

pub fn vdda_monitor(&self) -> VDDA_MONITORR

Bit 13 - VDDA_MONITOR

pub fn ram_parity_check(&self) -> RAM_PARITY_CHECKR

Bit 14 - RAM_PARITY_CHECK

pub fn boot_sel(&self) -> BOOT_SELR

Bit 15 - BOOT_SEL

pub fn data0(&self) -> DATA0R

Bits 16:23 - Data0

pub fn data1(&self) -> DATA1R

Bits 24:31 - Data1

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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