pub struct W(_);
Expand description

Register CH%sCONF1 writer

Implementations

Bit 0 - Set this bit to start sending data on CHANNEL%s.

Bit 1 - Set this bit to enable receiver to receive data on CHANNEL%s.

Bit 2 - Set this bit to reset write ram address for CHANNEL%s by accessing receiver.

Bit 3 - Set this bit to reset read ram address for CHANNEL%s by accessing transmitter.

Bit 4 - Set this bit to reset W/R ram address for CHANNEL%s by accessing apb fifo.

Bit 5 - This register marks the ownership of CHANNEL%s’s ram block. 1’h1: Receiver is using the ram. 1’h0: Transmitter is using the ram.

Bit 6 - Set this bit to restart transmission from the first data to the last data in CHANNEL%s.

Bit 7 - This is the receive filter’s enable bit for CHANNEL%s.

Bits 8:15 - Ignores the input pulse when its width is smaller than this register value in APB clock periods (in receive mode).

Bit 16 - Set this bit to enable memory loop read mode when carrier modulation is enabled for channel %s.

Bit 17 - This bit is used to select the base clock for CHANNEL%s. 1’h1: clk_apb 1’h0:clk_ref

Bit 18 - This bit configures the level of output signal in CHANNEL%s when the latter is in IDLE state.

Bit 19 - This is the output enable-control bit for CHANNEL%s in IDLE state.

Bit 20 - Set this bit to stop the transmitter of CHANNEL%s sending data out.

Writes raw bits to the register.

Methods from Deref<Target = W<CHCONF1_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.