Type Alias CS1_R

Source
pub type CS1_R = FieldReader<CS1_A>;
Expand description

Field CS1 reader - Clock Select Bits

Aliased Type§

struct CS1_R { /* private fields */ }

Implementations§

Source§

impl CS1_R

Source

pub const fn variant(&self) -> CS1_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_2(&self) -> bool

Running, CLK/2

Source

pub fn is_prescale_4(&self) -> bool

Running, CLK/4

Source

pub fn is_prescale_8(&self) -> bool

Running, CLK/8

Source

pub fn is_prescale_16(&self) -> bool

Running, CLK/16

Source

pub fn is_prescale_32(&self) -> bool

Running, CLK/32

Source

pub fn is_prescale_64(&self) -> bool

Running, CLK/64

Source

pub fn is_prescale_128(&self) -> bool

Running, CLK/128

Source

pub fn is_prescale_256(&self) -> bool

Running, CLK/256

Source

pub fn is_prescale_512(&self) -> bool

Running, CLK/512

Source

pub fn is_prescale_1024(&self) -> bool

Running, CLK/1024

Source

pub fn is_prescale_2048(&self) -> bool

Running, CLK/2048

Source

pub fn is_prescale_4096(&self) -> bool

Running, CLK/4096

Source

pub fn is_prescale_8192(&self) -> bool

Running, CLK/8192

Source

pub fn is_prescale_16384(&self) -> bool

Running, CLK/16384