Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 25 of 85) sorted by relevance

1234

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/common/api/
A Dco_lmp.h231 uint8_t opcode; member
240 uint8_t opcode; member
253 uint8_t opcode; member
262 uint8_t opcode; member
273 uint8_t opcode; member
280 uint8_t opcode; member
289 uint8_t opcode; member
298 uint8_t opcode; member
307 uint8_t opcode; member
316 uint8_t opcode; member
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Dop_resolver.cc26 const OperatorCode* opcode, const OpResolver& op_resolver, in GetRegistrationFromOpCode() argument
30 auto builtin_code = GetBuiltinCode(opcode); in GetRegistrationFromOpCode()
31 int version = opcode->version(); in GetRegistrationFromOpCode()
52 } else if (!opcode->custom_code()) { in GetRegistrationFromOpCode()
58 const char* name = opcode->custom_code()->c_str(); in GetRegistrationFromOpCode()
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Daccess.c501 if (op->opcode == opcode) { in find_op()
521 *opcode = net_buf_simple_pull_u8(buf); in get_opcode()
574 bt_u32_t opcode; in bt_mesh_model_recv() local
581 if (get_opcode(buf, &opcode) < 0) { in bt_mesh_model_recv()
586 BT_DBG("OpCode 0x%08x", opcode); in bt_mesh_model_recv()
593 MESH_RX_D("OPCODE: 0x%04X\n", opcode); in bt_mesh_model_recv()
615 if (opcode < 0x10000) { in bt_mesh_model_recv()
654 if (opcode < 0x100) { in bt_mesh_model_msg_init()
656 net_buf_simple_add_u8(msg, opcode); in bt_mesh_model_msg_init()
660 if (opcode < 0x10000) { in bt_mesh_model_msg_init()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dhci_adapter.c124 uint16_t opcode; in hci_tp_config() local
149 LE_STREAM_TO_UINT16(opcode, p_buf); in hci_tp_config()
150 if (opcode == hci_process_table[g_hci_step].opcode)//check the opcode in hci_tp_config()
228 status,opcode); in hci_tp_config()
234 hci_board_debug("\r\nERROR:%s:wrong type is %x\n",__FUNCTION__, opcode); in hci_tp_config()
/AliOS-Things-master/components/websocket/src/
A Drws_frame.c35 const rws_opcode opcode = (rws_opcode)(udata[0] & 0x0f); in rws_frame_create_with_recv_data() local
82 frame->opcode = opcode; in rws_frame_create_with_recv_data()
91 if (opcode == rws_opcode_connection_close || opcode == rws_opcode_pong) { in rws_frame_create_with_recv_data()
123 *header++ = fin | f->opcode; in rws_frame_create_header()
157 *header++ = 0x00 | f->opcode; in litews_frame_create_bin_header()
161 *header++ = 0x00 | f->opcode; in litews_frame_create_bin_header()
165 *header++ = 0x80 | f->opcode; in litews_frame_create_bin_header()
A Drws_socketpriv.c60 frame->opcode = rws_opcode_ping; in rws_socket_send_ping_priv()
75 switch (frame->opcode) { in rws_socket_inform_recvd_frames()
348 pong_frame->opcode = rws_opcode_pong; in rws_socket_process_ping_frame()
364 switch (frame->opcode) { in rws_socket_process_received_frame()
427 if (rws_opcode_ping == frame->opcode && in rws_socket_idle_send()
776 frame->opcode = rws_opcode_text_frame; in rws_socket_send_text_priv()
795 frame->opcode = rws_opcode_binary_frame; in rws_socket_send_bin_priv()
799 frame->opcode = rws_opcode_continuation; in rws_socket_send_bin_priv()
828 frame->opcode = rws_opcode_binary_frame; in rws_socket_send_bin_start_priv()
845 frame->opcode = rws_opcode_continuation; in rws_socket_send_bin_continue_priv()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hci/src/
A Dhci_int.h81 #define CMD(opcode, dest_ll, dest_hl, pkupk, par_size_max, par_fmt, ret_fmt) {HCI_##opcode##_CMD_O… argument
92 #define CMD(opcode, dest_ll, dest_hl, pkupk, par_size_max, par_fmt, ret_fmt) {HCI_##opcode##_CMD_O… argument
179 uint16_t opcode; member
350 const struct hci_cmd_desc_tag* hci_look_for_cmd_desc(uint16_t opcode);
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dmonitor.c102 u16_t opcode, u16_t len) in encode_hdr() argument
106 hdr->opcode = sys_cpu_to_le16(opcode); in encode_hdr()
127 static void drop_add(u16_t opcode) in drop_add() argument
129 switch (opcode) { in drop_add()
156 void bt_monitor_send(u16_t opcode, const void *data, size_t len) in bt_monitor_send() argument
161 drop_add(opcode); in bt_monitor_send()
165 encode_hdr(&hdr, monitor_ts_get(), opcode, len); in bt_monitor_send()
A Dmonitor.h52 u16_t opcode; member
92 void bt_monitor_send(u16_t opcode, const void *data, size_t len);
99 #define bt_monitor_send(opcode, data, len) argument
A Dhci_api.c73 u16_t opcode; member
186 if (cmd(buf)->opcode != opcode) { in hci_cmd_done()
188 opcode, cmd(buf)->opcode); in hci_cmd_done()
208 u16_t opcode; in hci_cmd_complete() local
212 opcode = sys_le16_to_cpu(evt->opcode); in hci_cmd_complete()
232 u16_t opcode; in hci_cmd_status() local
236 opcode = sys_le16_to_cpu(evt->opcode); in hci_cmd_status()
273 cmd(buf)->opcode, buf); in send_cmd()
288 return cmd(buf)->opcode; in bt_hci_get_cmd_opcode()
307 cmd(buf)->opcode = opcode; in bt_hci_cmd_create()
[all …]
A Dhci_ecc.c88 static void send_cmd_status(u16_t opcode, u8_t status) in send_cmd_status() argument
94 BT_DBG("opcode %x status %x", opcode, status); in send_cmd_status()
105 evt->opcode = sys_cpu_to_le16(opcode); in send_cmd_status()
309 switch (sys_le16_to_cpu(chdr->opcode)) { in bt_hci_ecc_send()
A Dtesting.c71 void bt_test_mesh_prov_invalid_bearer(u8_t opcode) in bt_test_mesh_prov_invalid_bearer() argument
77 cb->mesh_prov_invalid_bearer(opcode); in bt_test_mesh_prov_invalid_bearer()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hci/api/
A Dhci_ble.h108 uint16_t opcode; member
208 void hci_basic_cmd_send_2_controller(uint16_t opcode);
327 uint8_t hci_cmd_get_max_param_size(uint16_t opcode);
340 void hci_cmd_received(uint16_t opcode, uint8_t length, uint8_t *payload);
453 uint8_t hci_is_cmd_opcode_supported(uint16_t opcode);
/AliOS-Things-master/components/ble_host/bt_host/include/bluetooth/
A Dhci_vs.h246 u8_t opcode; member
252 u8_t opcode; member
281 u8_t opcode; member
304 u8_t opcode; member
325 u8_t opcode; member
335 u8_t opcode; member
347 u8_t opcode; member
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5_driver.c51 u16_t opcode; in h5_send() local
58 opcode = bt_hci_get_cmd_opcode(buf); in h5_send()
60 if (opcode == HCI_VSC_H5_INIT) { in h5_send()
61 h5_ctx->h5_send_sync_cmd(opcode, NULL, buf->len); in h5_send()
/AliOS-Things-master/components/genie_service/core/src/
A Dgenie_event.c241 int genie_down_msg(genie_down_mesg_type msg_type, uint32_t opcode, void *p_msg) in genie_down_msg() argument
271 p_data[1] = opcode; in genie_down_msg()
272 p_data[2] = opcode >> 8; in genie_down_msg()
293 if (opcode < 0x7F) //one byte opcode in genie_down_msg()
301 p_data[0] = opcode & 0xFF; in genie_down_msg()
312 p_data[0] = (opcode >> 8) & 0xFF; in genie_down_msg()
313 p_data[1] = opcode & 0xFF; in genie_down_msg()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/attc/
A Dattc.h34 #define ATTC_ALLOCATE_ATT_REQ(conidx, opcode, pdu_type, value_len)\ argument
35 L2CC_ATT_PDU_ALLOC_DYN(conidx, opcode, KE_BUILD_ID(TASK_GATTC, conidx), pdu_type, value_len)
/AliOS-Things-master/solutions/lora_p2p_demo/
A Dsx126x-board.h91 void SX126xWriteCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );
102 uint8_t SX126xReadCommand( RadioCommands_t opcode, uint8_t *buffer, uint16_t size );
/AliOS-Things-master/components/genie_service/core/inc/
A Dgenie_event.h65 uint16_t opcode; member
85 int genie_down_msg(genie_down_mesg_type msg_type, uint32_t opcode, void *p_msg);
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/dbg/api/
A Ddbg_trc.h828 void dbg_trc_req_hci(uint8_t const hci_msg_type, uint16_t const opcode, uint16_t const par_len, uin…
831 #define TRC_REQ_HCI_CMD(opcode, par_len, params) \ argument
832 dbg_trc_req_hci(HCI_CMD, opcode, par_len, params);
835 #define TRC_REQ_HCI_EVT(opcode, par_len, params) \ argument
836 dbg_trc_req_hci(HCI_EVT, opcode, par_len, params);
839 #define TRC_REQ_HCI_CMD(opcode, par_len, params) argument
840 #define TRC_REQ_HCI_EVT(opcode, par_len, params) argument
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/tftp/
A Dtftp_server.c160 int opcode; in recv() local
173 opcode = sbuf[0]; in recv()
178 switch (opcode) { in recv()
214 tftp_state.handle = tftp_state.ctx->open(filename, mode, opcode == PP_HTONS(TFTP_WRQ)); in recv()
224 (opcode == PP_HTONS(TFTP_WRQ)) ? "write" : "read")); in recv()
231 if (opcode == PP_HTONS(TFTP_WRQ)) { in recv()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibregexp.c310 opcode = buf[pos]; in lre_dump_bytecode()
321 switch(opcode) { in lre_dump_bytecode()
966 opcode = bc_buf[pos]; in re_check_advance()
968 switch(opcode) { in re_check_advance()
1045 opcode = bc_buf[pos]; in re_is_simple_quantifier()
1047 switch(opcode) { in re_is_simple_quantifier()
1777 opcode = bc_buf[pos]; in compute_stack_size()
1781 switch(opcode) { in compute_stack_size()
2087 int opcode, ret; in lre_exec_backtrack() local
2097 opcode = *pc++; in lre_exec_backtrack()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/
A Drtk_coex.c69 void bt_coex_handle_cmd_complete_evt(uint16_t opcode, uint16_t cause, uint8_t total_len, uint8_t *p) in bt_coex_handle_cmd_complete_evt() argument
74 if (opcode == HCI_VENDOR_MAILBOX_CMD) in bt_coex_handle_cmd_complete_evt()
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c4509 switch ( CUR.opcode ) in Ins_IF()
4549 switch ( CUR.opcode ) in Ins_ELSE()
4852 switch ( CUR.opcode ) in Ins_FDEF()
5149 switch ( CUR.opcode ) in Ins_IDEF()
5317 if ( CUR.opcode & 1 ) in Ins_GC()
5398 if ( CUR.opcode & 1 ) in Ins_MD()
5867 if ( CUR.opcode & 1 ) in Compute_Point_Displacement()
7396 if ( CUR.opcode & 1 ) in Ins_IUP()
7554 switch ( CUR.opcode ) in Ins_DELTAP()
8381 FT_Byte opcode = CUR.opcode; in TT_RunIns() local
[all …]
/AliOS-Things-master/components/genie_service/core/src/sig_models/
A Dsig_model_scene_srv.c97 msg.opcode = OP_GENERIC_SCENE_GET; in _scene_get()
123 msg.opcode = OP_GENERIC_SCENE_SET; in _scene_set()
161 msg.opcode = OP_GENERIC_SCENE_SET_UNACK; in _scene_set_unack()

Completed in 100 milliseconds

1234