change(hal): control PAU bus clock by hal layer

This commit is contained in:
wuzhenghui
2024-03-20 20:36:45 +08:00
parent 38fe4e136a
commit 4a64d2fe2c
15 changed files with 53 additions and 43 deletions
+7
View File
@@ -22,6 +22,13 @@ typedef struct {
pau_dev_t *dev;
} pau_hal_context_t;
/**
* @brief Enable the bus clock of REGDMA module
* @param hal regdma hal context
* @param enable enable or disable the module clock
*/
#define pau_hal_enable_bus_clock(enable) pau_ll_enable_bus_clock(enable)
/**
* @brief Set regdma entry link address
*