CanIntF.WakeUpInterruptFlag 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.
WAKIF: Wake-up Interrupt Flag bit. True = Interrupt pending(must be cleared by MCU to reset interrupt condition). False = No interrupt pending.
public bool WakeUpInterruptFlag { get; }
member this.WakeUpInterruptFlag : bool
Public ReadOnly Property WakeUpInterruptFlag As Boolean