Home
last modified time | relevance | path

Searched defs:low (Results 1 – 25 of 33) sorted by relevance

12

/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dreset_reason.c109 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/
Dreset_reason.c107 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/
Dreset_reason.c109 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/
Dreset_reason.c109 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/
Dreset_reason.c110 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/
Dtest_memprot_main.c190 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/
Dphy_init_data.h13 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-3.6.0/components/esp_phy/esp32c3/include/
Dphy_init_data.h17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-3.6.0/components/esp_phy/esp32s2/include/
Dphy_init_data.h17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-3.6.0/components/esp_phy/esp32s3/include/
Dphy_init_data.h17 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-3.6.0/zephyr/esp32/src/esp_adc_cal/
Desp_adc_cal.c186 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/
Desp_adc_cal.c187 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/
Dtest_ulp.c173 int low; member
/hal_espressif-3.6.0/components/mbedtls/port/sha/dma/
Desp_sha1.c221 uint32_t high, low; in mbedtls_sha1_finish_ret() local
Desp_sha256.c234 uint32_t high, low; in mbedtls_sha256_finish_ret() local
Desp_sha512.c280 uint64_t high, low; in mbedtls_sha512_finish_ret() local
/hal_espressif-3.6.0/components/esp_adc_cal/esp32s2/
Desp_adc_cal.c109 uint32_t low, in characterize_using_two_point()
/hal_espressif-3.6.0/zephyr/esp32s2/src/esp_adc_cal/
Desp_adc_cal.c108 uint32_t low, in characterize_using_two_point()
/hal_espressif-3.6.0/components/mbedtls/port/sha/parallel_engine/
Desp_sha1.c408 uint32_t high, low; in mbedtls_sha1_finish_ret() local
Desp_sha256.c370 uint32_t high, low; in mbedtls_sha256_finish_ret() local
Desp_sha512.c410 uint64_t high, low; in mbedtls_sha512_finish_ret() local
/hal_espressif-3.6.0/components/esp_wifi/include/
Desp_mesh_internal.h57 int low; member
/hal_espressif-3.6.0/components/ulp/include/esp32s3/
Dulp.h193 uint32_t low : 5; /*!< Low bit */ member
202 uint32_t low : 5; /*!< Low bit */ member
/hal_espressif-3.6.0/components/ulp/include/esp32s2/
Dulp.h193 uint32_t low : 5; /*!< Low bit */ member
202 uint32_t low : 5; /*!< Low bit */ member
/hal_espressif-3.6.0/components/ulp/include/esp32/
Dulp.h224 uint32_t low : 5; /*!< Low bit */ member
233 uint32_t low : 5; /*!< Low bit */ member

12