Struct esp32s3_hal::pac::usb_device::mem_conf::R
pub struct R(_);
Expand description
Register MEM_CONF
reader
Implementations§
§impl R
impl R
pub fn usb_mem_pd(&self) -> BitReaderRaw<bool>
pub fn usb_mem_pd(&self) -> BitReaderRaw<bool>
Bit 0 - 1: power down usb memory.
pub fn usb_mem_clk_en(&self) -> BitReaderRaw<bool>
pub fn usb_mem_clk_en(&self) -> BitReaderRaw<bool>
Bit 1 - 1: Force clock on for usb memory.
Methods from Deref<Target = R<MEM_CONF_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<MEM_CONF_SPEC>> for R
impl From<R<MEM_CONF_SPEC>> for R
§fn from(reader: R<MEM_CONF_SPEC>) -> R
fn from(reader: R<MEM_CONF_SPEC>) -> R
Converts to this type from the input type.