#[repr(transparent)]pub struct Sbmr2(pub u32);Expand description
SRC Boot Mode Register 2
Tuple Fields§
§0: u32Implementations§
Source§impl Sbmr2
impl Sbmr2
Sourcepub const fn sec_config(&self) -> u8
pub const fn sec_config(&self) -> u8
SECONFIG[1] shows the state of the SECONFIG[1] fuse
Sourcepub const fn set_sec_config(&mut self, val: u8)
pub const fn set_sec_config(&mut self, val: u8)
SECONFIG[1] shows the state of the SECONFIG[1] fuse
Sourcepub const fn bt_fuse_sel(&self) -> bool
pub const fn bt_fuse_sel(&self) -> bool
BT_FUSE_SEL (connected to gpio bt_fuse_sel) shows the state of the BT_FUSE_SEL fuse
Sourcepub const fn set_bt_fuse_sel(&mut self, val: bool)
pub const fn set_bt_fuse_sel(&mut self, val: bool)
BT_FUSE_SEL (connected to gpio bt_fuse_sel) shows the state of the BT_FUSE_SEL fuse
Trait Implementations§
impl Copy for Sbmr2
impl Eq for Sbmr2
impl StructuralPartialEq for Sbmr2
Auto Trait Implementations§
impl Freeze for Sbmr2
impl RefUnwindSafe for Sbmr2
impl Send for Sbmr2
impl Sync for Sbmr2
impl Unpin for Sbmr2
impl UnwindSafe for Sbmr2
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