Type Alias esp32s2::apb_saradc::int_clr::W

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

Register INT_CLR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn adc2_thres_int_clr(&mut self) -> ADC2_THRES_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 28 - Clear bit of APB_SARADC_ADC2_THRES_INT interrupt.

source

pub fn adc1_thres_int_clr(&mut self) -> ADC1_THRES_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 29 - Clear bit of APB_SARADC_ADC1_THRES_INT interrupt.

source

pub fn adc2_done_int_clr(&mut self) -> ADC2_DONE_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 30 - Clear bit of APB_SARADC_ADC2_DONE_INT interrupt.

source

pub fn adc1_done_int_clr(&mut self) -> ADC1_DONE_INT_CLR_W<'_, INT_CLR_SPEC>

Bit 31 - Clear bit of APB_SARADC_ADC1_DONE_INT interrupt.

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