Struct esp32s3::uart0::rs485_conf::W

source ·
pub struct W(_);
Expand description

Register RS485_CONF writer

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.

Writes raw bits to the register.

Methods from Deref<Target = W<RS485_CONF_SPEC>>

Writes raw bits to the register.

Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations

The resulting type after dereferencing.
Dereferences the value.
Mutably 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.