Edit

Share via


TxRtsCtrl Class

Definition

TxnRTS Pin Control and Status Register.

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

Constructors

TxRtsCtrl(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean)

Initializes a new instance of the TxRtsCtrl class.

TxRtsCtrl(Byte)

Initializes a new instance of the TxRtsCtrl class.

Properties

Address

Gets the address of the register.

Tx0RtsPinMode

B0RTSM: Tx0RTS Pin mode bit. True = Pin is used to request message transmission of TXB0 buffer (on falling edge). False = Digital input.

Tx0RtsPinState

B0RTS: Tx0RTS Pin State bit. Reads state of Tx0RTS pin when in Digital Input mode. Reads as '0' when pin is in 'Request-to-Send' mode.

Tx1RtsPinMode

B1RTSM: Tx1RTS Pin mode bit. True = Pin is used to request message transmission of TXB1 buffer (on falling edge). False = Digital input.

Tx1RtsPinState

B1RTS: Tx1RTX Pin State bit. Reads state of Tx1RTS pin when in Digital Input mode. Reads as '0' when pin is in 'Request-to-Send' mode.

Tx2RtsPinMode

B2RTSM: Tx2RTS Pin mode bit. True = Pin is used to request message transmission of TXB2 buffer (on falling edge). False = Digital input.

Tx2RtsPinState

B2RTS: Tx2RTS Pin State bit. Reads state of Tx2RTS pin when in Digital Input mode. Reads as '0' when pin is in 'Request-to-Send' mode.

Methods

ToByte()

Converts register contents to a byte.

Applies to