mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-23 17:24:44 +00:00
change(sdm): delete the confusing part in sdm programming guide
This commit is contained in:

committed by
Kevin (Lao Kaiyao)

parent
d9d316b97d
commit
c6e7e82524
@@ -10,12 +10,13 @@
|
||||
#include "hal/misc.h"
|
||||
#include "hal/assert.h"
|
||||
#include "soc/gpio_sd_struct.h"
|
||||
#include "soc/gpio_sd_reg.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define SDM_LL_PRESCALE_MAX 256
|
||||
#define SDM_LL_PRESCALE_MAX (GPIO_SD0_PRESCALE_V + 1)
|
||||
|
||||
/**
|
||||
* @brief Set Sigma-delta enable
|
||||
|
Reference in New Issue
Block a user