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

#[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

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.