Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 171) sorted by relevance

1234567

/hal_espressif-2.7.6/components/freertos/test/
Dtest_timers.c11 volatile int *count; in timer_callback() local
19 volatile int count = 0; variable
43 volatile int count = 0; variable
76 volatile int count = 0; variable
/hal_espressif-2.7.6/components/esp_event/test/
Dtest_event.c142 int* count = (int*) arg->data; in test_event_simple_handler() local
215 int* count = (int*) arg->data; in test_handler_post_w_task() local
240 int* count = (int*) arg->data; in test_handler_post_wo_task() local
277 int *count = (int*) unregister_data->data; in test_handler_instance_unregister_itself() local
401 int count = 0; variable
486 int count = 0; variable
517 int count = 0; variable
549 int count = 0; variable
587 int count = 0; variable
627 int count = 0; variable
[all …]
Dtest_default_loop.c63 int* count = (int*) arg->data; in test_event_simple_handler() local
99 int count = 0; variable
/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.h99 int count; /* Number of matching command line args */ member
105 int count; /* Number of matching command line args */ member
112 int count; /* Number of matching command line args */ member
119 int count; /* Number of matching command line args */ member
126 int count; /* Number of matching command line args */ member
133 int count; /* Number of matching command line args*/ member
143 int count; /* Number of matching command line args */ member
151 int count; /* Number of errors encountered */ member
/hal_espressif-2.7.6/components/nvs_flash/test_nvs_host/
Dtest_nvs_partition.cpp33 for(int count = 0; count < NVS_KEY_SIZE; count++) { variable
46 for(int count = 0; count < NVS_KEY_SIZE; count++) { variable
Dtest_nvs.cpp41 void dumpBytes(const uint8_t* data, size_t count) in dumpBytes()
306 const size_t count = 128; variable
782 int count; in __anond527bc420102() local
1174 for (size_t count = 0; count < testIters; ++count) { variable
1248 esp_err_t doRandomThings(nvs_handle_t handle, TGen gen, size_t& count) { in doRandomThings()
1506 size_t count = 1000; variable
1548 size_t count = iter_count; variable
2264 for(uint8_t count = 1; count <= 12; count++) { variable
2269 for(uint8_t count = 13; count <= 20; count++) { variable
2366 size_t count = 200; variable
[all …]
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c196 uint16_t count = 0; in gattc_profile_a_event_handler() local
241 uint16_t count = 0; in gattc_profile_a_event_handler() local
396 uint16_t count = 0; in gattc_profile_b_event_handler() local
443 uint16_t count = 0; in gattc_profile_b_event_handler() local
595 uint16_t count = 0; in gattc_profile_c_event_handler() local
641 uint16_t count = 0; in gattc_profile_c_event_handler() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c244 static void btc_gattc_fill_gatt_db_conversion(uint16_t count, uint16_t num, esp_gatt_db_attr_type_t… in btc_gattc_fill_gatt_db_conversion()
316 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_service()
357 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_all_char()
385 uint16_t *count, uint16_t offset) in btc_ble_gattc_get_all_descr()
415 uint16_t *count) in btc_ble_gattc_get_char_by_uuid()
448 uint16_t *count) in btc_ble_gattc_get_descr_by_uuid()
483 uint16_t *count) in btc_ble_gattc_get_descr_by_char_handle()
517 uint16_t *count) in btc_ble_gattc_get_include_service()
554 uint16_t *count) in btc_ble_gattc_get_attr_count()
566 esp_gattc_db_elem_t *db, uint16_t *count) in btc_ble_gattc_get_db()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c342 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetServiceWithUUID()
348 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllChar()
363 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllDescriptor()
378 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetCharByUUID()
394 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByUUID()
409 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByCharHandle()
424 tBT_UUID *incl_uuid, btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetIncludeService()
438 void BTA_GATTC_GetDBSize(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, UINT16 *count) in BTA_GATTC_GetDBSize()
444 … UINT16 start_handle, UINT16 end_handle, UINT16 char_handle, UINT16 *count) in BTA_GATTC_GetDBSizeByType()
463 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetGattDb()
/hal_espressif-2.7.6/components/wpa_supplicant/test/
Dtest_crypto.c53 uint8_t count; variable
84 uint8_t count; variable
115 uint8_t count; variable
146 uint8_t count; variable
177 uint8_t count; variable
213 uint8_t count; variable
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/
Desp_gattc_api.c169 … esp_gattc_service_elem_t *result, uint16_t *count, uint16_t offset) in esp_ble_gattc_get_service()
187 uint16_t *count, uint16_t offset) in esp_ble_gattc_get_all_char()
208 uint16_t *count, uint16_t offset) in esp_ble_gattc_get_all_descr()
230 uint16_t *count) in esp_ble_gattc_get_char_by_uuid()
255 uint16_t *count) in esp_ble_gattc_get_descr_by_uuid()
272 uint16_t *count) in esp_ble_gattc_get_descr_by_char_handle()
295 uint16_t *count) in esp_ble_gattc_get_include_service()
318 uint16_t *count) in esp_ble_gattc_get_attr_count()
336 esp_gattc_db_elem_t *db, uint16_t *count) in esp_ble_gattc_get_db()
/hal_espressif-2.7.6/examples/bluetooth/esp_ble_mesh/aligenie_demo/components/vendor_model/
Dgenie_reset.c79 static esp_err_t genie_reset_write_count(uint8_t count) in genie_reset_write_count()
135 uint8_t count = 0; in genie_reset_by_repeat_init() local
/hal_espressif-2.7.6/components/fatfs/diskio/
Ddiskio_rawflash.c38 DRESULT ff_raw_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in ff_raw_read()
52 DRESULT ff_raw_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in ff_raw_write()
Ddiskio_sdmmc.c36 DRESULT ff_sdmmc_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count) in ff_sdmmc_read()
48 DRESULT ff_sdmmc_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count) in ff_sdmmc_write()
Ddiskio.c68 DRESULT ff_disk_read (BYTE pdrv, BYTE* buff, DWORD sector, UINT count) in ff_disk_read()
72 DRESULT ff_disk_write (BYTE pdrv, const BYTE* buff, DWORD sector, UINT count) in ff_disk_write()
Ddiskio_wl.c41 DRESULT ff_wl_read (BYTE pdrv, BYTE *buff, DWORD sector, UINT count) in ff_wl_read()
54 DRESULT ff_wl_write (BYTE pdrv, const BYTE *buff, DWORD sector, UINT count) in ff_wl_write()
/hal_espressif-2.7.6/components/fatfs/src/
Ddiskio.c103 UINT count /* Number of sectors to read */ in disk_read()
153 UINT count /* Number of sectors to write */ in disk_write()
/hal_espressif-2.7.6/components/driver/test/
Dtest_ledc.c137 int16_t count; in frequency_set_get() local
413 uint32_t count; variable
444 int16_t count; variable
Dtest_adc_dma.c64 int count = 0; in get_average() local
79 int count = 0; in print_summary() local
97 int count = s_adc_count[i] * MAX_WIDTH / max_count; in print_summary() local
Dtest_spi_bus_lock.c47 int count=0; in spi_task1() local
71 int count=0; in spi_task2() local
105 int count=0; in spi_task3() local
/hal_espressif-2.7.6/components/wear_levelling/
DWL_Ext_Safe.cpp45 uint32_t count; member
116 esp_err_t WL_Ext_Safe::erase_sector_fit(uint32_t start_sector, uint32_t count) in erase_sector_fit()
/hal_espressif-2.7.6/components/wpa_supplicant/src/crypto/
Dsha1-pbkdf2.c76 size_t ssid_len, int iterations, unsigned int count, in pbkdf2_sha1_f()
137 unsigned int count = 0; in pbkdf2_sha1() local
/hal_espressif-2.7.6/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c122 static uint8_t check_sum(uint8_t *addr, uint16_t count) in check_sum()
199 uint16_t count = 0; in gattc_profile_event_handler() local
245 uint16_t count = 0; in gattc_profile_event_handler() local
/hal_espressif-2.7.6/examples/system/unit_test/components/testable/
Dmean.c14 int testable_mean(const int* values, int count) in testable_mean()
/hal_espressif-2.7.6/examples/system/unit_test/main/
Dexample_unit_test_main.c24 const int count = 32; in app_main() local

1234567