pub struct RTC_I2C { /* private fields */ }
Expand description
Peripheral RTC_I2C
Implementations
sourceimpl RTC_I2C
impl RTC_I2C
sourcepub const PTR: *const RegisterBlock = {0x3f408c00 as *const rtc_i2c::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x3f408c00 as *const rtc_i2c::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
sourceimpl Deref for RTC_I2C
impl Deref for RTC_I2C
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for RTC_I2C
Auto Trait Implementations
impl RefUnwindSafe for RTC_I2C
impl !Sync for RTC_I2C
impl Unpin for RTC_I2C
impl UnwindSafe for RTC_I2C
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more