[][src]Type Definition avr_device::attiny88::adc::ADMUX

type ADMUX = Reg<u8, _ADMUX>;

The ADC multiplexer Selection Register

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see admux module

Trait Implementations

impl Readable for ADMUX[src]

read() method returns admux::R reader structure

impl ResetValue for ADMUX[src]

Register ADMUX reset()'s with value 0

impl Writable for ADMUX[src]

write(|w| ..) method takes admux::W writer structure