Type Alias CS0_R

Source
pub type CS0_R = FieldReader<u8, CS0_A>;
Expand description

Field CS0 reader - Clock Select

Aliased Type§

struct CS0_R { /* private fields */ }

Implementations§

Source§

impl CS0_R

Source

pub fn variant(&self) -> CS0_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