#[repr(C)]pub struct CH {
pub cfgr1: CFGR1,
pub cfgr2: CFGR2,
pub awscdr: AWSCDR,
pub wdatr: WDATR,
pub datinr: DATINR,
}
Expand description
Register block
Fields§
§cfgr1: CFGR1
0x00 - channel configuration y register
cfgr2: CFGR2
0x04 - channel configuration y register
awscdr: AWSCDR
0x08 - analog watchdog and short-circuit detector register
wdatr: WDATR
0x0c - channel watchdog filter data register
datinr: DATINR
0x10 - channel data input 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