Type Alias avr_device::atmega2560::tc5::tccr5b::CS5_R

source ·
pub type CS5_R = FieldReader<u8, CS5_A>;
Expand description

Field CS5 reader - Prescaler source of Timer/Counter 5

Aliased Type§

struct CS5_R { /* private fields */ }

Implementations§

source§

impl CS5_R

source

pub fn variant(&self) -> CS5_A

Get enumerated values variant

source

pub fn is_no_clock(&self) -> bool

Checks if the value of the field is NO_CLOCK

source

pub fn is_direct(&self) -> bool

Checks if the value of the field is DIRECT

source

pub fn is_prescale_8(&self) -> bool

Checks if the value of the field is PRESCALE_8

source

pub fn is_prescale_64(&self) -> bool

Checks if the value of the field is PRESCALE_64

source

pub fn is_prescale_256(&self) -> bool

Checks if the value of the field is PRESCALE_256

source

pub fn is_prescale_1024(&self) -> bool

Checks if the value of the field is PRESCALE_1024

source

pub fn is_ext_falling(&self) -> bool

Checks if the value of the field is EXT_FALLING

source

pub fn is_ext_rising(&self) -> bool

Checks if the value of the field is EXT_RISING