Struct esp32s3_hal::pac::wcl::core_1_statustable_current::R
pub struct R(_);
Expand description
Register Core_1_STATUSTABLE_CURRENT
reader
Implementations§
§impl R
impl R
pub fn core_1_statustable_current(&self) -> FieldReaderRaw<u16, u16>
pub fn core_1_statustable_current(&self) -> FieldReaderRaw<u16, u16>
Bits 1:13 - This field is used to quickly read and rewrite the current field of all STATUSTABLE registers,for example,bit 1 represents the current field of STATUSTABLE1
Methods from Deref<Target = R<CORE_1_STATUSTABLE_CURRENT_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<CORE_1_STATUSTABLE_CURRENT_SPEC>> for R
impl From<R<CORE_1_STATUSTABLE_CURRENT_SPEC>> for R
§fn from(reader: R<CORE_1_STATUSTABLE_CURRENT_SPEC>) -> R
fn from(reader: R<CORE_1_STATUSTABLE_CURRENT_SPEC>) -> R
Converts to this type from the input type.