Struct stm32_metapac::flash::regs::Obr
#[repr(transparent)]pub struct Obr(pub u32);
Expand description
Option byte register
Tuple Fields§
§0: u32
Implementations§
§impl Obr
impl Obr
pub fn set_bor_lev(&mut self, val: u8)
pub fn set_bor_lev(&mut self, val: u8)
BOR_LEV
pub fn set_iwdg_sw(&mut self, val: bool)
pub fn set_iwdg_sw(&mut self, val: bool)
IWDG_SW
pub const fn n_rts_stop(&self) -> bool
pub const fn n_rts_stop(&self) -> bool
nRTS_STOP
pub fn set_n_rts_stop(&mut self, val: bool)
pub fn set_n_rts_stop(&mut self, val: bool)
nRTS_STOP
pub const fn n_rst_stdby(&self) -> bool
pub const fn n_rst_stdby(&self) -> bool
nRST_STDBY
pub fn set_n_rst_stdby(&mut self, val: bool)
pub fn set_n_rst_stdby(&mut self, val: bool)
nRST_STDBY
Trait Implementations§
impl Copy for Obr
impl Eq for Obr
impl StructuralPartialEq for Obr
Auto Trait Implementations§
impl Freeze for Obr
impl RefUnwindSafe for Obr
impl Send for Obr
impl Sync for Obr
impl Unpin for Obr
impl UnwindSafe for Obr
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)