[][src]Type Definition avr_device::attiny88::cpu::clkpr::CLKPS_R

type CLKPS_R = R<u8, CLKPS_A>;

Reader of field CLKPS

Implementations

impl CLKPS_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is PRESCALER_1

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

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

Checks if the value of the field is PRESCALER_256