pub struct R(_);
Expand description

Register LSTIMER3_CONF reader

Implementations

Bits 0:4 - This register controls the range of the counter in low speed timer3. the counter range is [0 2**reg_lstimer3_lim] the max bit width for counter is 20.

Bits 5:22 - This register is used to configure parameter for divider in low speed timer3 the least significant eight bits represent the decimal part.

Bit 23 - This bit is used to pause the counter in low speed timer3.

Bit 24 - This bit is used to reset low speed timer3 the counter will be 0 after reset.

Bit 25 - This bit is used to choose slow_clk or ref_tick for low speed timer3. 1’b1:slow_clk 0:ref_tick

Bit 26 - Set this bit to update reg_div_num_lstime3 and reg_lstimer3_lim.

Bits 31:35

Methods from Deref<Target = R<LSTIMER3_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.