pub type SackdisR = BitReader<Sackdis>;
Expand description

Field SACKDIS reader - Slave Acknowledge Disable

Aliased Type§

struct SackdisR { /* private fields */ }

Implementations§

source§

impl SackdisR

source

pub const fn variant(&self) -> Sackdis

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The generation of an active slave acknowledge is enabled (slave acknowledge with 0 level = more bytes can be received).

source

pub fn is_value2(&self) -> bool

The generation of an active slave acknowledge is disabled (slave acknowledge with 1 level = reception stopped).