TenR

Type Alias TenR 

pub type TenR = BitReader<Ten>;
Expand description

Field TEN 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

LPTMR is disabled and internal logic is reset.

pub fn is_1(&self) -> bool

LPTMR is enabled.