refactor(lp_periph): move enable and reset control to LL driver

This commit is contained in:
morris
2023-08-23 17:39:25 +08:00
parent ab42d63054
commit 4a45479336
13 changed files with 160 additions and 265 deletions

View File

@@ -109,6 +109,6 @@ const uart_signal_conn_t uart_periph_signal[SOC_UART_NUM] = {
},
},
.irq = ETS_LP_UART_INTR_SOURCE,
.lp_module = LP_PERIPH_UART0_MODULE,
.module = PERIPH_LP_UART0_MODULE,
},
};