Home
last modified time | relevance | path

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

12

/hal_espressif-2.7.6/tools/test_apps/system/memprot/main/esp32c3/
Dtest_memprot_main.c131 static void test_memprot_get_permissions(bool low, mem_type_prot_t mem_type, bool *read, bool *writ… in test_memprot_get_permissions()
160 static void test_memprot_set_permissions(bool low, mem_type_prot_t mem_type, bool read, bool write,… in test_memprot_set_permissions()
/hal_espressif-2.7.6/zephyr/esp32/src/common/
Desp_system_api.c66 uint32_t low = REG_READ(EFUSE_BLK0_RDATA1_REG); in esp_read_mac() local
/hal_espressif-2.7.6/components/esp_system/port/soc/esp32/
Dreset_reason.c116 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-2.7.6/components/esp_system/port/soc/esp32c3/
Dreset_reason.c110 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-2.7.6/components/esp_system/port/soc/esp32s2/
Dreset_reason.c110 uint32_t low = reset_reason_hint & RST_REASON_MASK; in esp_reset_reason_get_hint() local
/hal_espressif-2.7.6/components/esp_wifi/esp32c3/include/
Dphy_init_data.h25 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/include/
Dphy_init_data.h25 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/include/
Dphy_init_data.h25 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-2.7.6/components/esp_wifi/esp32/include/
Dphy_init_data.h21 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
/hal_espressif-2.7.6/components/esp_adc_cal/
Desp_adc_cal_esp32.c200 uint32_t low, in characterize_using_two_point()
315 uint32_t low = read_efuse_tp_low(adc_num); in esp_adc_cal_characterize() local
Desp_adc_cal_esp32s2.c121 uint32_t low, in characterize_using_two_point()
/hal_espressif-2.7.6/components/ulp/test/esp32/
Dtest_ulp.c173 int low; member
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/components/esp_wifi/include/
Desp_mesh_internal.h57 int low; member
/hal_espressif-2.7.6/components/ulp/include/esp32s2/
Dulp.h193 uint32_t low : 5; /*!< Low bit */ member
202 uint32_t low : 5; /*!< Low bit */ member
/hal_espressif-2.7.6/components/ulp/include/esp32s3/
Dulp.h193 uint32_t low : 5; /*!< Low bit */ member
202 uint32_t low : 5; /*!< Low bit */ member
/hal_espressif-2.7.6/components/ulp/include/esp32/
Dulp.h224 uint32_t low : 5; /*!< Low bit */ member
233 uint32_t low : 5; /*!< Low bit */ member
/hal_espressif-2.7.6/components/driver/
Dspi_bus_lock.c169 #define BIT1_MASK(high, low) ((UINT32_MAX << (high)) ^ (UINT32_MAX << (low))) argument
/hal_espressif-2.7.6/components/soc/esp32/include/soc/
Drmt_struct.h212 …uint32_t low: 16; /*This register is used to configure carrier wave's lo… member
/hal_espressif-2.7.6/components/soc/esp32c3/include/soc/
Drmt_struct.h184 uint32_t low: 16; member

12