Struct stm32_hal2::pac::flash::optsr_prg_::R
source · [−]pub struct R(_);
Expand description
Register OPTSR_PRG_
reader
Implementations
sourceimpl R
impl R
sourcepub fn iwdg1_hw(&self) -> IWDG1_HW_R
pub fn iwdg1_hw(&self) -> IWDG1_HW_R
Bit 4 - IWDG1 option configuration bit
sourcepub fn n_rst_stop_d1(&self) -> NRST_STOP_D1_R
pub fn n_rst_stop_d1(&self) -> NRST_STOP_D1_R
Bit 6 - Option byte erase after D1 DStop option configuration bit
sourcepub fn n_rst_stby_d1(&self) -> NRST_STBY_D1_R
pub fn n_rst_stby_d1(&self) -> NRST_STBY_D1_R
Bit 7 - Option byte erase after D1 DStandby option configuration bit
sourcepub fn fz_iwdg_stop(&self) -> FZ_IWDG_STOP_R
pub fn fz_iwdg_stop(&self) -> FZ_IWDG_STOP_R
Bit 17 - IWDG Stop mode freeze option configuration bit
sourcepub fn fz_iwdg_sdby(&self) -> FZ_IWDG_SDBY_R
pub fn fz_iwdg_sdby(&self) -> FZ_IWDG_SDBY_R
Bit 18 - IWDG Standby mode freeze option configuration bit
sourcepub fn st_ram_size(&self) -> ST_RAM_SIZE_R
pub fn st_ram_size(&self) -> ST_RAM_SIZE_R
Bits 19:20 - DTCM size select option configuration bits
sourcepub fn security(&self) -> SECURITY_R
pub fn security(&self) -> SECURITY_R
Bit 21 - Security option configuration bit
sourcepub fn swap_bank_opt(&self) -> SWAP_BANK_OPT_R
pub fn swap_bank_opt(&self) -> SWAP_BANK_OPT_R
Bit 31 - Bank swapping option configuration bit
Methods from Deref<Target = R<OPTSR_PRG__SPEC>>
sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
sourceimpl From<R<OPTSR_PRG__SPEC>> for R
impl From<R<OPTSR_PRG__SPEC>> for R
sourcefn from(reader: R<OPTSR_PRG__SPEC>) -> R
fn from(reader: R<OPTSR_PRG__SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more