Struct avr_device::atmega2560::adc::RegisterBlock
source · #[repr(C)]pub struct RegisterBlock {
pub adc: ADC,
pub adcsra: ADCSRA,
pub adcsrb: ADCSRB,
pub admux: ADMUX,
pub didr2: DIDR2,
pub didr0: DIDR0,
}Expand description
Register block
Fields§
§adc: ADC0x00 - ADC Data Register Bytes
adcsra: ADCSRA0x02 - The ADC Control and Status register A
adcsrb: ADCSRB0x03 - The ADC Control and Status register B
admux: ADMUX0x04 - The ADC multiplexer Selection Register
didr2: DIDR20x05 - Digital Input Disable Register
didr0: DIDR00x06 - Digital Input Disable Register