[][src]Struct stm32f3::stm32f303::flash::obr::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 opterr(&self) -> OPTERRR
[src]

Bit 0 - Option byte error

pub fn level1_prot(&self) -> LEVEL1_PROTR
[src]

Bit 1 - Level 1 protection status

pub fn level2_prot(&self) -> LEVEL2_PROTR
[src]

Bit 2 - Level 2 protection status

pub fn wdg_sw(&self) -> WDG_SWR
[src]

Bit 8 - WDG_SW

pub fn n_rst_stop(&self) -> NRST_STOPR
[src]

Bit 9 - nRST_STOP

pub fn n_rst_stdby(&self) -> NRST_STDBYR
[src]

Bit 10 - nRST_STDBY

pub fn boot1(&self) -> BOOT1R
[src]

Bit 12 - BOOT1

pub fn vdda_monitor(&self) -> VDDA_MONITORR
[src]

Bit 13 - VDDA_MONITOR

pub fn sram_parity_check(&self) -> SRAM_PARITY_CHECKR
[src]

Bit 14 - SRAM_PARITY_CHECK

pub fn data0(&self) -> DATA0R
[src]

Bits 16:23 - Data0

pub fn data1(&self) -> DATA1R
[src]

Bits 24:31 - Data1

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

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, 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]