pub struct W(_);
Expand description

Register CH3CONF0 writer

Implementations

Bits 0:7 - This register is used to configure the frequency divider’s factor in channel3.

Bits 8:23 - In receive mode when the counter’s value is bigger than reg_idle_thres_ch3 then the receive process is done.

Bits 24:27 - This register is used to configure the the amount of memory blocks allocated to channel3.

Bit 28 - This is the carrier modulation enable control bit for channel3.

Bit 29 - This bit is used to configure carrier wave’s position for channel3.1’b1:add on low level 1’b0:add on high level.

Writes raw bits to the register.

Methods from Deref<Target = W<CH3CONF0_SPEC>>

Writes raw bits to the register.

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.