Type Alias esp32c2::efuse::int_raw::W

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

Register INT_RAW writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn read_done_int_raw(&mut self) -> READ_DONE_INT_RAW_W<'_, INT_RAW_SPEC>

Bit 0 - The raw bit signal for read_done interrupt.

source

pub fn pgm_done_int_raw(&mut self) -> PGM_DONE_INT_RAW_W<'_, INT_RAW_SPEC>

Bit 1 - The raw bit signal for pgm_done 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