TceR

Type Alias TceR 

pub type TceR = BitReader<Tce>;
Expand description

Field TCE reader - Time Counter Enable

Aliased Type§

pub struct TceR { /* private fields */ }

Implementations§

§

impl TceR

pub const fn variant(&self) -> Tce

Get enumerated values variant

pub fn is_0(&self) -> bool

Time counter is disabled.

pub fn is_1(&self) -> bool

Time counter is enabled.