/hal_espressif-latest/components/hal/ |
D | i2s_hal.c | 214 uint8_t cnt = 0; in i2s_hal_pdm_set_tx_slot() local 222 cnt = i; in i2s_hal_pdm_set_tx_slot() 226 i2s_ll_tx_set_pdm_hp_filter_param0(hal->dev, cut_off_coef[cnt][1]); in i2s_hal_pdm_set_tx_slot() 227 i2s_ll_tx_set_pdm_hp_filter_param5(hal->dev, cut_off_coef[cnt][2]); in i2s_hal_pdm_set_tx_slot() 281 uint32_t cnt; in i2s_hal_tdm_set_tx_slot() local 284 cnt = 32 - __builtin_clz(msk); in i2s_hal_tdm_set_tx_slot() 286 cnt = ((cnt < 2) && (slot_cfg->tdm.ws_width != 1)) ? 2 : cnt; in i2s_hal_tdm_set_tx_slot() 287 uint32_t total_slot = slot_cfg->tdm.total_slot > cnt ? slot_cfg->tdm.total_slot : cnt; in i2s_hal_tdm_set_tx_slot() 315 uint32_t cnt; in i2s_hal_tdm_set_rx_slot() local 318 cnt = 32 - __builtin_clz(msk); in i2s_hal_tdm_set_rx_slot() [all …]
|
D | sdio_slave_hal.c | 677 int cnt = 0; in dump_queue() local 681 cnt++; in dump_queue() 684 HAL_EARLY_LOGI(TAG, "total: %d", cnt); in dump_queue()
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | mmu_ll.h | 50 unsigned cnt = efuse_ll_get_flash_crypt_cnt(); in mmu_ll_cache_encryption_enabled() local 52 cnt = ((cnt >> 2) ^ (cnt >> 1) ^ cnt) & 0x1; in mmu_ll_cache_encryption_enabled() 53 return (cnt == 1); in mmu_ll_cache_encryption_enabled()
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | mmu_ll.h | 52 unsigned cnt = efuse_ll_get_flash_crypt_cnt(); in mmu_ll_cache_encryption_enabled() local 54 cnt = ((cnt >> 2) ^ (cnt >> 1) ^ cnt) & 0x1; in mmu_ll_cache_encryption_enabled() 55 return (cnt == 1); in mmu_ll_cache_encryption_enabled()
|
/hal_espressif-latest/components/efuse/src/ |
D | esp_efuse_api.c | 108 esp_err_t esp_efuse_write_field_cnt(const esp_efuse_desc_t* field[], size_t cnt) in esp_efuse_write_field_cnt() argument 112 if (field == NULL || cnt == 0) { in esp_efuse_write_field_cnt() 118 err = esp_efuse_utility_process(field, &cnt, 0, esp_efuse_utility_write_cnt); in esp_efuse_write_field_cnt() 120 if (cnt != 0) { in esp_efuse_write_field_cnt() 121 ESP_LOGE(TAG, "The required number of bits can not be set. [Not set %d]", cnt); in esp_efuse_write_field_cnt()
|
D | esp_efuse_utility.c | 45 … set_cnt_in_reg(int bit_start_in_reg, int bit_count_used_in_reg, uint32_t reg_masked, size_t* cnt); 136 …num_reg, esp_efuse_block_t efuse_block, int bit_start, int bit_count, void* cnt, int* bits_counter) in esp_efuse_utility_write_cnt() argument 140 size_t* set_bits = (size_t*)cnt; in esp_efuse_utility_write_cnt() 383 …t set_cnt_in_reg(int bit_start_in_reg, int bit_count_used_in_reg, uint32_t reg_masked, size_t* cnt) argument 390 if (--(*cnt) == 0) {
|
/hal_espressif-latest/components/driver/deprecated/ |
D | i2s_legacy.c | 495 for (int cnt = 0; cnt < buf_cnt; cnt++) { in i2s_delete_dma_buffer() local 496 if (dma_obj->desc && dma_obj->desc[cnt]) { in i2s_delete_dma_buffer() 497 free(dma_obj->desc[cnt]); in i2s_delete_dma_buffer() 498 dma_obj->desc[cnt] = NULL; in i2s_delete_dma_buffer() 500 if (dma_obj->buf && dma_obj->buf[cnt]) { in i2s_delete_dma_buffer() 501 free(dma_obj->buf[cnt]); in i2s_delete_dma_buffer() 502 dma_obj->buf[cnt] = NULL; in i2s_delete_dma_buffer() 514 for (int cnt = 0; cnt < buf_cnt; cnt++) { in i2s_alloc_dma_buffer() local 516 … dma_obj->buf[cnt] = (char *) heap_caps_calloc(dma_obj->buf_size, sizeof(char), MALLOC_CAP_DMA); in i2s_alloc_dma_buffer() 517 ESP_GOTO_ON_FALSE(dma_obj->buf[cnt], ESP_ERR_NO_MEM, err, TAG, "Error malloc dma buffer"); in i2s_alloc_dma_buffer() [all …]
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | touch_sensor_hal.h | 485 …fine touch_hal_proximity_read_meas_cnt(touch_num, cnt) touch_ll_proximity_read_meas_cnt(touch_num,… argument
|
D | touch_sensor_ll.h | 1007 static inline void touch_ll_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_ll_proximity_read_meas_cnt() argument 1010 *cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_approach_pad0_cnt); in touch_ll_proximity_read_meas_cnt() 1012 *cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_approach_pad1_cnt); in touch_ll_proximity_read_meas_cnt() 1014 *cnt = HAL_FORCE_READ_U32_REG_FIELD(SENS.sar_touch_appr_status, touch_approach_pad2_cnt); in touch_ll_proximity_read_meas_cnt()
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | touch_sensor_hal.h | 485 …fine touch_hal_proximity_read_meas_cnt(touch_num, cnt) touch_ll_proximity_read_meas_cnt(touch_num,… argument
|
D | touch_sensor_ll.h | 1027 static inline void touch_ll_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_ll_proximity_read_meas_cnt() argument 1030 *cnt = SENS.sar_touch_appr_status.touch_approach_pad0_cnt; in touch_ll_proximity_read_meas_cnt() 1032 *cnt = SENS.sar_touch_appr_status.touch_approach_pad1_cnt; in touch_ll_proximity_read_meas_cnt() 1034 *cnt = SENS.sar_touch_appr_status.touch_approach_pad2_cnt; in touch_ll_proximity_read_meas_cnt()
|
/hal_espressif-latest/components/efuse/private_include/ |
D | esp_efuse_utility.h | 71 …um_reg, esp_efuse_block_t efuse_block, int bit_start, int bit_count, void* cnt, int* bits_counter);
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/ |
D | touch_sensor.c | 525 esp_err_t touch_pad_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_pad_proximity_read_meas_cnt() argument 527 TOUCH_NULL_POINTER_CHECK(cnt, "cnt"); in touch_pad_proximity_read_meas_cnt() 530 touch_hal_proximity_read_meas_cnt(touch_num, cnt); in touch_pad_proximity_read_meas_cnt()
|
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/ |
D | touch_sensor.c | 552 esp_err_t touch_pad_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_pad_proximity_read_meas_cnt() argument 554 TOUCH_NULL_POINTER_CHECK(cnt, "cnt"); in touch_pad_proximity_read_meas_cnt() 557 touch_hal_proximity_read_meas_cnt(touch_num, cnt); in touch_pad_proximity_read_meas_cnt()
|
/hal_espressif-latest/components/efuse/include/ |
D | esp_efuse.h | 147 esp_err_t esp_efuse_write_field_cnt(const esp_efuse_desc_t* field[], size_t cnt);
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_wps.c | 870 u8 cnt = sm->discard_ap_cnt; in wps_add_discard_ap() local 879 for (cnt = 0; cnt < WPS_MAX_DIS_AP_NUM - 2; cnt++) { in wps_add_discard_ap() 880 os_memcpy(sm->dis_ap_list[cnt].bssid, sm->dis_ap_list[cnt + 1].bssid, 6); in wps_add_discard_ap() 884 os_memcpy(sm->dis_ap_list[cnt].bssid, bssid, ETH_ALEN); in wps_add_discard_ap()
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | i2s_struct.h | 279 uint32_t cnt: 7; member
|
/hal_espressif-latest/components/driver/uart/ |
D | uart.c | 733 int cnt = 0; in uart_find_pattern_from_last() local 737 cnt++; in uart_find_pattern_from_last() 739 cnt = 0; in uart_find_pattern_from_last() 741 if (cnt >= pat_num) { in uart_find_pattern_from_last()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/ |
D | bta_jv_act.c | 766 const int cnt = sizeof(bta_jv_cb.free_psm_list) / sizeof(bta_jv_cb.free_psm_list[0]); in bta_jv_get_free_psm() local 767 for (int i = 0; i < cnt; i++) { in bta_jv_get_free_psm() 781 const int cnt = sizeof(bta_jv_cb.free_psm_list) / sizeof(bta_jv_cb.free_psm_list[0]); in bta_jv_set_free_psm() local 782 for (int i = 0; i < cnt; i++) { in bta_jv_set_free_psm()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/ |
D | gatt_utils.c | 2630 UINT8 cnt = 0; in gatt_get_num_apps_for_bg_dev() local 2635 cnt++; in gatt_get_num_apps_for_bg_dev() 2639 return cnt; in gatt_get_num_apps_for_bg_dev()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_fcr.c | 115 register int cnt = icnt; in l2c_fcr_updcrc() local 117 while (cnt--) { in l2c_fcr_updcrc()
|