TcieR

Type Alias TcieR 

pub type TcieR = BitReader<Tcie>;
Expand description

Field TCIE reader - Transfer Complete Interrupt Enable

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

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.