[][src]Type Definition avr_device::atmega32u4::tc3::tccr3b::CS3_R

type CS3_R = R<u8, CS3_A>;

Reader of field CS3

Implementations

impl CS3_R[src]

pub fn variant(&self) -> CS3_A[src]

Get enumerated values variant

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

Checks if the value of the field is NO_CLOCK

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

Checks if the value of the field is DIRECT

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

Checks if the value of the field is PRESCALE_8

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

Checks if the value of the field is PRESCALE_64

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

Checks if the value of the field is PRESCALE_256

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

Checks if the value of the field is PRESCALE_1024

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

Checks if the value of the field is EXT_FALLING

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

Checks if the value of the field is EXT_RISING