[−][src]Struct stm32l4x6::flash::optr::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn rdp(&self) -> RDPR
[src]
pub fn rdp(&self) -> RDPR
Bits 0:7 - Read protection level
pub fn bor_lev(&self) -> BOR_LEVR
[src]
pub fn bor_lev(&self) -> BOR_LEVR
Bits 8:10 - BOR reset Level
pub fn n_rst_stop(&self) -> NRST_STOPR
[src]
pub fn n_rst_stop(&self) -> NRST_STOPR
Bit 12 - nRST_STOP
pub fn n_rst_stdby(&self) -> NRST_STDBYR
[src]
pub fn n_rst_stdby(&self) -> NRST_STDBYR
Bit 13 - nRST_STDBY
pub fn idwg_sw(&self) -> IDWG_SWR
[src]
pub fn idwg_sw(&self) -> IDWG_SWR
Bit 16 - Independent watchdog selection
pub fn iwdg_stop(&self) -> IWDG_STOPR
[src]
pub fn iwdg_stop(&self) -> IWDG_STOPR
Bit 17 - Independent watchdog counter freeze in Stop mode
pub fn iwdg_stdby(&self) -> IWDG_STDBYR
[src]
pub fn iwdg_stdby(&self) -> IWDG_STDBYR
Bit 18 - Independent watchdog counter freeze in Standby mode
pub fn wwdg_sw(&self) -> WWDG_SWR
[src]
pub fn wwdg_sw(&self) -> WWDG_SWR
Bit 19 - Window watchdog selection
pub fn bfb2(&self) -> BFB2R
[src]
pub fn bfb2(&self) -> BFB2R
Bit 20 - Dual-bank boot
pub fn dualbank(&self) -> DUALBANKR
[src]
pub fn dualbank(&self) -> DUALBANKR
Bit 21 - Dual-Bank on 512 KB or 256 KB Flash memory devices
pub fn n_boot1(&self) -> NBOOT1R
[src]
pub fn n_boot1(&self) -> NBOOT1R
Bit 23 - Boot configuration
pub fn sram2_pe(&self) -> SRAM2_PER
[src]
pub fn sram2_pe(&self) -> SRAM2_PER
Bit 24 - SRAM2 parity check enable
pub fn sram2_rst(&self) -> SRAM2_RSTR
[src]
pub fn sram2_rst(&self) -> SRAM2_RSTR
Bit 25 - SRAM2 Erase when system reset
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more