Struct FLT

Source
#[repr(C)]
pub struct FLT {
Show 14 fields pub cr2: CR2, pub isr: ISR, pub icr: ICR, pub jchgr: JCHGR, pub fcr: FCR, pub jdatar: JDATAR, pub rdatar: RDATAR, pub awhtr: AWHTR, pub awltr: AWLTR, pub awsr: AWSR, pub awcfr: AWCFR, pub exmax: EXMAX, pub exmin: EXMIN, pub cnvtimr: CNVTIMR, /* private fields */
}
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> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.