r528_pac/usb1/
hci_controller_phy_interface.rs

1#[doc = "HCI_INTERFACE register accessor: an alias for `Reg<HCI_INTERFACE_SPEC>`"]
2pub type HCI_INTERFACE = crate::Reg<hci_interface::HCI_INTERFACE_SPEC>;
3#[doc = "HCI Interface Register"]
4pub mod hci_interface;
5#[doc = "HCI_CTRL3 register accessor: an alias for `Reg<HCI_CTRL3_SPEC>`"]
6pub type HCI_CTRL3 = crate::Reg<hci_ctrl3::HCI_CTRL3_SPEC>;
7#[doc = "HCI Control Register"]
8pub mod hci_ctrl3;
9#[doc = "PHY_CONTROL register accessor: an alias for `Reg<PHY_CONTROL_SPEC>`"]
10pub type PHY_CONTROL = crate::Reg<phy_control::PHY_CONTROL_SPEC>;
11#[doc = "PHY Control Register"]
12pub mod phy_control;
13#[doc = "PHY_STATUS register accessor: an alias for `Reg<PHY_STATUS_SPEC>`"]
14pub type PHY_STATUS = crate::Reg<phy_status::PHY_STATUS_SPEC>;
15#[doc = "PHY Status Register"]
16pub mod phy_status;
17#[doc = "HCI_SIE_PORT_DISABLE_CONTROL register accessor: an alias for `Reg<HCI_SIE_PORT_DISABLE_CONTROL_SPEC>`"]
18pub type HCI_SIE_PORT_DISABLE_CONTROL =
19    crate::Reg<hci_sie_port_disable_control::HCI_SIE_PORT_DISABLE_CONTROL_SPEC>;
20#[doc = "HCI SIE Port Disable Control Register"]
21pub mod hci_sie_port_disable_control;