Struct esp32_hal::pac::efuse::blk0_rdata4::W
pub struct W(_);
Expand description
Register BLK0_RDATA4
writer
Implementations§
§impl W
impl W
pub fn rd_adc_vref(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_RDATA4_SPEC, u8, u8, Unsafe, 5, 8>
pub fn rd_adc_vref(
&mut self
) -> FieldWriterRaw<'_, u32, BLK0_RDATA4_SPEC, u8, u8, Unsafe, 5, 8>
Bits 8:12 - True ADC reference voltage
Methods from Deref<Target = W<BLK0_RDATA4_SPEC>>§
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Safety
Read datasheet or reference manual to find what values are allowed to pass.
Trait Implementations§
§impl From<W<BLK0_RDATA4_SPEC>> for W
impl From<W<BLK0_RDATA4_SPEC>> for W
§fn from(writer: W<BLK0_RDATA4_SPEC>) -> W
fn from(writer: W<BLK0_RDATA4_SPEC>) -> W
Converts to this type from the input type.