Struct esp32c2_hal::pac::apb_ctrl::wifi_clk_en::R
pub struct R(_);
Expand description
Register WIFI_CLK_EN
reader
Implementations§
§impl R
impl R
pub fn wifi_clk_en(&self) -> FieldReaderRaw<u32, u32>
pub fn wifi_clk_en(&self) -> FieldReaderRaw<u32, u32>
Bits 0:31 - reg_wifi_clk_en
Methods from Deref<Target = R<WIFI_CLK_EN_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<WIFI_CLK_EN_SPEC>> for R
impl From<R<WIFI_CLK_EN_SPEC>> for R
§fn from(reader: R<WIFI_CLK_EN_SPEC>) -> R
fn from(reader: R<WIFI_CLK_EN_SPEC>) -> R
Converts to this type from the input type.