Type Alias 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