Home
last modified time | relevance | path

Searched refs:DPORT_DATE_REG (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_dport.c42 uint32_t dport_date = DPORT_REG_READ(DPORT_DATE_REG); in accessDPORT()
48 if (dport_date != DPORT_REG_READ(DPORT_DATE_REG)) { in accessDPORT()
178 uint32_t dport_date = DPORT_REG_READ(DPORT_DATE_REG); in accessDPORT_stall_other_cpu()
186 dport_date_cur = _DPORT_REG_READ(DPORT_DATE_REG); in accessDPORT_stall_other_cpu()
221 uint32_t dport_date = DPORT_REG_READ(DPORT_DATE_REG); in accessDPORT_pre_reading_apb()
228 dport_date_cur = DPORT_REG_READ(DPORT_DATE_REG); in accessDPORT_pre_reading_apb()
313 _DPORT_REG_READ(DPORT_DATE_REG);
321 DPORT_REG_READ(DPORT_DATE_REG);
328 DPORT_SEQUENCE_REG_READ(DPORT_DATE_REG);
342 _DPORT_REG_READ(DPORT_DATE_REG);
[all …]
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Ddport_reg.h18 #define DPORT_DATE_REG SYSTEM_DATE_REG macro
/hal_espressif-3.6.0/components/soc/esp32s2/include/soc/
Ddport_reg.h18 #define DPORT_DATE_REG SYSTEM_DATE_REG macro
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Ddport_reg.h4267 #define DPORT_DATE_REG (DR_REG_DPORT_BASE + 0xFFC) macro