Struct esp32s3_hal::pac::efuse::dac_conf::R

pub struct R(_);
Expand description

Register DAC_CONF reader

Implementations

Bits 0:7 - Controls the division factor of the rising clock of the programming voltage.

Bit 8 - Don’t care.

Bits 9:16 - Controls the rising period of the programming voltage.

Bit 17 - Reduces the power supply of the programming voltage.

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