CpoackR

Type Alias CpoackR 

pub type CpoackR = BitReader<Cpoack>;
Expand description

Field CPOACK reader - Compute Operation Acknowledge

Aliased Type§

pub struct CpoackR { /* private fields */ }

Implementations§

§

impl CpoackR

pub const fn variant(&self) -> Cpoack

Get enumerated values variant

pub fn is_0(&self) -> bool

Compute operation entry has not completed or compute operation exit has completed.

pub fn is_1(&self) -> bool

Compute operation entry has completed or compute operation exit has not completed.