TcieR

Type Alias TcieR 

pub type TcieR = BitReader<Tcie>;
Expand description

Field TCIE reader - Transmission Complete Interrupt Enable for

Aliased Type§

pub struct TcieR { /* private fields */ }

Implementations§

§

impl TcieR

pub const fn variant(&self) -> Tcie

Get enumerated values variant

pub fn is_0(&self) -> bool

Hardware interrupts from TC disabled; use polling.

pub fn is_1(&self) -> bool

Hardware interrupt requested when TC flag is 1.