Struct nrf52840_pac::CC_HOST_RGF
source · pub struct CC_HOST_RGF { /* private fields */ }
Expand description
CRYPTOCELL HOST_RGF interface
Implementations§
source§impl CC_HOST_RGF
impl CC_HOST_RGF
sourcepub const PTR: *const RegisterBlock = {0x5002a000 as *const cc_host_rgf::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x5002a000 as *const cc_host_rgf::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CC_HOST_RGF
impl RefUnwindSafe for CC_HOST_RGF
impl !Sync for CC_HOST_RGF
impl Unpin for CC_HOST_RGF
impl UnwindSafe for CC_HOST_RGF
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