Module stm32wlxx_hal::pac::adc

Available on crate feature stm32wl5x_cm4 only.
Expand description

Analog to digital convertor

Modules

  • ADC watchdog threshold register
  • ADC Analog Watchdog 2 Configuration register
  • ADC watchdog threshold register
  • ADC Analog Watchdog 3 Configuration register
  • ADC watchdog threshold register
  • ADC Calibration factor
  • ADC common configuration register
  • ADC configuration register 1
  • ADC configuration register 2
  • channel selection register
  • channel selection register
  • ADC control register
  • ADC data register
  • ADC interrupt enable register
  • ADC interrupt and status register
  • ADC sampling time register

Structs

Type Aliases

  • AWD1TR register accessor: an alias for Reg<AWD1TR_SPEC>
  • AWD2CR register accessor: an alias for Reg<AWD2CR_SPEC>
  • AWD2TR register accessor: an alias for Reg<AWD2TR_SPEC>
  • AWD3CR register accessor: an alias for Reg<AWD3CR_SPEC>
  • AWD3TR register accessor: an alias for Reg<AWD3TR_SPEC>
  • CALFACT register accessor: an alias for Reg<CALFACT_SPEC>
  • 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>
  • CHSELR0 register accessor: an alias for Reg<CHSELR0_SPEC>
  • CHSELR1 register accessor: an alias for Reg<CHSELR1_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>