[−][src]Struct lpc55_pac::usbphy::RegisterBlock
Register block
Fields
pwd: PWD0x00 - USB PHY Power-Down Register
pwd_set: PWD_SET0x04 - USB PHY Power-Down Register
pwd_clr: PWD_CLR0x08 - USB PHY Power-Down Register
pwd_tog: PWD_TOG0x0c - USB PHY Power-Down Register
tx: TX0x10 - USB PHY Transmitter Control Register
tx_set: TX_SET0x14 - USB PHY Transmitter Control Register
tx_clr: TX_CLR0x18 - USB PHY Transmitter Control Register
tx_tog: TX_TOG0x1c - USB PHY Transmitter Control Register
rx: RX0x20 - USB PHY Receiver Control Register
rx_set: RX_SET0x24 - USB PHY Receiver Control Register
rx_clr: RX_CLR0x28 - USB PHY Receiver Control Register
rx_tog: RX_TOG0x2c - USB PHY Receiver Control Register
ctrl: CTRL0x30 - USB PHY General Control Register
ctrl_set: CTRL_SET0x34 - USB PHY General Control Register
ctrl_clr: CTRL_CLR0x38 - USB PHY General Control Register
ctrl_tog: CTRL_TOG0x3c - USB PHY General Control Register
status: STATUS0x40 - USB PHY Status Register
pll_sic: PLL_SIC0xa0 - USB PHY PLL Control/Status Register
pll_sic_set: PLL_SIC_SET0xa4 - USB PHY PLL Control/Status Register
pll_sic_clr: PLL_SIC_CLR0xa8 - USB PHY PLL Control/Status Register
pll_sic_tog: PLL_SIC_TOG0xac - USB PHY PLL Control/Status Register
usb1_vbus_detect: USB1_VBUS_DETECT0xc0 - USB PHY VBUS Detect Control Register
usb1_vbus_detect_set: USB1_VBUS_DETECT_SET0xc4 - USB PHY VBUS Detect Control Register
usb1_vbus_detect_clr: USB1_VBUS_DETECT_CLR0xc8 - USB PHY VBUS Detect Control Register
usb1_vbus_detect_tog: USB1_VBUS_DETECT_TOG0xcc - USB PHY VBUS Detect Control Register
anactrl: ANACTRL0x100 - USB PHY Analog Control Register
anactrl_set: ANACTRL_SET0x104 - USB PHY Analog Control Register
anactrl_clr: ANACTRL_CLR0x108 - USB PHY Analog Control Register
anactrl_tog: ANACTRL_TOG0x10c - USB PHY Analog Control Register
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,