Home
last modified time | relevance | path

Searched refs:SOC_RTCIO_PIN_COUNT (Results 1 – 23 of 23) sorted by relevance

/hal_espressif-latest/components/soc/include/soc/
Drtc_io_periph.h14 #if SOC_RTCIO_PIN_COUNT > 0
31 #if SOC_RTCIO_PIN_COUNT > 0
64 extern const rtc_io_desc_t rtc_io_desc[SOC_RTCIO_PIN_COUNT];
/hal_espressif-latest/components/hal/include/hal/
Drtc_io_hal.h21 #if SOC_RTCIO_PIN_COUNT > 0
32 #if SOC_RTCIO_PIN_COUNT > 0
262 #if SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP && (SOC_RTCIO_PIN_COUNT > 0)
Drtc_hal.h56 #if SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP && (SOC_RTCIO_PIN_COUNT == 0)
Dgpio_hal.h482 #if SOC_GPIO_SUPPORT_DEEPSLEEP_WAKEUP && (SOC_RTCIO_PIN_COUNT == 0)
/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dsoc_caps.h179 #define SOC_RTCIO_PIN_COUNT (0U) macro
DKconfig.soc_caps.in354 config SOC_RTCIO_PIN_COUNT config
/hal_espressif-latest/components/soc/esp32/
Drtc_io_periph.c53 const rtc_io_desc_t rtc_io_desc[SOC_RTCIO_PIN_COUNT] = {
/hal_espressif-latest/components/soc/esp32/include/soc/
Dsoc_caps.h262 #define SOC_RTCIO_PIN_COUNT 18 macro
DKconfig.soc_caps.in530 config SOC_RTCIO_PIN_COUNT config
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsoc_caps.h252 #define SOC_RTCIO_PIN_COUNT 22 macro
DKconfig.soc_caps.in574 config SOC_RTCIO_PIN_COUNT config
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dsoc_caps.h250 #define SOC_RTCIO_PIN_COUNT (0U) macro
DKconfig.soc_caps.in550 config SOC_RTCIO_PIN_COUNT config
/hal_espressif-latest/components/soc/esp32s3/
Drtc_io_periph.c62 const rtc_io_desc_t rtc_io_desc[SOC_RTCIO_PIN_COUNT] = {
/hal_espressif-latest/components/soc/esp32s2/
Drtc_io_periph.c60 const rtc_io_desc_t rtc_io_desc[SOC_RTCIO_PIN_COUNT] = {
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dsoc_caps.h202 #define SOC_RTCIO_PIN_COUNT 8 macro
DKconfig.soc_caps.in438 config SOC_RTCIO_PIN_COUNT config
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsoc_caps.h281 #define SOC_RTCIO_PIN_COUNT 22 macro
DKconfig.soc_caps.in686 config SOC_RTCIO_PIN_COUNT config
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dsoc_caps.h226 #define SOC_RTCIO_PIN_COUNT (8U) macro
DKconfig.soc_caps.in454 config SOC_RTCIO_PIN_COUNT config
/hal_espressif-latest/components/esp_hw_support/
Dsleep_modes.c232 _Static_assert(22 >= SOC_RTCIO_PIN_COUNT, "Chip has more RTCIOs than 22, should increase ext1_rtc_g…
1541 #if SOC_RTCIO_PIN_COUNT > 0
/hal_espressif-latest/components/driver/gpio/
Dgpio.c27 #if (SOC_RTCIO_PIN_COUNT > 0)