Cnf1 Class

Definition

Configuration 1 Register.

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

Constructors

Cnf1(Byte)

Initializes a new instance of the Cnf1 class.

Cnf1(Byte, Cnf1+JumpWidthLength)

Initializes a new instance of the Cnf1 class.

Properties

Address

Gets the address of the register.

BaudRatePrescaler

BRP[5:0]: Baud Rate Prescaler bits. TQ = 2 x (BRP[5:0] + 1)/FOSC.

SynchronizationJumpWidthLength

SJW[1:0]: Synchronization Jump Width Length bits.

Methods

ToByte()

Converts register contents to a byte.

Applies to