sigma_delta: add periph signal list and support esp32-s3

This commit is contained in:
morris
2020-10-22 13:16:49 +08:00
parent 8f3393afdf
commit 17808b3ff8
15 changed files with 188 additions and 83 deletions

View File

@@ -40,7 +40,7 @@ extern "C" {
*/
static inline void sigmadelta_ll_set_en(gpio_sd_dev_t *hw, bool en)
{
// The clk enable register does not exist on ESP32.
hw->misc.function_clk_en = en;
}
/**