#[repr(C)]pub struct RegisterBlock {
pub comp1_csr: COMP1_CSR,
pub comp2_csr: COMP2_CSR,
}
Expand description
Register block
Fields§
§comp1_csr: COMP1_CSR
0x00 - Comparator control and status register
comp2_csr: COMP2_CSR
0x04 - Comparator 2 control and status register
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