/Zephyr-latest/drivers/mspi/ |
D | mspi_dw.c | 899 tx_control_field(dev, packet->cmd, in start_next_packet() 909 write_dr(dev, packet->cmd); in start_next_packet()
|
D | mspi_ambiq_ap3.c | 1052 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/ |
D | migration-guide-3.7.rst | 345 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>;
|
D | migration-guide-3.6.rst | 296 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/ |
D | i2s_mcux_sai.c | 848 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/ |
D | ll.h | 248 uint8_t ll_conn_update(uint16_t handle, uint8_t cmd, uint8_t status, uint16_t interval_min,
|
/Zephyr-latest/include/zephyr/tracing/ |
D | tracing.h | 2364 #define sys_port_trace_socket_fcntl_enter(socket, cmd, flags) argument
|
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/ |
D | index.rst | 477 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/ |
D | test_testplan.py | 1719 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/ |
D | nrf52_bsim.rst | 192 ./build/zephyr/zephyr.exe --uart<uart_id>_attach_cmd=<cmd>
|
/Zephyr-latest/ |
D | CMakeLists.txt | 71 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/ |
D | ull_conn.c | 299 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/ |
D | avdtp.c | 1529 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/ |
D | generation.rst | 154 Open a ``cmd.exe`` window as **Administrator** and run the following command:
|
/Zephyr-latest/subsys/tracing/user/ |
D | tracing_user.h | 435 #define sys_port_trace_socket_fcntl_enter(sock, cmd, flags) argument
|
/Zephyr-latest/subsys/tracing/ctf/tsdl/ |
D | metadata | 547 uint32_t cmd;
|
/Zephyr-latest/doc/develop/west/ |
D | build-flash-debug.rst | 29 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.
|
D | config.rst | 57 .. _west-config-cmd:
|
/Zephyr-latest/drivers/dai/intel/ssp/ |
D | ssp.c | 2445 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/ |
D | hci_types.h | 139 #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/ |
D | uart_ns16550.c | 1399 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/ |
D | main.c | 88 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/ |
D | index.rst | 348 $ pyocd cmd
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | gatt.c | 5081 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/ |
D | kconfiglib.py | 950 cmd = sys.argv[0] # Empty string if missing 951 if cmd: 952 cmd += ": " 956 sys.exit(cmd + str(e).strip())
|