Struct esp32c2_hal::pac::uart0::rs485_conf::R

pub struct R(_);
Expand description

Register RS485_CONF reader

Implementations§

Bit 0 - Set this bit to choose the rs485 mode.

Bit 1 - Set this bit to delay the stop bit by 1 bit.

Bit 2 - Set this bit to delay the stop bit by 1 bit.

Bit 3 - Set this bit to enable receiver could receive data when the transmitter is transmitting data in rs485 mode.

Bit 4 - 1’h1: enable rs485 transmitter to send data when rs485 receiver line is busy.

Bit 5 - This register is used to delay the receiver’s internal data signal.

Bits 6:9 - This register is used to delay the transmitter’s internal data signal.

Methods from Deref<Target = R<RS485_CONF_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.
Converts to this type from the input type.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.