Struct stm32l4_stm32hal::stm32l4x1::dfsdm::FLT[][src]

#[repr(C)]
pub struct FLT {
Show 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, // some fields omitted
}
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

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.