Home
last modified time | relevance | path

Searched refs:_DPORT_REG_WRITE (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-latest/components/soc/esp32c6/include/soc/
Ddport_access.h34 #define _DPORT_REG_WRITE(_r, _v) (*(volatile uint32_t *)(_r)) = (_v) macro
37 #define DPORT_REG_WRITE(_r, _v) _DPORT_REG_WRITE((_r), (_v))
81 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b)))
82 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b))))
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Ddport_access.h31 #define _DPORT_REG_WRITE(_r, _v) (*(volatile uint32_t *)(_r)) = (_v) macro
34 #define DPORT_REG_WRITE(_r, _v) _DPORT_REG_WRITE((_r), (_v))
78 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b)))
79 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b))))
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Ddport_access.h33 #define _DPORT_REG_WRITE(_r, _v) (*(volatile uint32_t *)(_r)) = (_v) macro
36 #define DPORT_REG_WRITE(_r, _v) _DPORT_REG_WRITE((_r), (_v))
80 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b)))
81 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b))))
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Ddport_access.h34 #define _DPORT_REG_WRITE(_r, _v) (*(volatile uint32_t *)(_r)) = (_v) macro
37 #define DPORT_REG_WRITE(_r, _v) _DPORT_REG_WRITE((_r), (_v))
81 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b)))
82 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b))))
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Ddport_access.h34 #define _DPORT_REG_WRITE(_r, _v) (*(volatile uint32_t *)(_r)) = (_v) macro
37 #define DPORT_REG_WRITE(_r, _v) _DPORT_REG_WRITE((_r), (_v))
81 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b)))
82 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b))))
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Ddport_access.h32 #define _DPORT_REG_WRITE(_r, _v) (*(volatile uint32_t *)(_r)) = (_v) macro
35 #define DPORT_REG_WRITE(_r, _v) _DPORT_REG_WRITE((_r), (_v))
79 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b)))
80 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b))))
/hal_espressif-latest/components/bootloader_support/src/esp32/
Dbootloader_sha.c64 _DPORT_REG_WRITE(SHA_256_START_REG, 1); in bootloader_sha256_data()
66 _DPORT_REG_WRITE(SHA_256_CONTINUE_REG, 1); in bootloader_sha256_data()
107 _DPORT_REG_WRITE(SHA_256_LOAD_REG, 1); in bootloader_sha256_finish()
/hal_espressif-latest/components/soc/esp32/include/soc/
Ddport_access.h48 #define _DPORT_REG_WRITE(_r, _v) (*(volatile uint32_t *)(_r)) = (_v) macro
51 #define DPORT_REG_WRITE(_r, _v) _DPORT_REG_WRITE((_r), (_v))
172 #define _DPORT_REG_SET_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r)|(_b)))
173 #define _DPORT_REG_CLR_BIT(_r, _b) _DPORT_REG_WRITE((_r), (_DPORT_REG_READ(_r) & (~(_b))))
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c369 _DPORT_REG_WRITE(DPORT_PRO_CACHE_CTRL1_REG, in esp_default_wake_deep_sleep()
371 _DPORT_REG_WRITE(DPORT_PRO_CACHE_CTRL1_REG, in esp_default_wake_deep_sleep()