#[repr(C)]pub struct RegisterBlock {
pub config0: CONFIG0,
pub config1: CONFIG1,
pub disableindebug: DISABLEINDEBUG,
pub unused0: UNUSED0,
pub config2: CONFIG2,
pub config3: CONFIG3,
/* private fields */
}Expand description
Register block
Fields§
§config0: CONFIG00x600 - Block protect configuration register 0
config1: CONFIG10x604 - Block protect configuration register 1
disableindebug: DISABLEINDEBUG0x608 - Disable protection mechanism in debug interface mode
unused0: UNUSED00x60c - Unspecified
config2: CONFIG20x610 - Block protect configuration register 2
config3: CONFIG30x614 - Block protect configuration register 3
Auto Trait Implementations§
impl !Freeze for RegisterBlock
impl !RefUnwindSafe for RegisterBlock
impl Send for RegisterBlock
impl !Sync for RegisterBlock
impl Unpin for RegisterBlock
impl UnwindSafe for RegisterBlock
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