Module stm32f0xx_hal::stm32::adc[][src]

Expand description

Analog-to-digital converter

Modules

common configuration register

configuration register 1

configuration register 2

channel selection register

control register

data register

interrupt enable register

interrupt and status register

sampling time register

watchdog threshold register

Structs

Register block

Type Definitions

CCR register accessor: an alias for Reg<CCR_SPEC>

CFGR1 register accessor: an alias for Reg<CFGR1_SPEC>

CFGR2 register accessor: an alias for Reg<CFGR2_SPEC>

CHSELR register accessor: an alias for Reg<CHSELR_SPEC>

CR register accessor: an alias for Reg<CR_SPEC>

DR register accessor: an alias for Reg<DR_SPEC>

IER register accessor: an alias for Reg<IER_SPEC>

ISR register accessor: an alias for Reg<ISR_SPEC>

SMPR register accessor: an alias for Reg<SMPR_SPEC>

TR register accessor: an alias for Reg<TR_SPEC>