Edit

Share via


CanIntE Class

Definition

CAN Interrupt Enable Register.

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

Constructors

CanIntE(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the CanIntE class.

CanIntE(Byte)

Initializes a new instance of the CanIntE class.

Properties

Address

Gets the address of the register.

ErrorInterruptEnable

ERRIE: Error Interrupt Enable bit (multiple sources in the EFLG register). True = Interrupt on EFLG error condition change. False = Disabled.

MessageErrorInterruptEnable

MERRE: Message Error Interrupt Enable bit. True = Interrupt on error during message reception or transmission. False = Disabled.

ReceiveBuffer0FullInterruptEnable

RX0IE: Receive Buffer 0 Full Interrupt Enable bit. True = Interrupt when message is received in RXB0. False = Disabled.

ReceiveBuffer1FullInterruptEnable

RX1IE: Receive Buffer 1 Full Interrupt Enable bit. True = Interrupt when message is received in RXB1. False = Disabled.

TransmitBuffer0EmptyInterruptEnable

TX0IE: Transmit Buffer 0 Empty Interrupt Enable bit. True = Interrupt on TXB0 becoming empty. False = Disabled.

TransmitBuffer1EmptyInterruptEnable

TX1IE: Transmit Buffer 1 Empty Interrupt Enable bit. True = Interrupt on TXB1 becoming empty. False = Disabled.

TransmitBuffer2EmptyInterruptEnable

TX2IE: Transmit Buffer 2 Empty Interrupt Enable bit. True = Interrupt on TXB2 becoming empty. False = Disabled.

WakeUpInterruptEnable

WAKIE: Wake-up Interrupt Enable bit. True = Interrupt on CAN bus activity. False = Disabled.

Methods

ToByte()

Converts register contents to a byte.

Applies to