/hal_espressif-2.7.6/components/tcp_transport/ |
D | transport.c | 53 static esp_transport_handle_t esp_transport_get_default_parent(esp_transport_handle_t t) in esp_transport_get_default_parent() 70 esp_err_t esp_transport_list_add(esp_transport_list_handle_t h, esp_transport_handle_t t, const cha… in esp_transport_list_add() 124 esp_transport_handle_t t = calloc(1, sizeof(struct esp_transport_item_t)); in esp_transport_init() local 129 esp_transport_handle_t esp_transport_get_payload_transport_handle(esp_transport_handle_t t) in esp_transport_get_payload_transport_handle() 137 esp_err_t esp_transport_destroy(esp_transport_handle_t t) in esp_transport_destroy() 149 int esp_transport_connect(esp_transport_handle_t t, const char *host, int port, int timeout_ms) in esp_transport_connect() 158 int esp_transport_connect_async(esp_transport_handle_t t, const char *host, int port, int timeout_m… in esp_transport_connect_async() 167 int esp_transport_read(esp_transport_handle_t t, char *buffer, int len, int timeout_ms) in esp_transport_read() 175 int esp_transport_write(esp_transport_handle_t t, const char *buffer, int len, int timeout_ms) in esp_transport_write() 183 int esp_transport_poll_read(esp_transport_handle_t t, int timeout_ms) in esp_transport_poll_read() [all …]
|
D | transport_ssl.c | 49 static int ssl_connect_async(esp_transport_handle_t t, const char *host, int port, int timeout_ms) in ssl_connect_async() 68 static int ssl_connect(esp_transport_handle_t t, const char *host, int port, int timeout_ms) in ssl_connect() 86 static int ssl_poll_read(esp_transport_handle_t t, int timeout_ms) in ssl_poll_read() 115 static int ssl_poll_write(esp_transport_handle_t t, int timeout_ms) in ssl_poll_write() 138 static int ssl_write(esp_transport_handle_t t, const char *buffer, int len, int timeout_ms) in ssl_write() 155 static int ssl_read(esp_transport_handle_t t, char *buffer, int len, int timeout_ms) in ssl_read() 174 static int ssl_close(esp_transport_handle_t t) in ssl_close() 186 static int ssl_destroy(esp_transport_handle_t t) in ssl_destroy() 194 void esp_transport_ssl_enable_global_ca_store(esp_transport_handle_t t) in esp_transport_ssl_enable_global_ca_store() 202 void esp_transport_ssl_set_psk_key_hint(esp_transport_handle_t t, const psk_hint_key_t* psk_hint_ke… in esp_transport_ssl_set_psk_key_hint() [all …]
|
D | transport_ws.c | 82 static esp_transport_handle_t ws_get_payload_transport_handle(esp_transport_handle_t t) in ws_get_payload_transport_handle() 129 static int ws_connect(esp_transport_handle_t t, const char *host, int port, int timeout_ms) in ws_connect() 233 static int _ws_write(esp_transport_handle_t t, int opcode, int mask_flag, const char *b, int len, i… in _ws_write() 297 int esp_transport_ws_send_raw(esp_transport_handle_t t, ws_transport_opcodes_t opcode, const char *… in esp_transport_ws_send_raw() 308 static int ws_write(esp_transport_handle_t t, const char *b, int len, int timeout_ms) in ws_write() 321 static int ws_read_payload(esp_transport_handle_t t, char *buffer, int len, int timeout_ms) in ws_read_payload() 353 static int ws_read_header(esp_transport_handle_t t, char *buffer, int len, int timeout_ms) in ws_read_header() 421 static int ws_handle_control_frame_internal(esp_transport_handle_t t, int timeout_ms) in ws_handle_control_frame_internal() 471 static int ws_read(esp_transport_handle_t t, char *buffer, int len, int timeout_ms) in ws_read() 512 static int ws_poll_read(esp_transport_handle_t t, int timeout_ms) in ws_poll_read() [all …]
|
D | transport_tcp.c | 83 static int tcp_connect(esp_transport_handle_t t, const char *host, int port, int timeout_ms) in tcp_connect() 186 static int tcp_write(esp_transport_handle_t t, const char *buffer, int len, int timeout_ms) in tcp_write() 196 static int tcp_read(esp_transport_handle_t t, char *buffer, int len, int timeout_ms) in tcp_read() 210 static int tcp_poll_read(esp_transport_handle_t t, int timeout_ms) in tcp_poll_read() 234 static int tcp_poll_write(esp_transport_handle_t t, int timeout_ms) in tcp_poll_write() 258 static int tcp_close(esp_transport_handle_t t) in tcp_close() 269 static esp_err_t tcp_destroy(esp_transport_handle_t t) in tcp_destroy() 277 static int tcp_get_socket(esp_transport_handle_t t) in tcp_get_socket() 288 void esp_transport_tcp_set_keep_alive(esp_transport_handle_t t, esp_transport_keep_alive_t *keep_al… in esp_transport_tcp_set_keep_alive() 297 esp_transport_handle_t t = esp_transport_init(); in esp_transport_tcp_init() local
|
/hal_espressif-2.7.6/components/spi_flash/ |
D | memspi_host_driver.c | 93 spi_flash_trans_t t = { in memspi_host_read_id_hs() local 118 spi_flash_trans_t t = { in memspi_host_read_status_hs() local 141 spi_flash_trans_t t = { 0 }; in memspi_host_erase_chip() local 150 spi_flash_trans_t t = { in memspi_host_erase_sector() local 162 spi_flash_trans_t t = { in memspi_host_erase_block() local 174 spi_flash_trans_t t = { in memspi_host_program_page() local 186 spi_flash_trans_t t = { in memspi_host_read() local 199 spi_flash_trans_t t = { in memspi_host_set_write_protect() local
|
D | spi_flash_chip_winbond.c | 186 spi_flash_trans_t t = { in spi_flash_command_winbond_program_4B() local 199 spi_flash_trans_t t = { in spi_flash_command_winbond_erase_sector_4B() local 210 spi_flash_trans_t t = { in spi_flash_command_erase_block_4B() local
|
D | flash_ops.c | 463 uint32_t t = 0xffffffff; in spi_flash_write() local 505 uint32_t t = 0xffffffff; in spi_flash_write() local 699 uint32_t t[6]; /* Enough for 16 bytes + 4 on either side for padding. */ in spi_flash_read() local 799 uint32_t t; in spi_flash_read() local 814 uint32_t t[2]; in spi_flash_read() local
|
/hal_espressif-2.7.6/components/freertos/test/ |
D | test_suspend_scheduler.c | 142 for (int t = 0; t < TASKS_PER_PROC; t++) { variable 158 for (int t = 0; t < TASKS_PER_PROC; t++) { variable 170 for (int t = 0; t < TASKS_PER_PROC; t++) { variable 178 for (int t = 0; t < TASKS_PER_PROC; t++) { variable 190 for (int t = 0; t < TASKS_PER_PROC; t++) { variable 198 for (int t = 0; t < TASKS_PER_PROC; t++) { variable
|
/hal_espressif-2.7.6/components/esp_serial_slave_link/ |
D | essl_spi.c | 65 spi_transaction_ext_t t = { in essl_spi_rdbuf() local 81 spi_transaction_ext_t t = { in essl_spi_rdbuf_polling() local 97 spi_transaction_ext_t t = { in essl_spi_wrbuf() local 112 spi_transaction_ext_t t = { in essl_spi_wrbuf_polling() local 127 spi_transaction_ext_t t = { in essl_spi_rddma_seg() local 171 spi_transaction_ext_t t = { in essl_spi_wrdma_seg() local
|
/hal_espressif-2.7.6/examples/peripherals/spi_master/hd_eeprom/components/eeprom/ |
D | spi_eeprom.c | 69 spi_transaction_t t = { in eeprom_simple_cmd() local 109 static void cs_high(spi_transaction_t* t) in cs_high() 115 static void cs_low(spi_transaction_t* t) in cs_low() 213 spi_transaction_t t = { in spi_eeprom_read() local 248 spi_transaction_t t = { in spi_eeprom_write() local 309 spi_transaction_t t = { in spi_eeprom_write_all() local
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/tinycrypt/src/ |
D | aes_encrypt.c | 77 unsigned int t; in tc_aes128_set_encrypt_key() local 134 uint8_t t[Nb * Nk]; in mix_columns() local 149 uint8_t t[Nb * Nk]; in shift_rows() local
|
D | aes_decrypt.c | 83 uint8_t t[Nb * Nk]; in inv_mix_columns() local 120 uint8_t t[Nb * Nk]; in inv_shift_rows() local
|
/hal_espressif-2.7.6/components/driver/test/ |
D | test_spi_master.c | 46 spi_transaction_t t; in check_spi_pre_n_for() local 135 spi_transaction_t t; in spi_test() local 686 spi_transaction_t t = {}; variable 891 spi_transaction_ext_t t = { in test_dummy() local 1064 #define GET_US_BY_CCOUNT(t) ((double)t/CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ) argument 1066 #define GET_US_BY_CCOUNT(t) ((double)t/CONFIG_ESP32S2_DEFAULT_CPU_FREQ_MHZ) argument 1068 #define GET_US_BY_CCOUNT(t) ((double)t/CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ) argument 1070 #define GET_US_BY_CCOUNT(t) ((double)t/CONFIG_ESP32C3_DEFAULT_CPU_FREQ_MHZ) argument
|
D | test_common_spi.c | 81 spi_slave_transaction_t t = {}; in spitest_slave_task() local 149 void spitest_master_print_data(spi_transaction_t *t, int rxlength) in spitest_master_print_data() 155 void spitest_slave_print_data(slave_rxdata_t *t, bool print_rxdata) in spitest_slave_print_data()
|
D | test_spi_sio.c | 135 spi_transaction_t t = { in test_sio_master_round() local 188 spi_slave_transaction_t t = { in test_sio_slave_round() local
|
D | test_spi_bus_lock.c | 48 spi_transaction_t t = { in spi_task1() local 73 spi_transaction_t t = { in spi_task2() local 106 spi_transaction_t t = { in spi_task3() local
|
D | test_spi_slave.c | 112 spi_transaction_t t = {}; variable 196 spi_transaction_t t = { in unaligned_test_master() local
|
/hal_espressif-2.7.6/tools/unit-test-app/components/test_utils/test/ |
D | ccomp_timer_test_api.c | 26 int64_t *t = (int64_t *)param; in stop_timer() local 43 int64_t t; variable
|
/hal_espressif-2.7.6/components/esp32c3/test/ |
D | test_ds.c | 80 const encrypt_testcase_t *t = &test_cases[i]; variable 281 const encrypt_testcase_t *t = &test_cases[i]; variable 316 const encrypt_testcase_t *t = &test_cases[i]; variable 341 const encrypt_testcase_t *t = &test_cases[0]; variable
|
/hal_espressif-2.7.6/components/esp32s2/test/ |
D | test_ds.c | 81 const encrypt_testcase_t *t = &test_cases[i]; variable 277 const encrypt_testcase_t *t = &test_cases[i]; variable 310 const encrypt_testcase_t *t = &test_cases[i]; variable 338 const encrypt_testcase_t *t = &test_cases[0]; variable
|
/hal_espressif-2.7.6/examples/peripherals/spi_master/lcd/main/ |
D | spi_master_example_main.c | 193 spi_transaction_t t; in lcd_cmd() local 212 spi_transaction_t t; in lcd_data() local 224 void lcd_spi_pre_transfer_callback(spi_transaction_t *t) in lcd_spi_pre_transfer_callback() 235 spi_transaction_t t; in lcd_get_id() local
|
/hal_espressif-2.7.6/components/driver/ |
D | sdspi_host.c | 174 spi_transaction_t t = { in release_bus() local 189 spi_transaction_t t = { in go_idle_clockout() local 505 spi_transaction_t t = { in start_command_default() local 537 spi_transaction_t t = { in poll_busy() local 573 spi_transaction_t t = { in poll_data_token() local
|
/hal_espressif-2.7.6/components/esp_system/ |
D | system_time.c | 40 int64_t t = 0; in esp_system_get_time() local
|
/hal_espressif-2.7.6/components/spi_flash/test/ |
D | test_partition_ext.c | 11 const esp_partition_type_t t = ESP_PARTITION_TYPE_DATA; variable
|
/hal_espressif-2.7.6/zephyr/esp32/src/wpa_supplicant/port/ |
D | os_xtensa.c | 31 int os_get_time(struct os_time *t) in os_get_time()
|