Struct esp32c2_hal::pac::apb_ctrl::peri_backup_int_clr::W
pub struct W(_);
Expand description
Register PERI_BACKUP_INT_CLR
writer
Implementations§
§impl W
impl W
pub fn peri_backup_done_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, PERI_BACKUP_INT_CLR_SPEC, bool, BitM, 0>
pub fn peri_backup_done_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, PERI_BACKUP_INT_CLR_SPEC, bool, BitM, 0>
Bit 0 - reg_peri_backup_done_int_clr
pub fn peri_backup_err_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, PERI_BACKUP_INT_CLR_SPEC, bool, BitM, 1>
pub fn peri_backup_err_int_clr(
&mut self
) -> BitWriterRaw<'_, u32, PERI_BACKUP_INT_CLR_SPEC, bool, BitM, 1>
Bit 1 - reg_peri_backup_err_int_clr
Methods from Deref<Target = W<PERI_BACKUP_INT_CLR_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<PERI_BACKUP_INT_CLR_SPEC>> for W
impl From<W<PERI_BACKUP_INT_CLR_SPEC>> for W
§fn from(writer: W<PERI_BACKUP_INT_CLR_SPEC>) -> W
fn from(writer: W<PERI_BACKUP_INT_CLR_SPEC>) -> W
Converts to this type from the input type.