Struct esp32s3_hal::pac::rtc_cntl::timer3::R
pub struct R(_);
Expand description
Register TIMER3
reader
Implementations§
§impl R
impl R
pub fn wifi_wait_timer(&self) -> FieldReaderRaw<u16, u16>
pub fn wifi_wait_timer(&self) -> FieldReaderRaw<u16, u16>
Bits 0:8 - No public
pub fn wifi_powerup_timer(&self) -> FieldReaderRaw<u8, u8>
pub fn wifi_powerup_timer(&self) -> FieldReaderRaw<u8, u8>
Bits 9:15 - No public
pub fn bt_wait_timer(&self) -> FieldReaderRaw<u16, u16>
pub fn bt_wait_timer(&self) -> FieldReaderRaw<u16, u16>
Bits 16:24 - No public
pub fn bt_powerup_timer(&self) -> FieldReaderRaw<u8, u8>
pub fn bt_powerup_timer(&self) -> FieldReaderRaw<u8, u8>
Bits 25:31 - No public
Methods from Deref<Target = R<TIMER3_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<TIMER3_SPEC>> for R
impl From<R<TIMER3_SPEC>> for R
§fn from(reader: R<TIMER3_SPEC>) -> R
fn from(reader: R<TIMER3_SPEC>) -> R
Converts to this type from the input type.