Struct esp32_hal::pac::timg0::t1config::R

pub struct R(_);
Expand description

Register T1CONFIG reader

Implementations§

Bit 10 - When set alarm is enabled

Bit 11 - When set level type interrupt will be generated during alarm

Bit 12 - When set edge type interrupt will be generated during alarm

Bits 13:28 - Timer 1 clock (T1_clk) prescale value.

Bit 29 - When set timer 1 auto-reload at alarming is enabled

Bit 30 - When set timer 1 time-base counter increment. When cleared timer 1 time-base counter decrement.

Bit 31 - When set timer 1 time-base counter is enabled

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