Type Alias xmc4800::usic0_ch0::bypcr::BdvR

source ·
pub type BdvR = BitReader<Bdv>;
Expand description

Field BDV reader - Bypass Data Valid

Aliased Type§

struct BdvR { /* private fields */ }

Implementations§

source§

impl BdvR

source

pub const fn variant(&self) -> Bdv

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The bypass data is not valid.

source

pub fn is_value2(&self) -> bool

The bypass data is valid.