[][src]Type Definition avr_device::attiny88::adc::adcsra::ADPS_R

type ADPS_R = R<u8, ADPS_A>;

Reader of field ADPS

Implementations

impl ADPS_R[src]

pub fn variant(&self) -> Variant<u8, ADPS_A>[src]

Get enumerated values variant

pub fn is_prescaler_2(&self) -> bool[src]

Checks if the value of the field is PRESCALER_2

pub fn is_prescaler_4(&self) -> bool[src]

Checks if the value of the field is PRESCALER_4

pub fn is_prescaler_8(&self) -> bool[src]

Checks if the value of the field is PRESCALER_8

pub fn is_prescaler_16(&self) -> bool[src]

Checks if the value of the field is PRESCALER_16

pub fn is_prescaler_32(&self) -> bool[src]

Checks if the value of the field is PRESCALER_32

pub fn is_prescaler_64(&self) -> bool[src]

Checks if the value of the field is PRESCALER_64

pub fn is_prescaler_128(&self) -> bool[src]

Checks if the value of the field is PRESCALER_128