pub struct RegisterBlock { /* private fields */ }Expand description
Register block
Implementations§
Source§impl RegisterBlock
impl RegisterBlock
Sourcepub const fn enable_w1ts(&self) -> &ENABLE_W1TS
pub const fn enable_w1ts(&self) -> &ENABLE_W1TS
0x10 - need des
Sourcepub const fn enable_w1tc(&self) -> &ENABLE_W1TC
pub const fn enable_w1tc(&self) -> &ENABLE_W1TC
0x14 - need des
Sourcepub const fn status_w1ts(&self) -> &STATUS_W1TS
pub const fn status_w1ts(&self) -> &STATUS_W1TS
0x1c - need des
Sourcepub const fn status_w1tc(&self) -> &STATUS_W1TC
pub const fn status_w1tc(&self) -> &STATUS_W1TC
0x20 - need des
Sourcepub fn pin_iter(&self) -> impl Iterator<Item = &PIN>
pub fn pin_iter(&self) -> impl Iterator<Item = &PIN>
Iterator for array of: 0x28..0x48 - need des
Sourcepub fn gpio_iter(&self) -> impl Iterator<Item = &GPIO>
pub fn gpio_iter(&self) -> impl Iterator<Item = &GPIO>
Iterator for array of: 0x48..0x68 - need des
Sourcepub const fn status_int(&self) -> &STATUS_INT
pub const fn status_int(&self) -> &STATUS_INT
0x68 - need des
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