TimdisR

Type Alias TimdisR 

pub type TimdisR = FieldReader<Timdis>;
Expand description

Field TIMDIS reader - Timer Disable

Aliased Type§

pub struct TimdisR { /* private fields */ }

Implementations§

§

impl TimdisR

pub const fn variant(&self) -> Option<Timdis>

Get enumerated values variant

pub fn is_0(&self) -> bool

Timer never disabled

pub fn is_1(&self) -> bool

Timer disabled on Timer N-1 disable

pub fn is_10(&self) -> bool

Timer disabled on Timer compare

pub fn is_11(&self) -> bool

Timer disabled on Timer compare and Trigger Low

pub fn is_100(&self) -> bool

Timer disabled on Pin rising or falling edge

pub fn is_101(&self) -> bool

Timer disabled on Pin rising or falling edge provided Trigger is high

pub fn is_110(&self) -> bool

Timer disabled on Trigger falling edge