Enum s32k144::lpuart0::modir::TXCTSER [] [src]

pub enum TXCTSER {
    _0,
    _1,
}

Possible values of the field TXCTSE

Variants

CTS has no effect on the transmitter.

Enables clear-to-send operation. The transmitter checks the state of CTS each time it is ready to send a character. If CTS is asserted, the character is sent. If CTS is deasserted, the signal TXD remains in the mark state and transmission is delayed until CTS is asserted. Changes in CTS as a character is being sent do not affect its transmission.

Methods

impl TXCTSER
[src]

[src]

Returns true if the bit is clear (0)

[src]

Returns true if the bit is set (1)

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0

[src]

Checks if the value of the field is _1

Trait Implementations

impl Clone for TXCTSER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TXCTSER
[src]

impl Debug for TXCTSER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TXCTSER
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.