Cnf3 Class

Definition

Configuration 3 Register.

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

Constructors

Cnf3(Byte)

Initializes a new instance of the Cnf3 class.

Cnf3(Byte, Boolean, Boolean)

Initializes a new instance of the Cnf3 class.

Properties

Address

Gets the address of the register.

Ps2Length

PHSEG2[2:0]: PS2 Length bits. (PHSEG2[2:0] + 1) x TQ. Minimum valid setting for PS2 is 2 TQ.

StartOfFrameSignal

SOF: Start-of-Frame Signal bit. If CLKEN(CANCTRL[2]) = 1: True = CLKOUT pin is enabled for SOF signal. False = CLKOUT pin is enabled for clock out function; If CLKEN(CANCTRL[2]) = 0: Bit is don’t care.

WakeUpFilter

WAKFIL: Wake-up Filter bit. True = Wake-up filter is enabled. False = Wake-up filter is disabled.

Methods

ToByte()

Converts register contents to a byte.

Applies to