Type Alias avr_device::attiny85::tc1::tccr1::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