[−][src]Struct avr_device::attiny85::adc::admux::MUX_W
Field MUX writer - Analog Channel and Gain Selection Bits
Implementations
impl<'a> MUX_W<'a>[src]
pub fn variant(self, variant: MUX_A) -> &'a mut W[src]
Writes variant to the field
pub fn adc0(self) -> &'a mut W[src]
Single-ended Input ADC0
pub fn adc1(self) -> &'a mut W[src]
Single-ended Input ADC1
pub fn adc2(self) -> &'a mut W[src]
Single-ended Input ADC2
pub fn adc3(self) -> &'a mut W[src]
Single-ended Input ADC3
pub fn adc2_adc2_1x(self) -> &'a mut W[src]
Differential Inputs Positive ADC2 Negative ADC2 1x Gain
pub fn adc2_adc2_20x(self) -> &'a mut W[src]
Differential Inputs Positive ADC2 Negative ADC2 20x Gain
pub fn adc2_adc3_1x(self) -> &'a mut W[src]
Differential Inputs Positive ADC2 Negative ADC3 1x Gain
pub fn adc2_adc3_20x(self) -> &'a mut W[src]
Differential Inputs Positive ADC2 Negative ADC3 20x Gain
pub fn adc0_adc0_1x(self) -> &'a mut W[src]
Differential Inputs Positive ADC0 Negative ADC0 1x Gain
pub fn adc0_adc0_20x(self) -> &'a mut W[src]
Differential Inputs Positive ADC0 Negative ADC0 20x Gain
pub fn adc0_adc1_1x(self) -> &'a mut W[src]
Differential Inputs Positive ADC0 Negative ADC1 1x Gain
pub fn adc0_adc1_20x(self) -> &'a mut W[src]
Differential Inputs Positive ADC0 Negative ADC1 20x Gain
pub fn adc_vbg(self) -> &'a mut W[src]
Internal Reference (VBG)
pub fn adc_gnd(self) -> &'a mut W[src]
0V (GND)
pub fn tempsens(self) -> &'a mut W[src]
Temperature sensor
pub unsafe fn bits(self, value: u8) -> &'a mut W[src]
Writes raw bits to the field
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,