pub struct W(_);
Expand description

Register CH%sCONF0 writer

Implementations

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

Bits 8:23 - In receive mode when no edge is detected on the input signal for longer than reg_idle_thres_ch0 then the receive process is done.

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

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

Bit 29 - This bit is used to configure the way carrier wave is modulated for channel0.1’b1:transmit on low output level 1’b0:transmit on high output level.

Bit 30 - This bit is used to reduce power consumed by mem. 1:mem is in low power state.

Bit 31 - This bit is used to control clock.when software config RMT internal registers it controls the register clock.

Writes raw bits to the register.

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