/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/ |
D | reset_reason.c | 109 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/ |
D | reset_reason.c | 107 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/ |
D | reset_reason.c | 109 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/ |
D | reset_reason.c | 109 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/ |
D | reset_reason.c | 110 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
|
/hal_espressif-3.6.0/tools/test_apps/system/memprot/main/esp32c3/ |
D | test_memprot_main.c | 190 static void test_mprot_get_permissions(bool low, esp_mprot_mem_t mem_type, bool *read, bool *write,… in test_mprot_get_permissions() 226 static void test_mprot_set_permissions(bool low, esp_mprot_mem_t mem_type, bool read, bool write, b… in test_mprot_set_permissions()
|
/hal_espressif-3.6.0/components/esp_phy/esp32/include/ |
D | phy_init_data.h | 13 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-3.6.0/components/esp_phy/esp32c3/include/ |
D | phy_init_data.h | 17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-3.6.0/components/esp_phy/esp32s2/include/ |
D | phy_init_data.h | 17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-3.6.0/components/esp_phy/esp32s3/include/ |
D | phy_init_data.h | 17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-3.6.0/zephyr/esp32/src/esp_adc_cal/ |
D | esp_adc_cal.c | 186 uint32_t low, in characterize_using_two_point() 301 uint32_t low = read_efuse_tp_low(adc_num); in esp_adc_cal_characterize() local
|
/hal_espressif-3.6.0/components/esp_adc_cal/esp32/ |
D | esp_adc_cal.c | 187 uint32_t low, in characterize_using_two_point() 302 uint32_t low = read_efuse_tp_low(adc_num); in esp_adc_cal_characterize() local
|
/hal_espressif-3.6.0/components/ulp/test/esp32/ |
D | test_ulp.c | 173 int low; member
|
/hal_espressif-3.6.0/components/mbedtls/port/sha/dma/ |
D | esp_sha1.c | 221 uint32_t high, low; in mbedtls_sha1_finish_ret() local
|
D | esp_sha256.c | 234 uint32_t high, low; in mbedtls_sha256_finish_ret() local
|
D | esp_sha512.c | 280 uint64_t high, low; in mbedtls_sha512_finish_ret() local
|
/hal_espressif-3.6.0/components/esp_adc_cal/esp32s2/ |
D | esp_adc_cal.c | 109 uint32_t low, in characterize_using_two_point()
|
/hal_espressif-3.6.0/zephyr/esp32s2/src/esp_adc_cal/ |
D | esp_adc_cal.c | 108 uint32_t low, in characterize_using_two_point()
|
/hal_espressif-3.6.0/components/mbedtls/port/sha/parallel_engine/ |
D | esp_sha1.c | 408 uint32_t high, low; in mbedtls_sha1_finish_ret() local
|
D | esp_sha256.c | 370 uint32_t high, low; in mbedtls_sha256_finish_ret() local
|
D | esp_sha512.c | 410 uint64_t high, low; in mbedtls_sha512_finish_ret() local
|
/hal_espressif-3.6.0/components/esp_wifi/include/ |
D | esp_mesh_internal.h | 57 int low; member
|
/hal_espressif-3.6.0/components/ulp/include/esp32s3/ |
D | ulp.h | 193 uint32_t low : 5; /*!< Low bit */ member 202 uint32_t low : 5; /*!< Low bit */ member
|
/hal_espressif-3.6.0/components/ulp/include/esp32s2/ |
D | ulp.h | 193 uint32_t low : 5; /*!< Low bit */ member 202 uint32_t low : 5; /*!< Low bit */ member
|
/hal_espressif-3.6.0/components/ulp/include/esp32/ |
D | ulp.h | 224 uint32_t low : 5; /*!< Low bit */ member 233 uint32_t low : 5; /*!< Low bit */ member
|