#[repr(C)]pub struct FLT {}
Expand description
Register block
Fields§
§cr2: CR2
0x00 - control register 1
isr: ISR
0x08 - interrupt and status register
icr: ICR
0x0c - interrupt flag clear register
jchgr: JCHGR
0x10 - injected channel group selection register
fcr: FCR
0x14 - filter control register
jdatar: JDATAR
0x18 - data register for injected group
rdatar: RDATAR
0x1c - data register for the regular channel
awhtr: AWHTR
0x20 - analog watchdog high threshold register
awltr: AWLTR
0x24 - analog watchdog low threshold register
awsr: AWSR
0x28 - analog watchdog status register
awcfr: AWCFR
0x2c - analog watchdog clear flag register
exmax: EXMAX
0x30 - Extremes detector maximum register
exmin: EXMIN
0x34 - Extremes detector minimum register
cnvtimr: CNVTIMR
0x38 - conversion timer register
Auto Trait Implementations§
impl !Freeze for FLT
impl !RefUnwindSafe for FLT
impl Send for FLT
impl !Sync for FLT
impl Unpin for FLT
impl UnwindSafe for FLT
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