NdieR

Type Alias NdieR 

pub type NdieR = BitReader<Ndie>;
Expand description

Field NDIE reader - NACK Detect Interrupt Enable

Aliased Type§

pub struct NdieR { /* private fields */ }

Implementations§

§

impl NdieR

pub const fn variant(&self) -> Ndie

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt disabled.

pub fn is_1(&self) -> bool

Interrupt enabled.