Type Alias stm32h7xx_hal::device::cec::isr::TXACKE_R

source ·
pub type TXACKE_R = BitReaderRaw<bool>;
Expand description

Field TXACKE reader - Tx-Missing Acknowledge Error In transmission mode, TXACKE is set by hardware to inform application that no acknowledge was received. In case of broadcast transmission, TXACKE informs application that a negative acknowledge was received. TXACKE aborts message transmission and clears TXSOM and TXEOM controls. TXACKE is cleared by software write at 1.

Aliased Type§

struct TXACKE_R { /* private fields */ }