/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_a2dp_api.c | 35 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_sink_init() local 36 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_a2d_sink_init() 56 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_a2d_sink_deinit() local 57 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_a2d_sink_deinit() 80 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_register_data_callback() local 81 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_a2d_sink_register_data_callback() 94 bt_status_t stat; in esp_a2d_sink_connect() local 106 stat = btc_transfer_context(&msg, &arg, sizeof(btc_av_args_t), NULL, NULL); in esp_a2d_sink_connect() 107 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_a2d_sink_connect() 120 bt_status_t stat; in esp_a2d_sink_disconnect() local [all …]
|
D | esp_hf_client_api.c | 45 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_init() local 46 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_hf_client_init() 62 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_hf_client_deinit() local 63 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_hf_client_deinit() 72 bt_status_t stat; in esp_hf_client_connect() local 84 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_connect() 85 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_hf_client_connect() 94 bt_status_t stat; in esp_hf_client_disconnect() local 106 stat = btc_transfer_context(&msg, &arg, sizeof(btc_hf_client_args_t), NULL, NULL); in esp_hf_client_disconnect() 107 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_hf_client_disconnect() [all …]
|
D | esp_sdp_api.c | 53 bt_status_t stat; in esp_sdp_init() local 60 stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_sdp_init() 61 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_sdp_init() 69 bt_status_t stat; in esp_sdp_deinit() local 76 stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_sdp_deinit() 77 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_sdp_deinit() 85 bt_status_t stat; in esp_sdp_search_record() local 98 stat = btc_transfer_context(&msg, &arg, sizeof(btc_sdp_args_t), NULL, NULL); in esp_sdp_search_record() 99 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_sdp_search_record() 111 bt_status_t stat; in esp_sdp_create_record() local [all …]
|
D | esp_hidd_api.c | 40 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_init() local 41 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_device_init() 53 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_deinit() local 54 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_device_deinit() 72 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_register_app() local 73 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_device_register_app() 85 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_device_unregister_app() local 86 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_device_unregister_app() 102 bt_status_t stat = btc_transfer_context(&msg, &args, sizeof(btc_hidd_args_t), NULL, NULL); in esp_bt_hid_device_connect() local 103 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_device_connect() [all …]
|
D | esp_hidh_api.c | 40 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_host_init() local 41 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_host_init() 54 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_bt_hid_host_deinit() local 55 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_host_deinit() 70 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_connect() local 71 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_host_connect() 86 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_disconnect() local 87 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_host_disconnect() 102 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_hidh_args_t), NULL, NULL); in esp_bt_hid_host_virtual_cable_unplug() local 103 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_bt_hid_host_virtual_cable_unplug() [all …]
|
D | esp_avrc_api.c | 44 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_avrc_ct_init() local 45 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_avrc_ct_init() 61 bt_status_t stat = btc_transfer_context(&msg, NULL, 0, NULL, NULL); in esp_avrc_ct_deinit() local 62 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_avrc_ct_deinit() 88 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_set_player_value_cmd() local 89 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_avrc_ct_send_set_player_value_cmd() 113 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_get_rn_capabilities_cmd() local 114 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_avrc_ct_send_get_rn_capabilities_cmd() 144 bt_status_t stat = btc_transfer_context(&msg, &arg, sizeof(btc_avrc_args_t), NULL, NULL); in esp_avrc_ct_send_register_notification_cmd() local 145 return (stat == BT_STATUS_SUCCESS) ? ESP_OK : ESP_FAIL; in esp_avrc_ct_send_register_notification_cmd() [all …]
|
/hal_espressif-latest/components/bt/common/osi/ |
D | alarm.c | 186 esp_err_t stat = esp_timer_create(&tca, &timer_id->alarm_hdl); in osi_alarm_new() local 187 if (stat != ESP_OK) { in osi_alarm_new() 188 OSI_TRACE_ERROR("%s failed to create timer, err 0x%x\n", __func__, stat); in osi_alarm_new() 205 esp_err_t stat = esp_timer_delete(alarm->alarm_hdl); in alarm_free() local 206 if (stat != ESP_OK) { in alarm_free() 207 OSI_TRACE_ERROR("%s failed to delete timer, err 0x%x\n", __func__, stat); in alarm_free() 250 esp_err_t stat; in alarm_set() local 252 stat = esp_timer_start_periodic(alarm->alarm_hdl, (uint64_t)timeout_us); in alarm_set() 254 stat = esp_timer_start_once(alarm->alarm_hdl, (uint64_t)timeout_us); in alarm_set() 256 if (stat != ESP_OK) { in alarm_set() [all …]
|
/hal_espressif-latest/zephyr/esp32/src/ |
D | soc_init.c | 17 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, lsstat = 0, lsaddr = 0, lsdata = 0, in wdt_reset_info_dump() local 21 stat = 0xdeadbeef; in wdt_reset_info_dump() 25 stat = DPORT_REG_READ(DPORT_PRO_CPU_RECORD_STATUS_REG); in wdt_reset_info_dump() 39 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08" PRIx32, cpu_name, stat); in wdt_reset_info_dump()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_bt_api.h | 314 esp_bt_status_t stat; /*!< service search status */ member 324 esp_bt_status_t stat; /*!< service search status */ member 332 esp_bt_status_t stat; /*!< read rssi status */ member 340 esp_bt_status_t stat; /*!< config EIR status: member 354 esp_bt_status_t stat; /*!< authentication complete status */ member 393 esp_bt_status_t stat; /*!< set AFH channel status */ member 401 esp_bt_status_t stat; /*!< read Remote Name status */ member 426 esp_bt_status_t stat; /*!< QoS status */ member 446 esp_bt_status_t stat; /*!< ACL connection status */ member
|
/hal_espressif-latest/components/esp_hw_support/port/ |
D | regdma_link.c | 424 offsetof(regdma_link_continuous_t, stat), in regdma_link_get_stats() 425 offsetof(regdma_link_addr_map_t, stat), in regdma_link_get_stats() 426 offsetof(regdma_link_write_wait_t, stat), in regdma_link_get_stats() 427 offsetof(regdma_link_write_wait_t, stat), in regdma_link_get_stats() 428 offsetof(regdma_link_branch_continuous_t, stat), in regdma_link_get_stats() 429 offsetof(regdma_link_branch_addr_map_t, stat), in regdma_link_get_stats() 430 offsetof(regdma_link_branch_write_wait_t, stat), in regdma_link_get_stats() 431 offsetof(regdma_link_branch_write_wait_t, stat) in regdma_link_get_stats() 471 regdma_link_stats_t *stat = regdma_link_get_stats(link); in regdma_link_destroy_wrapper() local 472 stat->ref &= ~BIT(entry); in regdma_link_destroy_wrapper() [all …]
|
/hal_espressif-latest/zephyr/esp32s3/src/ |
D | soc_init.c | 67 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, lsstat = 0, lsaddr = 0, lsdata = 0, in wdt_reset_info_dump() local 71 stat = 0xdeadbeef; in wdt_reset_info_dump() 87 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08" PRIx32, cpu_name, stat); in wdt_reset_info_dump()
|
/hal_espressif-latest/components/bootloader_support/src/esp32/ |
D | bootloader_esp32.c | 93 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump() local 98 stat = DPORT_REG_READ(DPORT_PRO_CPU_RECORD_STATUS_REG); in wdt_reset_info_dump() 109 stat = DPORT_REG_READ(DPORT_APP_CPU_RECORD_STATUS_REG); in wdt_reset_info_dump() 127 ESP_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08"PRIx32, cpu_name, stat); in wdt_reset_info_dump()
|
/hal_espressif-latest/components/bootloader_support/src/esp32s2/ |
D | bootloader_esp32s2.c | 59 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump() 63 stat = 0xdeadbeef; in wdt_reset_info_dump() 79 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08"PRIx32, cpu_name, stat); in wdt_reset_info_dump()
|
/hal_espressif-latest/components/esp_hw_support/include/esp_private/ |
D | esp_regdma.h | 151 regdma_link_stats_t stat; member 158 regdma_link_stats_t stat; member 165 regdma_link_stats_t stat; member 171 regdma_link_stats_t stat; member 178 regdma_link_stats_t stat; member 185 regdma_link_stats_t stat; member
|
/hal_espressif-latest/components/bootloader_support/src/esp32s3/ |
D | bootloader_esp32s3.c | 59 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, in wdt_reset_info_dump() local 63 stat = 0xdeadbeef; in wdt_reset_info_dump() 88 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU STATUS 0x%08"PRIx32, cpu_name, stat); in wdt_reset_info_dump()
|
/hal_espressif-latest/components/newlib/ |
D | syscalls.c | 64 static ssize_t _fstat_r_console(struct _reent *r, int fd, struct stat * st) in _fstat_r_console() 85 int _fstat_r (struct _reent *r, int fd, struct stat *st) 106 int _stat_r(struct _reent *r, const char * path, struct stat * st)
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | libc_stubs.h | 57 int (*_stat_r)(struct _reent *r, const char*, struct stat *); 58 int (*_fstat_r)(struct _reent *r, int, struct stat *);
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | libc_stubs.h | 57 int (*_stat_r)(struct _reent *r, const char*, struct stat *); 58 int (*_fstat_r)(struct _reent *r, int, struct stat *);
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); 50 int (*_fstat_r)(struct _reent *r, int, struct stat *);
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); 50 int (*_fstat_r)(struct _reent *r, int, struct stat *);
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | libc_stubs.h | 48 int (*_stat_r)(struct _reent *r, const char *, struct stat *); 49 int (*_fstat_r)(struct _reent *r, int, struct stat *);
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | libc_stubs.h | 49 int (*_stat_r)(struct _reent *r, const char*, struct stat *); 50 int (*_fstat_r)(struct _reent *r, int, struct stat *);
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | libc_stubs.h | 50 int (*_stat_r)(struct _reent *r, const char*, struct stat *); 51 int (*_fstat_r)(struct _reent *r, int, struct stat *);
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | bta_gap_bt_co.c | 21 param.config_eir_data.stat = btc_bta_status_to_esp_status(status); in btc_gap_bt_config_eir_cmpl_callback()
|
/hal_espressif-latest/components/bt/controller/esp32c2/ |
D | bt.c | 1144 esp_err_t stat = ESP_FAIL; in esp_ble_tx_power_set() local 1151 stat = ESP_OK; in esp_ble_tx_power_set() 1164 stat = ESP_OK; in esp_ble_tx_power_set() 1168 stat = ESP_ERR_NOT_SUPPORTED; in esp_ble_tx_power_set() 1172 return stat; in esp_ble_tx_power_set() 1177 esp_err_t stat = ESP_FAIL; in esp_ble_tx_power_set_enhanced() local 1183 stat = ESP_OK; in esp_ble_tx_power_set_enhanced() 1189 stat = ESP_OK; in esp_ble_tx_power_set_enhanced() 1193 stat = ESP_ERR_NOT_SUPPORTED; in esp_ble_tx_power_set_enhanced() 1197 return stat; in esp_ble_tx_power_set_enhanced()
|