pub struct R(_);
Expand description
Register USB_CONF
reader
Implementations
sourceimpl R
impl R
sourcepub fn usb_vrefh(&self) -> USB_VREFH_R
pub fn usb_vrefh(&self) -> USB_VREFH_R
Bits 0:1 - reg_usb_vrefh
sourcepub fn usb_vrefl(&self) -> USB_VREFL_R
pub fn usb_vrefl(&self) -> USB_VREFL_R
Bits 2:3 - reg_usb_vrefl
sourcepub fn usb_vref_override(&self) -> USB_VREF_OVERRIDE_R
pub fn usb_vref_override(&self) -> USB_VREF_OVERRIDE_R
Bit 4 - reg_usb_vref_override
sourcepub fn usb_pad_pull_override(&self) -> USB_PAD_PULL_OVERRIDE_R
pub fn usb_pad_pull_override(&self) -> USB_PAD_PULL_OVERRIDE_R
Bit 5 - reg_usb_pad_pull_override
sourcepub fn usb_dp_pullup(&self) -> USB_DP_PULLUP_R
pub fn usb_dp_pullup(&self) -> USB_DP_PULLUP_R
Bit 6 - reg_usb_dp_pullup
sourcepub fn usb_dp_pulldown(&self) -> USB_DP_PULLDOWN_R
pub fn usb_dp_pulldown(&self) -> USB_DP_PULLDOWN_R
Bit 7 - reg_usb_dp_pulldown
sourcepub fn usb_dm_pullup(&self) -> USB_DM_PULLUP_R
pub fn usb_dm_pullup(&self) -> USB_DM_PULLUP_R
Bit 8 - reg_usb_dm_pullup
sourcepub fn usb_dm_pulldown(&self) -> USB_DM_PULLDOWN_R
pub fn usb_dm_pulldown(&self) -> USB_DM_PULLDOWN_R
Bit 9 - reg_usb_dm_pulldown
sourcepub fn usb_pullup_value(&self) -> USB_PULLUP_VALUE_R
pub fn usb_pullup_value(&self) -> USB_PULLUP_VALUE_R
Bit 10 - reg_usb_pullup_value
sourcepub fn usb_pad_enable_override(&self) -> USB_PAD_ENABLE_OVERRIDE_R
pub fn usb_pad_enable_override(&self) -> USB_PAD_ENABLE_OVERRIDE_R
Bit 11 - reg_usb_pad_enable_override
sourcepub fn usb_pad_enable(&self) -> USB_PAD_ENABLE_R
pub fn usb_pad_enable(&self) -> USB_PAD_ENABLE_R
Bit 12 - reg_usb_pad_enable
sourcepub fn usb_tx_en(&self) -> USB_TX_EN_R
pub fn usb_tx_en(&self) -> USB_TX_EN_R
Bit 15 - reg_usb_tx_en
sourcepub fn usb_tx_en_override(&self) -> USB_TX_EN_OVERRIDE_R
pub fn usb_tx_en_override(&self) -> USB_TX_EN_OVERRIDE_R
Bit 16 - reg_usb_tx_en_override
sourcepub fn usb_reset_disable(&self) -> USB_RESET_DISABLE_R
pub fn usb_reset_disable(&self) -> USB_RESET_DISABLE_R
Bit 17 - reg_usb_reset_disable
sourcepub fn io_mux_reset_disable(&self) -> IO_MUX_RESET_DISABLE_R
pub fn io_mux_reset_disable(&self) -> IO_MUX_RESET_DISABLE_R
Bit 18 - reg_io_mux_reset_disable
sourcepub fn sw_usb_phy_sel(&self) -> SW_USB_PHY_SEL_R
pub fn sw_usb_phy_sel(&self) -> SW_USB_PHY_SEL_R
Bit 19 - reg_sw_usb_phy_sel
sourcepub fn sw_hw_usb_phy_sel(&self) -> SW_HW_USB_PHY_SEL_R
pub fn sw_hw_usb_phy_sel(&self) -> SW_HW_USB_PHY_SEL_R
Bit 20 - reg_sw_hw_usb_phy_sel
Methods from Deref<Target = R<USB_CONF_SPEC>>
Trait Implementations
sourceimpl From<R<USB_CONF_SPEC>> for R
impl From<R<USB_CONF_SPEC>> for R
sourcefn from(reader: R<USB_CONF_SPEC>) -> Self
fn from(reader: R<USB_CONF_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more