Cnf1 Constructors

Definition

Overloads

Cnf1(Byte)

Initializes a new instance of the Cnf1 class.

Cnf1(Byte, Cnf1+JumpWidthLength)

Initializes a new instance of the Cnf1 class.

Cnf1(Byte)

Initializes a new instance of the Cnf1 class.

public Cnf1 (byte value);
new Iot.Device.Mcp25xxx.Register.BitTimeConfiguration.Cnf1 : byte -> Iot.Device.Mcp25xxx.Register.BitTimeConfiguration.Cnf1
Public Sub New (value As Byte)

Parameters

value
Byte

The value that represents the register contents.

Applies to

Cnf1(Byte, Cnf1+JumpWidthLength)

Initializes a new instance of the Cnf1 class.

public Cnf1 (byte baudRatePrescaler, Iot.Device.Mcp25xxx.Register.BitTimeConfiguration.Cnf1.JumpWidthLength synchronizationJumpWidthLength);
new Iot.Device.Mcp25xxx.Register.BitTimeConfiguration.Cnf1 : byte * Iot.Device.Mcp25xxx.Register.BitTimeConfiguration.Cnf1.JumpWidthLength -> Iot.Device.Mcp25xxx.Register.BitTimeConfiguration.Cnf1
Public Sub New (baudRatePrescaler As Byte, synchronizationJumpWidthLength As Cnf1.JumpWidthLength)

Parameters

baudRatePrescaler
Byte

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

synchronizationJumpWidthLength
Cnf1.JumpWidthLength

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

Applies to