Home
last modified time | relevance | path

Searched defs:cnt (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/hal/
Di2s_hal.c214 uint8_t cnt = 0; in i2s_hal_pdm_set_tx_slot() local
281 uint32_t cnt; in i2s_hal_tdm_set_tx_slot() local
315 uint32_t cnt; in i2s_hal_tdm_set_rx_slot() local
Dsdio_slave_hal.c677 int cnt = 0; in dump_queue() local
/hal_espressif-latest/components/efuse/src/
Desp_efuse_utility.c136 …t num_reg, esp_efuse_block_t efuse_block, int bit_start, int bit_count, void* cnt, int* bits_count… 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)
Desp_efuse_api.c108 esp_err_t esp_efuse_write_field_cnt(const esp_efuse_desc_t* field[], size_t cnt) in esp_efuse_write_field_cnt()
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dmmu_ll.h50 unsigned cnt = efuse_ll_get_flash_crypt_cnt(); in mmu_ll_cache_encryption_enabled() local
/hal_espressif-latest/components/hal/esp32h2/include/hal/
Dmmu_ll.h52 unsigned cnt = efuse_ll_get_flash_crypt_cnt(); in mmu_ll_cache_encryption_enabled() local
/hal_espressif-latest/components/driver/deprecated/
Di2s_legacy.c495 for (int cnt = 0; cnt < buf_cnt; cnt++) { in i2s_delete_dma_buffer() local
514 for (int cnt = 0; cnt < buf_cnt; cnt++) { in i2s_alloc_dma_buffer() local
526 for (int cnt = 0; cnt < buf_cnt; cnt++) { in i2s_alloc_dma_buffer() local
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dtouch_sensor_hal.h485 #define touch_hal_proximity_read_meas_cnt(touch_num, cnt) touch_ll_proximity_read_meas_cnt(touch_nu… argument
Dtouch_sensor_ll.h1007 static inline void touch_ll_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_ll_proximity_read_meas_cnt()
/hal_espressif-latest/components/hal/esp32s3/include/hal/
Dtouch_sensor_hal.h485 #define touch_hal_proximity_read_meas_cnt(touch_num, cnt) touch_ll_proximity_read_meas_cnt(touch_nu… argument
Dtouch_sensor_ll.h1027 static inline void touch_ll_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_ll_proximity_read_meas_cnt()
/hal_espressif-latest/components/driver/touch_sensor/esp32s2/
Dtouch_sensor.c552 esp_err_t touch_pad_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_pad_proximity_read_meas_cnt()
/hal_espressif-latest/components/driver/touch_sensor/esp32s3/
Dtouch_sensor.c525 esp_err_t touch_pad_proximity_read_meas_cnt(touch_pad_t touch_num, uint32_t *cnt) in touch_pad_proximity_read_meas_cnt()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_fcr.c115 register int cnt = icnt; in l2c_fcr_updcrc() local
/hal_espressif-latest/components/bt/host/bluedroid/bta/jv/
Dbta_jv_act.c766 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
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
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_wps.c870 u8 cnt = sm->discard_ap_cnt; in wps_add_discard_ap() local
/hal_espressif-latest/components/driver/uart/
Duart.c733 int cnt = 0; in uart_find_pattern_from_last() local
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_utils.c2630 UINT8 cnt = 0; in gatt_get_num_apps_for_bg_dev() local
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Di2s_struct.h279 uint32_t cnt: 7; member