[][src]Type Definition avr_device::attiny85::tc1::tccr1::CS1_R

type CS1_R = R<u8, CS1_A>;

Reader of field CS1

Implementations

impl CS1_R[src]

pub fn variant(&self) -> CS1_A[src]

Get enumerated values variant

pub fn is_no_clock(&self) -> bool[src]

Checks if the value of the field is NO_CLOCK

pub fn is_direct(&self) -> bool[src]

Checks if the value of the field is DIRECT

pub fn is_prescale_2(&self) -> bool[src]

Checks if the value of the field is PRESCALE_2

pub fn is_prescale_4(&self) -> bool[src]

Checks if the value of the field is PRESCALE_4

pub fn is_prescale_8(&self) -> bool[src]

Checks if the value of the field is PRESCALE_8

pub fn is_prescale_16(&self) -> bool[src]

Checks if the value of the field is PRESCALE_16

pub fn is_prescale_32(&self) -> bool[src]

Checks if the value of the field is PRESCALE_32

pub fn is_prescale_64(&self) -> bool[src]

Checks if the value of the field is PRESCALE_64

pub fn is_prescale_128(&self) -> bool[src]

Checks if the value of the field is PRESCALE_128

pub fn is_prescale_256(&self) -> bool[src]

Checks if the value of the field is PRESCALE_256

pub fn is_prescale_512(&self) -> bool[src]

Checks if the value of the field is PRESCALE_512

pub fn is_prescale_1024(&self) -> bool[src]

Checks if the value of the field is PRESCALE_1024

pub fn is_prescale_2048(&self) -> bool[src]

Checks if the value of the field is PRESCALE_2048

pub fn is_prescale_4096(&self) -> bool[src]

Checks if the value of the field is PRESCALE_4096

pub fn is_prescale_8192(&self) -> bool[src]

Checks if the value of the field is PRESCALE_8192

pub fn is_prescale_16384(&self) -> bool[src]

Checks if the value of the field is PRESCALE_16384