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