Type Alias CS1_R

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

Field CS1 reader - Clock Select Bits

Aliased Type§

struct CS1_R { /* private fields */ }

Implementations§

Source§

impl CS1_R

Source

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

Checks if the value of the field is PRESCALE_2

Source

pub fn is_prescale_4(&self) -> bool

Checks if the value of the field is PRESCALE_4

Source

pub fn is_prescale_8(&self) -> bool

Checks if the value of the field is PRESCALE_8

Source

pub fn is_prescale_16(&self) -> bool

Checks if the value of the field is PRESCALE_16

Source

pub fn is_prescale_32(&self) -> bool

Checks if the value of the field is PRESCALE_32

Source

pub fn is_prescale_64(&self) -> bool

Checks if the value of the field is PRESCALE_64

Source

pub fn is_prescale_128(&self) -> bool

Checks if the value of the field is PRESCALE_128

Source

pub fn is_prescale_256(&self) -> bool

Checks if the value of the field is PRESCALE_256

Source

pub fn is_prescale_512(&self) -> bool

Checks if the value of the field is PRESCALE_512

Source

pub fn is_prescale_1024(&self) -> bool

Checks if the value of the field is PRESCALE_1024

Source

pub fn is_prescale_2048(&self) -> bool

Checks if the value of the field is PRESCALE_2048

Source

pub fn is_prescale_4096(&self) -> bool

Checks if the value of the field is PRESCALE_4096

Source

pub fn is_prescale_8192(&self) -> bool

Checks if the value of the field is PRESCALE_8192

Source

pub fn is_prescale_16384(&self) -> bool

Checks if the value of the field is PRESCALE_16384