Edit

Share via


CanCtrl Class

Definition

CAN Control Register.

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

Constructors

CanCtrl(Byte)

Initializes a new instance of the CanCtrl class.

CanCtrl(CanCtrl+PinPrescaler, Boolean, Boolean, Boolean, OperationMode)

Initializes a new instance of the CanCtrl class.

Properties

AbortAllPendingTransmissions

ABAT: Abort All Pending Transmissions bit. True = Requests abort of all pending transmit buffers. False = Terminates request to abort all transmissions.

Address

Gets the address of the register.

ClkOutPinEnable

CLKEN: CLKOUT Pin Enable bit. True = CLKOUT pin is enabled. False = CLKOUT pin is disabled (pin is in a high-impedance state).

ClkOutPinPrescaler

CLKPRE[1:0]: CLKOUT Pin Prescaler bits.

OneShotMode

OSM: One-Shot Mode bit. True = Enabled: Message will only attempt to transmit one time. False = Disabled: Messages will reattempt transmission if required.

RequestOperationMode

REQOP[2:0]: Request Operation mode bits.

Methods

ToByte()

Converts register contents to a byte.

Applies to