[−][src]Struct stm32f3xx_hal::stm32::flash::obr::R
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
Blanket Implementations
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self