Type Alias esp32c2::apb_saradc::ctrl::W

source ·
pub type W = W<CTRL_SPEC>;
Expand description

Register CTRL writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn saradc_start_force(&mut self) -> SARADC_START_FORCE_W<'_, CTRL_SPEC, 0>

Bit 0 - Need add description

source

pub fn saradc_start(&mut self) -> SARADC_START_W<'_, CTRL_SPEC, 1>

Bit 1 - Need add description

source

pub fn saradc_sar_clk_gated( &mut self ) -> SARADC_SAR_CLK_GATED_W<'_, CTRL_SPEC, 6>

Bit 6 - Need add description

source

pub fn saradc_sar_clk_div(&mut self) -> SARADC_SAR_CLK_DIV_W<'_, CTRL_SPEC, 7>

Bits 7:14 - SAR clock divider

source

pub fn saradc_sar_patt_len( &mut self ) -> SARADC_SAR_PATT_LEN_W<'_, CTRL_SPEC, 15>

Bits 15:17 - 0 ~ 15 means length 1 ~ 16

source

pub fn saradc_sar_patt_p_clear( &mut self ) -> SARADC_SAR_PATT_P_CLEAR_W<'_, CTRL_SPEC, 23>

Bit 23 - clear the pointer of pattern table for DIG ADC1 CTRL

source

pub fn saradc_xpd_sar_force( &mut self ) -> SARADC_XPD_SAR_FORCE_W<'_, CTRL_SPEC, 27>

Bits 27:28 - force option to xpd sar blocks

source

pub fn saradc_wait_arb_cycle( &mut self ) -> SARADC_WAIT_ARB_CYCLE_W<'_, CTRL_SPEC, 30>

Bits 30:31 - wait arbit signal stable after sar_done

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

Safety

Passing incorrect value can cause undefined behaviour. See reference manual