Home
last modified time | relevance | path

Searched refs:cmd (Results 476 – 500 of 523) sorted by relevance

1...<<1112131415161718192021

/Zephyr-latest/drivers/mspi/
Dmspi_dw.c899 tx_control_field(dev, packet->cmd, in start_next_packet()
909 write_dr(dev, packet->cmd); in start_next_packet()
Dmspi_ambiq_ap3.c1052 trans.ui16DeviceInstr = (uint16_t)packet->cmd; in mspi_pio_transceive()
1079 trans.ui16DeviceInstr = (uint16_t)packet->cmd; in mspi_pio_transceive()
/Zephyr-latest/doc/releases/
Dmigration-guide-3.7.rst345 cmd-data-gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
377 manage interfacing with the display. Note that the ``cmd-data-gpios`` pin has
390 cmd-data-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
461 ``cmd-data-gpios`` pin has changed polarity with this update, to align better
473 cmd-data-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
Dmigration-guide-3.6.rst296 manage interfacing with the display. Note that the `cmd-data-gpios` pin has
309 cmd-data-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
/Zephyr-latest/drivers/i2s/
Di2s_mcux_sai.c848 static int i2s_mcux_trigger(const struct device *dev, enum i2s_dir dir, enum i2s_trigger_cmd cmd) in i2s_mcux_trigger() argument
862 switch (cmd) { in i2s_mcux_trigger()
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h248 uint8_t ll_conn_update(uint16_t handle, uint8_t cmd, uint8_t status, uint16_t interval_min,
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h2364 #define sys_port_trace_socket_fcntl_enter(socket, cmd, flags) argument
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst477 In one cmd.exe prompt in the Zephyr directory::
542 Windows (run this in a ``cmd`` prompt, from the Zephyr directory)::
545 zephyr-env.cmd
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py1719 def mock_call(cmd, shell=False): argument
1721 assert cmd == ['mklink', '/J', os.path.join('links', 'path', 'test_0'),
/Zephyr-latest/boards/native/nrf_bsim/doc/
Dnrf52_bsim.rst192 ./build/zephyr/zephyr.exe --uart<uart_id>_attach_cmd=<cmd>
/Zephyr-latest/
DCMakeLists.txt71 set(ZEPHYR_CURRENT_LINKER_CMD linker_zephyr_pre${ZEPHYR_CURRENT_LINKER_PASS}.cmd)
1385 set(ZEPHYR_CURRENT_LINKER_CMD linker_zephyr_pre${ZEPHYR_CURRENT_LINKER_PASS}.cmd)
1627 linker.cmd
1637 linker.cmd
1650 LINKER_SCRIPT ${PROJECT_BINARY_DIR}/linker.cmd
1654 …roperty(TARGET ${ZEPHYR_FINAL_EXECUTABLE} PROPERTY LINK_DEPENDS ${PROJECT_BINARY_DIR}/linker.cmd)
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c299 uint8_t ll_conn_update(uint16_t handle, uint8_t cmd, uint8_t status, uint16_t interval_min, in ll_conn_update() argument
309 if (cmd == 0U) { in ll_conn_update()
322 } else if (cmd == 2U) { in ll_conn_update()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c1529 static int avdtp_process_configure_command(struct bt_avdtp *session, uint8_t cmd, in avdtp_process_configure_command() argument
1541 buf = avdtp_create_pdu(BT_AVDTP_CMD, BT_AVDTP_PACKET_TYPE_SINGLE, cmd); in avdtp_process_configure_command()
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst154 Open a ``cmd.exe`` window as **Administrator** and run the following command:
/Zephyr-latest/subsys/tracing/user/
Dtracing_user.h435 #define sys_port_trace_socket_fcntl_enter(sock, cmd, flags) argument
/Zephyr-latest/subsys/tracing/ctf/tsdl/
Dmetadata547 uint32_t cmd;
/Zephyr-latest/doc/develop/west/
Dbuild-flash-debug.rst29 use :ref:`west config <west-config-cmd>` to configure its behavior.
275 positional argument. Without it, :ref:`west config <west-config-cmd>` would
372 You can :ref:`configure <west-config-cmd>` ``west build`` using these options.
Dconfig.rst57 .. _west-config-cmd:
/Zephyr-latest/drivers/dai/intel/ssp/
Dssp.c2445 enum dai_trigger_cmd cmd) in dai_ssp_trigger() argument
2450 LOG_DBG("SSP%d: cmd %d", dp->dai_index, cmd); in dai_ssp_trigger()
2452 switch (cmd) { in dai_ssp_trigger()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h139 #define BT_CMD_TEST(cmd, octet, bit) (cmd[octet] & BIT(bit)) argument
140 #define BT_CMD_LE_STATES(cmd) BT_CMD_TEST(cmd, 28, 3) argument
/Zephyr-latest/drivers/serial/
Duart_ns16550.c1399 static int uart_ns16550_drv_cmd(const struct device *dev, uint32_t cmd, argument
1403 if (cmd == CMD_SET_DLF) {
/Zephyr-latest/tests/net/socket/tls/src/
Dmain.c88 static void test_fcntl(int sock, int cmd, int val) in test_fcntl() argument
90 zassert_equal(zsock_fcntl(sock, cmd, val), 0, "fcntl failed"); in test_fcntl()
/Zephyr-latest/boards/nxp/frdm_k64f/doc/
Dindex.rst348 $ pyocd cmd
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c5081 struct bt_att_write_cmd *cmd; in bt_gatt_write_without_response_cb() local
5100 sizeof(*cmd) + length + 12); in bt_gatt_write_without_response_cb()
5103 sizeof(*cmd) + length); in bt_gatt_write_without_response_cb()
5109 cmd = net_buf_add(buf, sizeof(*cmd)); in bt_gatt_write_without_response_cb()
5110 cmd->handle = sys_cpu_to_le16(handle); in bt_gatt_write_without_response_cb()
/Zephyr-latest/scripts/kconfig/
Dkconfiglib.py950 cmd = sys.argv[0] # Empty string if missing
951 if cmd:
952 cmd += ": "
956 sys.exit(cmd + str(e).strip())

1...<<1112131415161718192021