Edit

Share via


CanIntF Class

Definition

CAN Interrupt Flag Register.

public class CanIntF : Iot.Device.Mcp25xxx.Register.IRegister
type CanIntF = class
    interface IRegister
Public Class CanIntF
Implements IRegister
Inheritance
CanIntF
Implements

Constructors

CanIntF(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the CanIntF class.

CanIntF(Byte)

Initializes a new instance of the CanIntF class.

Properties

Address

Gets the address of the register.

ErrorInterruptFlag

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.

MessageErrorInterruptFlag

MERRF: Message Error Interrupt Flag bit. True = Interrupt pending (must be cleared by MCU to reset interrupt condition). False = No interrupt pending.

ReceiveBuffer0FullInterruptFlag

RX0IF: Receive Buffer 0 Full Interrupt Flag bit. True = Interrupt pending (must be cleared by MCU to reset interrupt condition). False = No interrupt pending.

ReceiveBuffer1FullInterruptFlag

RX1IF: Receive Buffer 1 Full Interrupt Flag bit. True = Interrupt pending (must be cleared by MCU to reset interrupt condition). False = No interrupt pending.

TransmitBuffer0EmptyInterruptFlag

TX0IF: Transmit Buffer 0 Empty Interrupt Flag bit. True = Interrupt pending (must be cleared by MCU to reset interrupt condition). False = No interrupt pending.

TransmitBuffer1EmptyInterruptFlag

TX1IF: Transmit Buffer 1 Empty Interrupt Flag bit. True = Interrupt pending (must be cleared by MCU to reset interrupt condition). False = No interrupt pending.

TransmitBuffer2EmptyInterruptFlag

TX2IF: Transmit Buffer 2 Empty Interrupt Flag bit. True = Interrupt pending (must be cleared by MCU to reset interrupt condition). False = No interrupt pending.

WakeUpInterruptFlag

WAKIF: Wake-up Interrupt Flag bit. True = Interrupt pending(must be cleared by MCU to reset interrupt condition). False = No interrupt pending.

Methods

ToByte()

Converts register contents to a byte.

Applies to