Struct esp32s3_hal::pac::sensitive::edma_pms_i2s1_lock::R
pub struct R(_);
Expand description
Register EDMA_PMS_I2S1_LOCK
reader
Implementations§
§impl R
impl R
pub fn edma_pms_i2s1_lock(&self) -> BitReaderRaw<bool>
pub fn edma_pms_i2s1_lock(&self) -> BitReaderRaw<bool>
Bit 0 - Set 1 to lock EDMA-I2S1 permission control registers.
Methods from Deref<Target = R<EDMA_PMS_I2S1_LOCK_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<EDMA_PMS_I2S1_LOCK_SPEC>> for R
impl From<R<EDMA_PMS_I2S1_LOCK_SPEC>> for R
§fn from(reader: R<EDMA_PMS_I2S1_LOCK_SPEC>) -> R
fn from(reader: R<EDMA_PMS_I2S1_LOCK_SPEC>) -> R
Converts to this type from the input type.