pub type RX_DONE_R = BitReader<RX_DONE_A>;
Expand description

Field RX_DONE reader - When the DW_apb_i2c is acting as a slave-transmitter, this bit is set to 1 if the master does not acknowledge a transmitted byte. This occurs on the last byte of the transmission, indicating that the transmission is done.

Reset value: 0x0

Aliased Type§

struct RX_DONE_R { /* private fields */ }

Implementations§

source§

impl RX_DONE_R

source

pub const fn variant(&self) -> RX_DONE_A

Get enumerated values variant

source

pub fn is_inactive(&self) -> bool

RX_DONE interrupt is inactive

source

pub fn is_active(&self) -> bool

RX_DONE interrupt is active