Type Alias xmc4300::usic0_ch0::psr_ascmode::BusyR

source ·
pub type BusyR = BitReader<Busy>;
Expand description

Field BUSY reader - Transfer Status BUSY

Aliased Type§

struct BusyR { /* private fields */ }

Implementations§

source§

impl BusyR

source

pub const fn variant(&self) -> Busy

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

A data transfer does not take place.

source

pub fn is_value2(&self) -> bool

A data transfer currently takes place.