#[repr(C)]
pub struct RegisterBlock { pub adc: Reg<ADC_SPEC>, pub adcsra: Reg<ADCSRA_SPEC>, pub adcsrb: Reg<ADCSRB_SPEC>, pub admux: Reg<ADMUX_SPEC>, pub didr0: Reg<DIDR0_SPEC>, /* private fields */ }
Expand description

Register block

Fields

adc: Reg<ADC_SPEC>

0x00 - ADC Data Register Bytes

adcsra: Reg<ADCSRA_SPEC>

0x02 - The ADC Control and Status register A

adcsrb: Reg<ADCSRB_SPEC>

0x03 - The ADC Control and Status register B

admux: Reg<ADMUX_SPEC>

0x04 - The ADC multiplexer Selection Register

didr0: Reg<DIDR0_SPEC>

0x06 - Digital Input Disable Register

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.