Module atmega_hal::pac::adc

source ·
Expand description

Analog-to-Digital Converter

Modules

  • ADC Data Register Bytes
  • The ADC Control and Status register A
  • The ADC Control and Status register B
  • The ADC multiplexer Selection Register
  • Digital Input Disable Register

Structs

Type Aliases

  • ADC (rw) register accessor: an alias for Reg<ADC_SPEC>
  • ADCSRA (rw) register accessor: an alias for Reg<ADCSRA_SPEC>
  • ADCSRB (rw) register accessor: an alias for Reg<ADCSRB_SPEC>
  • ADMUX (rw) register accessor: an alias for Reg<ADMUX_SPEC>
  • DIDR0 (rw) register accessor: an alias for Reg<DIDR0_SPEC>