pub struct SCB;Trait Implementations§
Source§impl PeripheralAccess for SCB
impl PeripheralAccess for SCB
const BASE_ADDRESS: u32 = 3_758_157_056u32
type RegisterBlock = Scb
fn ptr() -> *const Self::RegisterBlock
fn ptr_mut() -> *mut Self::RegisterBlock
Auto Trait Implementations§
impl Freeze for SCB
impl RefUnwindSafe for SCB
impl Send for SCB
impl Sync for SCB
impl Unpin for SCB
impl UnwindSafe for SCB
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