ESP-IDF
DPORT_PERIP_RST_EN_REG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
DPORT_PERIP_RST_EN_REG
DPORT_PERIP_RST_EN_REG macro
Syntax
Show:
Summary
Declaration
from
dport_reg.h:970
#define
DPORT_PERIP_RST_EN_REG
(
DR_REG_DPORT_BASE
+
0x0C4
)
Examples
References
from
examples
Code
Location
#define
DPORT_PERIP_RST_EN_REG
(
DR_REG_DPORT_BASE
+
0x0C4
)
dport_reg.h:970
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
common_perip_clk
)
;
clk.c:294
return
DPORT_PERIP_RST_EN_REG
;
clk_gate_ll.h:219
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_I2C_EXT0_RST
)
;
i2c_ll.h:761
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
i2c_ll.h:762
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_I2C_EXT1_RST
)
;
i2c_ll.h:764
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
i2c_ll.h:765
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_I2S0_RST
)
;
i2s_ll.h:123
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_I2S0_RST
)
;
i2s_ll.h:124
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_I2S1_RST
)
;
i2s_ll.h:126
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_I2S1_RST
)
;
i2s_ll.h:127
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_LEDC_RST
)
;
ledc_ll.h:68
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_LEDC_RST
)
;
ledc_ll.h:70
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_PWM0_RST
)
;
mcpwm_ll.h:102
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
mcpwm_ll.h:103
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_PWM1_RST
)
;
mcpwm_ll.h:105
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
mcpwm_ll.h:106
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_PCNT_RST
)
;
pcnt_ll.h:468
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_PCNT_RST
)
;
pcnt_ll.h:469
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_RMT_RST
)
;
rmt_ll.h:71
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
rmt_ll.h:72
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_SPI01_RST
)
;
spi_ll.h:111
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_SPI01_RST
)
;
spi_ll.h:112
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_SPI2_RST
)
;
spi_ll.h:115
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_SPI2_RST
)
;
spi_ll.h:116
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_SPI3_RST
)
;
spi_ll.h:119
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_SPI3_RST
)
;
spi_ll.h:120
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_SPI_DMA_RST
)
;
spi_ll.h:1104
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_SPI_DMA_RST
)
;
spi_ll.h:1105
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
system_internal.c:48
DPORT_REG_WRITE
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
system_internal.c:53
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_TIMERGROUP_RST
)
;
timer_ll.h:62
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
timer_ll.h:63
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_TIMERGROUP1_RST
)
;
timer_ll.h:66
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
timer_ll.h:67
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_TWAI_RST
)
;
twai_ll.h:184
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
twai_ll.h:185
return
DPORT_REG_GET_BIT
(
DPORT_PERIP_RST_EN_REG
,
uart_rst_bit
)
==
0
&&
uart_ll.h:74
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_UART_RST
)
;
uart_ll.h:115
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_UART_RST
)
;
uart_ll.h:116
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_UART1_RST
)
;
uart_ll.h:119
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_UART1_RST
)
;
uart_ll.h:120
DPORT_SET_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_UART2_RST
)
;
uart_ll.h:123
DPORT_CLEAR_PERI_REG_MASK
(
DPORT_PERIP_RST_EN_REG
,
DPORT_UART2_RST
)
;
uart_ll.h:124
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_UHCI0_RST
)
;
uhci_ll.h:51
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
uhci_ll.h:52
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
DPORT_UHCI1_RST
)
;
uhci_ll.h:54
DPORT_WRITE_PERI_REG
(
DPORT_PERIP_RST_EN_REG
,
0
)
;
uhci_ll.h:55
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out