Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 25 of 86) sorted by relevance

1234

/hal_espressif-latest/components/esp_hw_support/port/esp32/
Dcache_sram_mmu.c36 #define PID_CHECK(pid) (((pid)<0) || ((pid)>7)) argument
45 unsigned int cache_sram_mmu_set_rom(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, in…
56 unsigned int IRAM_ATTR cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int pad… in cache_sram_mmu_set() argument
61 return cache_sram_mmu_set_rom(cpu_no, pid, vaddr, paddr, psize, num); in cache_sram_mmu_set()
93 if(pid == 0 || pid == 1){ in cache_sram_mmu_set()
101 mmu_addr = (1024 + (pid<<7)) + ((vaddr & (0x3FFFFF >> mask_s)) >> shift); in cache_sram_mmu_set()
132 unsigned int cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int paddr, int ps… in cache_sram_mmu_set() argument
133 return cache_sram_mmu_set_rom(cpu_no, pid, vaddr, paddr, psize, num); in cache_sram_mmu_set()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/
Dblufi_protocol.c41 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
49 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
56 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
63 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
70 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
86 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
92 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
115 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
123 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
132 msg.pid = BTC_PID_BLUFI; in btc_blufi_protocol_handler()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hf_client_api.c41 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_init()
58 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_deinit()
77 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_connect()
99 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_disconnect()
121 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_connect_audio()
143 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_disconnect_audio()
164 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_start_voice_recognition()
181 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_stop_voice_recognition()
199 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_volume_update()
225 msg.pid = BTC_PID_HF_CLIENT; in esp_hf_client_dial()
[all …]
Desp_gap_ble_api.c47 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_config_adv_data()
68 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_set_scan_params()
83 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_start_scanning()
98 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_stop_scanning()
111 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_start_advertising()
125 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_stop_advertising()
138 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_clear_advertising()
163 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_update_conn_params()
183 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_set_pkt_data_len()
219 msg.pid = BTC_PID_GAP_BLE; in esp_ble_gap_set_rand_addr()
[all …]
Desp_a2dp_api.c31 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_init()
52 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_deinit()
72 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_register_data_callback()
99 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_connect()
125 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_disconnect()
149 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_set_delay_value()
174 msg.pid = BTC_PID_A2DP; in esp_a2d_sink_get_delay_value()
216 msg.pid = BTC_PID_A2DP; in esp_a2d_media_ctrl()
241 msg.pid = BTC_PID_A2DP; in esp_a2d_source_init()
262 msg.pid = BTC_PID_A2DP; in esp_a2d_source_deinit()
[all …]
Desp_hidd_api.c36 msg.pid = BTC_PID_HD; in esp_bt_hid_device_init()
50 msg.pid = BTC_PID_HD; in esp_bt_hid_device_deinit()
69 msg.pid = BTC_PID_HD; in esp_bt_hid_device_register_app()
82 msg.pid = BTC_PID_HD; in esp_bt_hid_device_unregister_app()
99 msg.pid = BTC_PID_HD; in esp_bt_hid_device_connect()
112 msg.pid = BTC_PID_HD; in esp_bt_hid_device_disconnect()
125 msg.pid = BTC_PID_HD; in esp_bt_hid_device_send_report()
146 msg.pid = BTC_PID_HD; in esp_bt_hid_device_report_error()
163 msg.pid = BTC_PID_HD; in esp_bt_hid_device_virtual_cable_unplug()
Desp_gap_bt_api.c43 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_set_scan_mode()
71 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_start_discovery()
90 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_cancel_discovery()
106 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_get_remote_services()
123 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_get_remote_service_record()
164 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_config_eir_data()
196 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_set_cod()
216 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_read_rssi_delta()
233 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_remove_bond_device()
275 msg.pid = BTC_PID_GAP_BT; in esp_bt_gap_set_pin()
[all …]
Desp_hidh_api.c37 msg.pid = BTC_PID_HH; in esp_bt_hid_host_init()
51 msg.pid = BTC_PID_HH; in esp_bt_hid_host_deinit()
65 msg.pid = BTC_PID_HH; in esp_bt_hid_host_connect()
81 msg.pid = BTC_PID_HH; in esp_bt_hid_host_disconnect()
97 msg.pid = BTC_PID_HH; in esp_bt_hid_host_virtual_cable_unplug()
113 msg.pid = BTC_PID_HH; in esp_bt_hid_host_set_info()
131 msg.pid = BTC_PID_HH; in esp_bt_hid_host_get_protocol()
147 msg.pid = BTC_PID_HH; in esp_bt_hid_host_set_protocol()
164 msg.pid = BTC_PID_HH; in esp_bt_hid_host_get_idle()
180 msg.pid = BTC_PID_HH; in esp_bt_hid_host_set_idle()
[all …]
Desp_hf_ag_api.c50 msg.pid = BTC_PID_HF; in esp_hf_ag_init()
65 msg.pid = BTC_PID_HF; in esp_hf_ag_deinit()
80 msg.pid = BTC_PID_HF; in esp_hf_ag_slc_connect()
99 msg.pid = BTC_PID_HF; in esp_hf_ag_slc_disconnect()
118 msg.pid = BTC_PID_HF; in esp_hf_ag_audio_connect()
137 msg.pid = BTC_PID_HF; in esp_hf_ag_audio_disconnect()
156 msg.pid = BTC_PID_HF; in esp_hf_ag_vra_control()
179 msg.pid = BTC_PID_HF; in esp_hf_ag_volume_control()
200 msg.pid = BTC_PID_HF; in esp_hf_ag_unknown_at_send()
221 msg.pid = BTC_PID_HF; in esp_hf_ag_cmee_send()
[all …]
Desp_gatts_api.c50 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_app_register()
66 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_app_unregister()
82 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_create_service()
107 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_create_attr_tab()
127 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_included_service()
154 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_char()
194 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_add_char_descr()
222 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_delete_service()
237 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_start_service()
252 msg.pid = BTC_PID_GATTS; in esp_ble_gatts_stop_service()
[all …]
Desp_l2cap_bt_api.c36 msg.pid = BTC_PID_L2CAP; in esp_bt_l2cap_init()
48 msg.pid = BTC_PID_L2CAP; in esp_bt_l2cap_deinit()
61 msg.pid = BTC_PID_L2CAP; in esp_bt_l2cap_connect()
78 msg.pid = BTC_PID_L2CAP; in esp_bt_l2cap_start_srv()
94 msg.pid = BTC_PID_L2CAP; in esp_bt_l2cap_stop_all_srv()
109 msg.pid = BTC_PID_L2CAP; in esp_bt_l2cap_stop_srv()
Desp_spp_api.c60 msg.pid = BTC_PID_SPP; in esp_spp_enhanced_init()
77 msg.pid = BTC_PID_SPP; in esp_spp_deinit()
94 msg.pid = BTC_PID_SPP; in esp_spp_start_discovery()
120 msg.pid = BTC_PID_SPP; in esp_spp_connect()
138 msg.pid = BTC_PID_SPP; in esp_spp_disconnect()
171 msg.pid = BTC_PID_SPP; in esp_spp_start_srv()
190 msg.pid = BTC_PID_SPP; in esp_spp_stop_srv()
209 msg.pid = BTC_PID_SPP; in esp_spp_stop_srv_scn()
236 msg.pid = BTC_PID_SPP; in esp_spp_vfs_register()
249 msg.pid = BTC_PID_SPP; in esp_spp_vfs_unregister()
Desp_avrc_api.c40 msg.pid = BTC_PID_AVRC_CT; in esp_avrc_ct_init()
57 msg.pid = BTC_PID_AVRC_CT; in esp_avrc_ct_deinit()
77 msg.pid = BTC_PID_AVRC_CT; in esp_avrc_ct_send_set_player_value_cmd()
104 msg.pid = BTC_PID_AVRC_CT; in esp_avrc_ct_send_get_rn_capabilities_cmd()
133 msg.pid = BTC_PID_AVRC_CT; in esp_avrc_ct_send_register_notification_cmd()
168 msg.pid = BTC_PID_AVRC_CT; in esp_avrc_ct_send_set_absolute_volume_cmd()
194 msg.pid = BTC_PID_AVRC_CT; in esp_avrc_ct_send_metadata_cmd()
220 msg.pid = BTC_PID_AVRC_CT; in esp_avrc_ct_send_passthrough_cmd()
262 msg.pid = BTC_PID_AVRC_TG; in esp_avrc_tg_init()
279 msg.pid = BTC_PID_AVRC_TG; in esp_avrc_tg_deinit()
[all …]
Desp_sdp_api.c56 msg.pid = BTC_PID_SDP; in esp_sdp_init()
72 msg.pid = BTC_PID_SDP; in esp_sdp_deinit()
89 msg.pid = BTC_PID_SDP; in esp_sdp_search_record()
115 msg.pid = BTC_PID_SDP; in esp_sdp_create_record()
136 msg.pid = BTC_PID_SDP; in esp_sdp_remove_record()
Desp_gattc_api.c49 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_app_register()
64 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_app_unregister()
84 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_enh_open()
209 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_close()
224 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_send_mtu_req()
239 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_search_service()
463 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_read_char()
504 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_read_by_type()
536 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_read_multiple()
572 msg.pid = BTC_PID_GATTC; in esp_ble_gattc_read_multiple_variable()
[all …]
Desp_bt_main.c56 msg.pid = BTC_PID_MAIN_INIT; in esp_bluedroid_enable()
92 msg.pid = BTC_PID_MAIN_INIT; in esp_bluedroid_disable()
147 msg.pid = BTC_PID_MAIN_INIT; in esp_bluedroid_init()
193 msg.pid = BTC_PID_MAIN_INIT; in esp_bluedroid_deinit()
/hal_espressif-latest/components/bt/esp_ble_mesh/api/core/
Desp_ble_mesh_proxy_api.c22 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_identity_enable()
35 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_gatt_enable()
48 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_gatt_disable()
68 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_connect()
87 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_disconnect()
109 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_set_filter_type()
133 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_add_filter_addr()
158 msg.pid = BTC_PID_PROV; in esp_ble_mesh_proxy_client_remove_filter_addr()
Desp_ble_mesh_provisioning_api.c56 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_prov_enable()
76 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_prov_disable()
97 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_set_oob_pub_key()
120 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_input_number()
140 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_input_string()
162 msg.pid = BTC_PID_PROV; in esp_ble_mesh_set_unprovisioned_device_name()
186 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_read_oob_pub_key()
210 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_input_string()
233 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_input_number()
255 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_prov_enable()
[all …]
Desp_ble_mesh_networking_api.c87 msg.pid = BTC_PID_MODEL; in ble_mesh_model_send_msg()
236 msg.pid = BTC_PID_MODEL; in esp_ble_mesh_server_model_update_state()
251 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_local_reset()
271 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_set_node_name()
309 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_store_node_comp_data()
368 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_delete_node_with_uuid()
389 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_delete_node_with_addr()
407 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_add_local_app_key()
434 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_update_local_app_key()
462 msg.pid = BTC_PID_PROV; in esp_ble_mesh_provisioner_bind_app_key_to_local_model()
[all …]
Desp_ble_mesh_ble_api.c38 msg.pid = BTC_PID_BLE_MESH_BLE_COEX; in esp_ble_mesh_start_ble_advertising()
62 msg.pid = BTC_PID_BLE_MESH_BLE_COEX; in esp_ble_mesh_stop_ble_advertising()
81 msg.pid = BTC_PID_BLE_MESH_BLE_COEX; in esp_ble_mesh_start_ble_scanning()
96 msg.pid = BTC_PID_BLE_MESH_BLE_COEX; in esp_ble_mesh_stop_ble_scanning()
Desp_ble_mesh_low_power_api.c21 msg.pid = BTC_PID_PROV; in esp_ble_mesh_lpn_enable()
35 msg.pid = BTC_PID_PROV; in esp_ble_mesh_lpn_disable()
51 msg.pid = BTC_PID_PROV; in esp_ble_mesh_lpn_poll()
Desp_ble_mesh_local_data_operation_api.c87 msg.pid = BTC_PID_PROV; in esp_ble_mesh_model_subscribe_group_addr()
113 msg.pid = BTC_PID_PROV; in esp_ble_mesh_model_unsubscribe_group_addr()
149 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_add_local_net_key()
171 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_add_local_app_key()
195 msg.pid = BTC_PID_PROV; in esp_ble_mesh_node_bind_app_key_to_local_model()
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Dcache.h68 …always_inline)) unsigned int IRAM_ATTR cache_flash_mmu_set(int cpu_no, int pid, unsigned int vaddr… in cache_flash_mmu_set() argument
70 …extern unsigned int cache_flash_mmu_set_rom(int cpu_no, int pid, unsigned int vaddr, unsigned int … in cache_flash_mmu_set()
75 ret = cache_flash_mmu_set_rom(cpu_no, pid, vaddr, paddr, psize, num); in cache_flash_mmu_set()
111 unsigned int IRAM_ATTR cache_sram_mmu_set(int cpu_no, int pid, unsigned int vaddr, unsigned int pad…
/hal_espressif-latest/components/bt/common/api/
Desp_blufi_api.c34 msg.pid = BTC_PID_BLUFI; in esp_blufi_send_wifi_conn_report()
53 msg.pid = BTC_PID_BLUFI; in esp_blufi_send_wifi_list()
69 msg.pid = BTC_PID_BLUFI; in esp_blufi_profile_init()
82 msg.pid = BTC_PID_BLUFI; in esp_blufi_profile_deinit()
101 msg.pid = BTC_PID_BLUFI; in esp_blufi_send_error_info()
118 msg.pid = BTC_PID_BLUFI; in esp_blufi_send_custom_data()
/hal_espressif-latest/zephyr/esp32/src/
Dsoc_init.c17 uint32_t inst = 0, pid = 0, stat = 0, data = 0, pc = 0, lsstat = 0, lsaddr = 0, lsdata = 0, in wdt_reset_info_dump() local
22 pid = 0; in wdt_reset_info_dump()
26 pid = DPORT_REG_READ(DPORT_PRO_CPU_RECORD_PID_REG); in wdt_reset_info_dump()
40 ESP_EARLY_LOGD(TAG, "WDT reset info: %s CPU PID 0x%08" PRIx32, cpu_name, pid); in wdt_reset_info_dump()

1234