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

type COM1A_R = R<u8, COM1A_A>;

Reader of field COM1A

Implementations

impl COM1A_R[src]

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

Get enumerated values variant

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

Checks if the value of the field is DISCONNECTED

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

Checks if the value of the field is MATCH_TOGGLE

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

Checks if the value of the field is MATCH_CLEAR

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

Checks if the value of the field is MATCH_SET