[−][src]Struct stm32l4x6::flash::optr::W
Value to write to the register
Methods
impl W
[src]
impl W
pub fn reset_value() -> W
[src]
pub fn reset_value() -> W
Reset value of the register
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
[src]
pub unsafe fn bits(&mut self, bits: u32) -> &mut Self
Writes raw bits to the register
pub fn rdp(&mut self) -> _RDPW
[src]
pub fn rdp(&mut self) -> _RDPW
Bits 0:7 - Read protection level
pub fn bor_lev(&mut self) -> _BOR_LEVW
[src]
pub fn bor_lev(&mut self) -> _BOR_LEVW
Bits 8:10 - BOR reset Level
pub fn n_rst_stop(&mut self) -> _NRST_STOPW
[src]
pub fn n_rst_stop(&mut self) -> _NRST_STOPW
Bit 12 - nRST_STOP
pub fn n_rst_stdby(&mut self) -> _NRST_STDBYW
[src]
pub fn n_rst_stdby(&mut self) -> _NRST_STDBYW
Bit 13 - nRST_STDBY
pub fn idwg_sw(&mut self) -> _IDWG_SWW
[src]
pub fn idwg_sw(&mut self) -> _IDWG_SWW
Bit 16 - Independent watchdog selection
pub fn iwdg_stop(&mut self) -> _IWDG_STOPW
[src]
pub fn iwdg_stop(&mut self) -> _IWDG_STOPW
Bit 17 - Independent watchdog counter freeze in Stop mode
pub fn iwdg_stdby(&mut self) -> _IWDG_STDBYW
[src]
pub fn iwdg_stdby(&mut self) -> _IWDG_STDBYW
Bit 18 - Independent watchdog counter freeze in Standby mode
pub fn wwdg_sw(&mut self) -> _WWDG_SWW
[src]
pub fn wwdg_sw(&mut self) -> _WWDG_SWW
Bit 19 - Window watchdog selection
pub fn bfb2(&mut self) -> _BFB2W
[src]
pub fn bfb2(&mut self) -> _BFB2W
Bit 20 - Dual-bank boot
pub fn dualbank(&mut self) -> _DUALBANKW
[src]
pub fn dualbank(&mut self) -> _DUALBANKW
Bit 21 - Dual-Bank on 512 KB or 256 KB Flash memory devices
pub fn n_boot1(&mut self) -> _NBOOT1W
[src]
pub fn n_boot1(&mut self) -> _NBOOT1W
Bit 23 - Boot configuration
pub fn sram2_pe(&mut self) -> _SRAM2_PEW
[src]
pub fn sram2_pe(&mut self) -> _SRAM2_PEW
Bit 24 - SRAM2 parity check enable
pub fn sram2_rst(&mut self) -> _SRAM2_RSTW
[src]
pub fn sram2_rst(&mut self) -> _SRAM2_RSTW
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