Home
last modified time | relevance | path

Searched refs:opcode (Results 176 – 200 of 210) sorted by relevance

123456789

/Zephyr-latest/drivers/espi/
Despi_taf_npcx.c463 .opcode = ESPI_TAF_RPMC_OP1_CMD, in espi_taf_npcx_rpmc_op1()
491 .opcode = ESPI_TAF_RPMC_OP2_CMD, in espi_taf_npcx_rpmc_op2()
/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1839 uint16_t opcode; in bt_le_per_adv_set_param() local
1846 opcode = BT_HCI_OP_LE_SET_PER_ADV_PARAM_V2; in bt_le_per_adv_set_param()
1849 opcode = BT_HCI_OP_LE_SET_PER_ADV_PARAM; in bt_le_per_adv_set_param()
1880 buf = bt_hci_cmd_create(opcode, size); in bt_le_per_adv_set_param()
1899 if (opcode == BT_HCI_OP_LE_SET_PER_ADV_PARAM_V2) { in bt_le_per_adv_set_param()
1908 err = bt_hci_cmd_send_sync(opcode, buf, NULL); in bt_le_per_adv_set_param()
Datt.c89 uint8_t opcode; member
270 if (meta.opcode != 0) { in att_tx_destroy()
351 data->opcode = buf->data[0]; in chan_send()
648 const att_type_t op_type = att_op_get_type(meta->opcode); in att_on_sent_cb()
650 LOG_DBG("opcode 0x%x", meta->opcode); in att_on_sent_cb()
/Zephyr-latest/drivers/flash/
Dflash_stm32_xspi.c1773 static inline uint8_t spi_nor_convert_read_to_4b(const uint8_t opcode) in spi_nor_convert_read_to_4b() argument
1775 switch (opcode) { in spi_nor_convert_read_to_4b()
1788 return opcode; in spi_nor_convert_read_to_4b()
1792 static inline uint8_t spi_nor_convert_write_to_4b(const uint8_t opcode) in spi_nor_convert_write_to_4b() argument
1794 switch (opcode) { in spi_nor_convert_write_to_4b()
1803 return opcode; in spi_nor_convert_write_to_4b()
Dflash_stm32_ospi.c1936 static inline uint8_t spi_nor_convert_read_to_4b(const uint8_t opcode) in spi_nor_convert_read_to_4b() argument
1938 switch (opcode) { in spi_nor_convert_read_to_4b()
1951 return opcode; in spi_nor_convert_read_to_4b()
1955 static inline uint8_t spi_nor_convert_write_to_4b(const uint8_t opcode) in spi_nor_convert_write_to_4b() argument
1957 switch (opcode) { in spi_nor_convert_write_to_4b()
1966 return opcode; in spi_nor_convert_write_to_4b()
/Zephyr-latest/drivers/sdhc/
Dimx_usdhc.c638 if (cmd->opcode == SD_GO_IDLE_STATE) { in imx_usdhc_request()
642 host_cmd.index = cmd->opcode; in imx_usdhc_request()
660 switch (cmd->opcode) { in imx_usdhc_request()
Dintel_emmc_host.c979 switch (cmd->opcode) { in emmc_request()
998 ret = emmc_send_cmd_data(dev, cmd->opcode, cmd, data, true); in emmc_request()
1001 ret = emmc_send_cmd_no_data(dev, cmd->opcode, cmd); in emmc_request()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_scan_delegator.c987 uint8_t opcode; in write_control_point() local
998 opcode = net_buf_simple_pull_u8(&buf); in write_control_point()
1000 if (!BT_BAP_BASS_VALID_OPCODE(opcode)) { in write_control_point()
1006 switch (opcode) { in write_control_point()
Dvocs_client.c575 inst->cp.opcode = BT_VOCS_OPCODE_SET_OFFSET; in bt_vocs_client_state_set()
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmedia_proxy.h63 uint8_t opcode; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_adv_iso.c527 pdu->ctrl.opcode = PDU_BIG_CTRL_TYPE_TERM_IND; in isr_tx_common()
550 pdu->ctrl.opcode = PDU_BIG_CTRL_TYPE_CHAN_MAP_IND; in isr_tx_common()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h133 uint16_t opcode; member
371 #define BT_OGF(opcode) (((opcode) >> 10) & BIT_MASK(6)) argument
373 #define BT_OCF(opcode) ((opcode) & BIT_MASK(10)) argument
2785 uint16_t opcode; member
2796 uint16_t opcode; member
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h365 const uint32_t opcode; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h914 uint8_t opcode; member
1117 uint8_t opcode; member
Dull_llcp_phy.c877 switch (pdu->llctrl.opcode) { in llcp_lp_pu_rx()
1298 switch (pdu->llctrl.opcode) { in llcp_rp_pu_rx()
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c168 uint8_t opcode, uint8_t status) in btp_send_ascs_operation_completed_ev() argument
174 ev.opcode = opcode; in btp_send_ascs_operation_completed_ev()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_spi_st.c334 hdr.opcode = sys_cpu_to_le16(BLUENRG_ACI_WRITE_CONFIG_DATA); in bt_spi_send_aci_config()
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt139 E: Invalid opcode
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-dev.rst93 <wrn> bt_hci_core: opcode 0x0c33 status 0x12
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt718 commands. They are defined based on a vendor identifier and a base opcode.
724 The Opcode_Base parameter points to an opcode that will identify the external
726 opcode and also define a flexible interface for external events.
756 | 0xXXXX | Base opcode of command |
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c589 struct bt_conn *conn, enum bt_gatt_ots_olcp_proc_type opcode, in write_olcp() argument
596 net_buf_simple_add_u8(&otc_tx_buf, opcode); in write_olcp()
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst71 fit inside a single Bluetooth Mesh access message excluding the opcode (379 bytes or less). The
/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c616 .opcode = cmd->op_code, in qspi_send_cmd()
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h1139 uint8_t opcode; member
/Zephyr-latest/drivers/dma/
Ddma_iproc_pax_v1.c111 hdr->opcode = pl->direction; in rm_write_dma_header_desc()

123456789