pub struct RegisterBlock {
pub compmdr: COMPMDR,
pub compfir: COMPFIR,
pub compocr: COMPOCR,
pub compsel0: COMPSEL0,
pub compsel1: COMPSEL1,
/* private fields */
}
Expand description
Register block
Fields§
§compmdr: COMPMDR
0x00 - ACMPLP Mode Setting Register
compfir: COMPFIR
0x01 - ACMPLP Filter Control Register
compocr: COMPOCR
0x02 - ACMPLP Output Control Register
compsel0: COMPSEL0
0x04 - Comparator Input Select Register
compsel1: COMPSEL1
0x05 - Comparator Reference voltage Select 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