Type Alias CLKPS_R

Source
pub type CLKPS_R = FieldReader<CLKPS_A>;
Expand description

Field CLKPS reader - Clock Prescaler Select Bits

Aliased Type§

struct CLKPS_R { /* private fields */ }

Implementations§

Source§

impl CLKPS_R

Source

pub const fn variant(&self) -> Option<CLKPS_A>

Get enumerated values variant

Source

pub fn is_prescaler_1(&self) -> bool

Prescaler Value 1

Source

pub fn is_prescaler_2(&self) -> bool

Prescaler Value 2

Source

pub fn is_prescaler_4(&self) -> bool

Prescaler Value 4

Source

pub fn is_prescaler_8(&self) -> bool

Prescaler Value 8

Source

pub fn is_prescaler_16(&self) -> bool

Prescaler Value 16

Source

pub fn is_prescaler_32(&self) -> bool

Prescaler Value 32

Source

pub fn is_prescaler_64(&self) -> bool

Prescaler Value 64

Source

pub fn is_prescaler_128(&self) -> bool

Prescaler Value 128

Source

pub fn is_prescaler_256(&self) -> bool

Prescaler Value 256