Type Alias avr_device::attiny85::tc0::tccr0a::COM0B_R

source ·
pub type COM0B_R = FieldReader<u8, COM0B_A>;
Expand description

Field COM0B reader - Compare Output B Mode

Aliased Type§

struct COM0B_R { /* private fields */ }

Implementations§

source§

impl COM0B_R

source

pub fn variant(&self) -> COM0B_A

Get enumerated values variant

source

pub fn is_disconnected(&self) -> bool

Checks if the value of the field is DISCONNECTED

source

pub fn is_match_toggle(&self) -> bool

Checks if the value of the field is MATCH_TOGGLE

source

pub fn is_match_clear(&self) -> bool

Checks if the value of the field is MATCH_CLEAR

source

pub fn is_match_set(&self) -> bool

Checks if the value of the field is MATCH_SET