TEnR

Type Alias TEnR 

pub type TEnR = BitReader<TEn>;
Expand description

Field T_EN reader - Timer Enable

Aliased Type§

pub struct TEnR { /* private fields */ }

Implementations§

§

impl TEnR

pub const fn variant(&self) -> TEn

Get enumerated values variant

pub fn is_0(&self) -> bool

Timer Channel is disabled

pub fn is_1(&self) -> bool

Timer Channel is enabled