TaieR

Type Alias TaieR 

pub type TaieR = BitReader<Taie>;
Expand description

Field TAIE reader - Transmit ACK Interrupt Enable

Aliased Type§

pub struct TaieR { /* private fields */ }

Implementations§

§

impl TaieR

pub const fn variant(&self) -> Taie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.