CanIntF.ErrorInterruptFlag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ERRIF: Error Interrupt Flag bit (multiple sources in the EFLG register). True = Interrupt pending (must be cleared by MCU to reset interrupt condition). False = No interrupt pending.
public bool ErrorInterruptFlag { get; }
member this.ErrorInterruptFlag : bool
Public ReadOnly Property ErrorInterruptFlag As Boolean