Type Alias avr_device::attiny85::exint::mcucr::ISC0_R

source ·
pub type ISC0_R = FieldReader<u8, ISC0_A>;
Expand description

Field ISC0 reader - Interrupt Sense Control 0 bits

Aliased Type§

struct ISC0_R { /* private fields */ }

Implementations§

source§

impl ISC0_R

source

pub fn variant(&self) -> ISC0_A

Get enumerated values variant

source

pub fn is_low(&self) -> bool

Checks if the value of the field is LOW

source

pub fn is_toggle(&self) -> bool

Checks if the value of the field is TOGGLE

source

pub fn is_falling(&self) -> bool

Checks if the value of the field is FALLING

source

pub fn is_rising(&self) -> bool

Checks if the value of the field is RISING