/hal_espressif-2.7.6/tools/test_apps/system/memprot/main/esp32c3/ |
D | test_memprot_main.c | 131 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/ |
D | esp_system_api.c | 66 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/ |
D | reset_reason.c | 116 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/ |
D | reset_reason.c | 110 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/ |
D | reset_reason.c | 110 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/ |
D | phy_init_data.h | 25 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-2.7.6/components/esp_wifi/esp32s2/include/ |
D | phy_init_data.h | 25 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-2.7.6/components/esp_wifi/esp32s3/include/ |
D | phy_init_data.h | 25 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-2.7.6/components/esp_wifi/esp32/include/ |
D | phy_init_data.h | 21 #define LIMIT(val, low, high) ((val < low) ? low : (val > high) ? high : val) argument
|
/hal_espressif-2.7.6/components/esp_adc_cal/ |
D | esp_adc_cal_esp32.c | 200 uint32_t low, in characterize_using_two_point() 315 uint32_t low = read_efuse_tp_low(adc_num); in esp_adc_cal_characterize() local
|
D | esp_adc_cal_esp32s2.c | 121 uint32_t low, in characterize_using_two_point()
|
/hal_espressif-2.7.6/components/ulp/test/esp32/ |
D | test_ulp.c | 173 int low; member
|
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/components/esp_wifi/include/ |
D | esp_mesh_internal.h | 57 int low; member
|
/hal_espressif-2.7.6/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-2.7.6/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-2.7.6/components/ulp/include/esp32/ |
D | ulp.h | 224 uint32_t low : 5; /*!< Low bit */ member 233 uint32_t low : 5; /*!< Low bit */ member
|
/hal_espressif-2.7.6/components/driver/ |
D | spi_bus_lock.c | 169 #define BIT1_MASK(high, low) ((UINT32_MAX << (high)) ^ (UINT32_MAX << (low))) argument
|
/hal_espressif-2.7.6/components/soc/esp32/include/soc/ |
D | rmt_struct.h | 212 …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/ |
D | rmt_struct.h | 184 uint32_t low: 16; member
|