Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 105) sorted by relevance

12345

/hal_espressif-2.7.6/components/tcp_transport/
Dtransport.c53 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 …]
Dtransport_ssl.c49 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 …]
Dtransport_ws.c82 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 …]
Dtransport_tcp.c83 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/
Dmemspi_host_driver.c93 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
Dspi_flash_chip_winbond.c186 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
Dflash_ops.c463 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/
Dtest_suspend_scheduler.c142 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/
Dessl_spi.c65 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/
Dspi_eeprom.c69 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/
Daes_encrypt.c77 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
Daes_decrypt.c83 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/
Dtest_spi_master.c46 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
Dtest_common_spi.c81 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()
Dtest_spi_sio.c135 spi_transaction_t t = { in test_sio_master_round() local
188 spi_slave_transaction_t t = { in test_sio_slave_round() local
Dtest_spi_bus_lock.c48 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
Dtest_spi_slave.c112 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/
Dccomp_timer_test_api.c26 int64_t *t = (int64_t *)param; in stop_timer() local
43 int64_t t; variable
/hal_espressif-2.7.6/components/esp32c3/test/
Dtest_ds.c80 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/
Dtest_ds.c81 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/
Dspi_master_example_main.c193 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/
Dsdspi_host.c174 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/
Dsystem_time.c40 int64_t t = 0; in esp_system_get_time() local
/hal_espressif-2.7.6/components/spi_flash/test/
Dtest_partition_ext.c11 const esp_partition_type_t t = ESP_PARTITION_TYPE_DATA; variable
/hal_espressif-2.7.6/zephyr/esp32/src/wpa_supplicant/port/
Dos_xtensa.c31 int os_get_time(struct os_time *t) in os_get_time()

12345