Struct esp32s3_hal::pac::apb_ctrl::retention_ctrl5::R
pub struct R(_);
Expand description
Register RETENTION_CTRL5
reader
Implementations§
§impl R
impl R
pub fn retention_disable(&self) -> BitReaderRaw<bool>
pub fn retention_disable(&self) -> BitReaderRaw<bool>
Bit 0 - ******* Description ***********
Methods from Deref<Target = R<RETENTION_CTRL5_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<RETENTION_CTRL5_SPEC>> for R
impl From<R<RETENTION_CTRL5_SPEC>> for R
§fn from(reader: R<RETENTION_CTRL5_SPEC>) -> R
fn from(reader: R<RETENTION_CTRL5_SPEC>) -> R
Converts to this type from the input type.