Struct esp32c2_hal::pac::ecc::mult_int_ena::R
pub struct R(_);
Expand description
Register MULT_INT_ENA
reader
Implementations§
§impl R
impl R
pub fn calc_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn calc_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - The interrupt enable bit for the i2s_rx_done_int interrupt
Methods from Deref<Target = R<MULT_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<MULT_INT_ENA_SPEC>> for R
impl From<R<MULT_INT_ENA_SPEC>> for R
§fn from(reader: R<MULT_INT_ENA_SPEC>) -> R
fn from(reader: R<MULT_INT_ENA_SPEC>) -> R
Converts to this type from the input type.