mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 12:50:30 +00:00
component/soc : move dport access header files to soc
1. move dport access header files to soc 2. reduce dport register write protection. Only protect read operation
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
#include "soc/gpio_reg.h"
|
||||
#include "soc/i2s_reg.h"
|
||||
|
||||
#include "esp_dport_access.h"
|
||||
|
||||
#define DPORT_I2S0_CLK_EN (BIT(4))
|
||||
#define DPORT_I2S0_RST (BIT(4))
|
||||
|
||||
Reference in New Issue
Block a user