BfpCtrl Class

Definition

RxnBF Pin Control and Status Register.

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

Constructors

BfpCtrl(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the BfpCtrl class.

BfpCtrl(Byte)

Initializes a new instance of the BfpCtrl class.

Properties

Address

Gets the address of the register.

Rx0bfPinFunctionEnable

B0BFE: Rx0BF Pin Function Enable bit. True = Pin function is enabled, operation mode is determined by the B0BFM bit. False = Pin function is disabled, pin goes to the high-impedance state.

Rx0bfPinOperationMode

B0BFM: Rx0BF Pin Operation mode bit. True = Pin is used as an interrupt when a valid message is loaded into RXB0. False = Digital Output mode.

Rx0bfPinState

B0BFS: Rx0BF Pin State bit (Digital Output mode only). Reads as '0' when Rx0BF is configured as an interrupt pin.

Rx1bfPinFunctionEnable

B1BFE: Rx1BF Pin Function Enable bit. True = Pin function is enabled, operation mode is determined by the B1BFM bit. False = Pin function is disabled, pin goes to the high-impedance state.

Rx1bfPinOperationMode

B1BFM: Rx1BF Pin Operation mode bit. True = Pin is used as an interrupt when a valid message is loaded into RXB1. False = Digital Output mode.

Rx1bfPinState

B1BFS: Rx1BF Pin State bit (Digital Output mode only). Reads as '0' when Rx1BF is configured as an interrupt pin.

Methods

ToByte()

Converts register contents to a byte.

Applies to