Struct esp32c2_hal::pac::efuse::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn read_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn read_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The enable signal for read_done interrupt.
pub fn pgm_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn pgm_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - The enable signal for pgm_done interrupt.
Methods from Deref<Target = R<INT_ENA_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<INT_ENA_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
§fn from(reader: R<INT_ENA_SPEC>) -> R
fn from(reader: R<INT_ENA_SPEC>) -> R
Converts to this type from the input type.