BusyR

Type Alias BusyR 

Source
pub type BusyR = BitReader<Busy>;
Expand description

Field BUSY reader - IPU BUSY status.

Aliased Type§

pub struct BusyR { /* private fields */ }

Implementations§

Source§

impl BusyR

Source

pub const fn variant(&self) -> Busy

Get enumerated values variant

Source

pub fn is_ready(&self) -> bool

IPU ready (idle).

Source

pub fn is_busy(&self) -> bool

IPU busy (executing a command.)