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
pub fn wifi_powerup_timer(&self) -> FieldReaderRaw<u8, u8>
pub fn wifi_powerup_timer(&self) -> FieldReaderRaw<u8, u8>
Bits 9:15
pub fn rom_ram_wait_timer(&self) -> FieldReaderRaw<u16, u16>
pub fn rom_ram_wait_timer(&self) -> FieldReaderRaw<u16, u16>
Bits 16:24
pub fn rom_ram_powerup_timer(&self) -> FieldReaderRaw<u8, u8>
pub fn rom_ram_powerup_timer(&self) -> FieldReaderRaw<u8, u8>
Bits 25:31
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.