Home
last modified time | relevance | path

Searched defs:opcode (Results 101 – 118 of 118) sorted by relevance

12345

/Zephyr-latest/drivers/flash/
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()
1955 static inline uint8_t spi_nor_convert_write_to_4b(const uint8_t opcode) in spi_nor_convert_write_to_4b()
/Zephyr-latest/tests/bluetooth/tester/src/audio/btp/
Dbtp_mcp.h135 uint8_t opcode; member
301 uint8_t opcode; member
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/
Dlll_sync_iso.c1831 const uint8_t opcode = pdu->ctrl.opcode; in isr_rx_ctrl_recv() local
/Zephyr-latest/include/zephyr/drivers/
Dsdhc.h47 uint32_t opcode; /*!< SD Host specification CMD index */ member
/Zephyr-latest/include/zephyr/bluetooth/audio/
Dmedia_proxy.h63 uint8_t opcode; member
/Zephyr-latest/subsys/bluetooth/mesh/
Dproxy_srv.c228 uint8_t opcode; in proxy_filter_recv() local
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c792 uint8_t opcode = net_buf_simple_pull_u8(&att_buf); in bap_broadcast_assistant_write_cp_cb() local
Dbap_scan_delegator.c1041 uint8_t opcode; in write_control_point() local
Dtbs_client.c297 uint8_t index, uint8_t opcode, in call_cp_callback_handler()
914 uint8_t opcode) in tbs_client_common_call_control()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_client.c589 struct bt_conn *conn, enum bt_gatt_ots_olcp_proc_type opcode, in write_olcp()
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dtest_ase_control_params.c116 uint8_t opcode) in test_expect_unsupported_opcode()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h365 const uint32_t opcode; member
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_bap_unicast.c168 uint8_t opcode, uint8_t status) in btp_send_ascs_operation_completed_ev()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dpdu.h914 uint8_t opcode; member
1117 uint8_t opcode; member
/Zephyr-latest/subsys/bluetooth/host/
Datt.c91 uint8_t opcode; member
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h133 uint16_t opcode; member
379 #define BT_OGF(opcode) (((opcode) >> 10) & BIT_MASK(6)) argument
381 #define BT_OCF(opcode) ((opcode) & BIT_MASK(10)) argument
2839 uint16_t opcode; member
2850 uint16_t opcode; member
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_mesh.h1139 uint8_t opcode; member
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_mesh.c5457 static void invalid_bearer_cb(uint8_t opcode) in invalid_bearer_cb()

12345