TeieR

Type Alias TeieR 

pub type TeieR = BitReader<Teie>;
Expand description

Field TEIE reader - Transmit Error Interrupt Enable

Aliased Type§

pub struct TeieR { /* private fields */ }

Implementations§

§

impl TeieR

pub const fn variant(&self) -> Teie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.