added dcd_sof_enable() stubs for all other ports

This commit is contained in:
hathach
2022-03-07 23:05:05 +07:00
parent 85dbcf5473
commit 606f932d92
27 changed files with 212 additions and 0 deletions
+8
View File
@@ -909,6 +909,14 @@ void dcd_disconnect(uint8_t rhport)
USBC_REG_clear_bit_b(USBC_BP_POWER_D_SOFT_CONNECT, USBC_REG_PCTL(USBC0_BASE));
}
void dcd_sof_enable(uint8_t rhport, bool en)
{
(void) rhport;
(void) en;
// TODO implement later
}
void dcd_int_enable(uint8_t rhport)
{
(void)rhport;