Module avr_device::attiny85::adc
source · Expand description
Analog-to-Digital Converter
Modules§
- ADC Data Register Bytes
- ADC Control and Status Register A
- ADC Control and Status Register B
- The ADC multiplexer Selection Register
- Digital Input Disable Register 0
Structs§
- Register block
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>