Type Alias ARBLST_R
pub type ARBLST_R = BitReaderRaw<bool>;
Expand description
Field ARBLST
reader - Arbitration Lost ARBLST is set by hardware to inform application that CEC device is switching to reception due to arbitration lost event following the TXSOM command. ARBLST can be due either to a contending CEC device starting earlier or starting at the same time but with higher HEADER priority. After ARBLST assertion TXSOM bit keeps pending for next transmission attempt. ARBLST is cleared by software write at 1.
Aliased Typeยง
struct ARBLST_R { /* private fields */ }