[−][src]Struct lpc55s6x_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
debug0: DEBUG00x50 - USB PHY Debug Register 0
debug0_set: DEBUG0_SET0x54 - USB PHY Debug Register 0
debug0_clr: DEBUG0_CLR0x58 - USB PHY Debug Register 0
debug0_tog: DEBUG0_TOG0x5c - USB PHY Debug Register 0
debug1: DEBUG10x70 - UTMI Debug Status Register 1
debug1_set: DEBUG1_SET0x74 - UTMI Debug Status Register 1
debug1_clr: DEBUG1_CLR0x78 - UTMI Debug Status Register 1
debug1_tog: DEBUG1_TOG0x7c - UTMI Debug Status Register 1
version: VERSION0x80 - UTMI RTL Version
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
usb1_vbus_det_stat: USB1_VBUS_DET_STAT0xd0 - USB PHY VBUS Detector Status Register
usb1_chrg_detect: USB1_CHRG_DETECT0xe0 - USB PHY Charger Detect Control Register
usb1_chrg_detect_set: USB1_CHRG_DETECT_SET0xe4 - USB PHY Charger Detect Control Register
usb1_chrg_detect_clr: USB1_CHRG_DETECT_CLR0xe8 - USB PHY Charger Detect Control Register
usb1_chrg_detect_tog: USB1_CHRG_DETECT_TOG0xec - USB PHY Charger Detect Control Register
usb1_chrg_det_stat: USB1_CHRG_DET_STAT0xf0 - USB PHY Charger Detect Status 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
impl Send for RegisterBlock
impl !Sync for RegisterBlock
Blanket Implementations
impl<T> From<T> for T[src]
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> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
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> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self