usb: Add usb_phy driver to support operations on USB PHY

This commit is contained in:
songruojing
2021-08-19 20:28:28 +08:00
parent 7fc071e133
commit 1fcd639224
18 changed files with 980 additions and 6 deletions

View File

@@ -154,7 +154,7 @@ typedef union {
* USB D- rx value in test.
*/
uint32_t test_rx_dm:1;
uint32_t reserved7: 25;
uint32_t reserved7:25;
};
uint32_t val;
} usb_wrap_test_conf_reg_t;