#[repr(C)]pub struct CH {
pub cr1: CR1,
pub cr2: CR2,
pub frcr: FRCR,
pub slotr: SLOTR,
pub im: IM,
pub sr: SR,
pub clrfr: CLRFR,
pub dr: DR,
}
Expand description
Register block
Fields§
§cr1: CR1
0x00 - AConfiguration register 1
cr2: CR2
0x04 - AConfiguration register 2
frcr: FRCR
0x08 - AFRCR
slotr: SLOTR
0x0c - ASlot register
im: IM
0x10 - AInterrupt mask register2
sr: SR
0x14 - AStatus register
clrfr: CLRFR
0x18 - AClear flag register
dr: DR
0x1c - AData register
Auto Trait Implementations§
impl !Freeze for CH
impl !RefUnwindSafe for CH
impl Send for CH
impl !Sync for CH
impl Unpin for CH
impl UnwindSafe for CH
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