Type Alias CS0_R

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

Field CS0 reader - Clock Select

Aliased Type§

struct CS0_R { /* private fields */ }

Implementations§

Source§

impl CS0_R

Source

pub const fn variant(&self) -> CS0_A

Get enumerated values variant

Source

pub fn is_no_clock(&self) -> bool

No clock source (Timer/Counter stopped)

Source

pub fn is_direct(&self) -> bool

Running, No Prescaling

Source

pub fn is_prescale_8(&self) -> bool

Running, CLK/8

Source

pub fn is_prescale_64(&self) -> bool

Running, CLK/64

Source

pub fn is_prescale_256(&self) -> bool

Running, CLK/256

Source

pub fn is_prescale_1024(&self) -> bool

Running, CLK/1024

Source

pub fn is_ext_falling(&self) -> bool

Running, ExtClk Tx Falling Edge

Source

pub fn is_ext_rising(&self) -> bool

Running, ExtClk Tx Rising Edge