Type Alias AF_R

Source
pub type AF_R = BitReader<AFR>;
Expand description

Field AF reader - Acknowledge failure

Aliased Type§

pub struct AF_R { /* private fields */ }

Implementations§

Source§

impl AF_R

Source

pub const fn variant(&self) -> AFR

Get enumerated values variant

Source

pub fn is_no_failure(&self) -> bool

No acknowledge failure

Source

pub fn is_failure(&self) -> bool

Acknowledge failure