Searched full:turnaround (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/ |
D | swdp.h | 120 * @param turnaround Line turnaround cycles 125 uint8_t turnaround,
|
D | counter.h | 504 * depending on counter direction. On turnaround, counter can be reset and
|
D | i3c.h | 1022 /** Maximum Read turnaround time in microseconds. */
|
/Zephyr-latest/drivers/dp/ |
D | swdp_bitbang.c | 57 uint8_t turnaround; member 315 for (n = sw_data->turnaround; n; n--) { in sw_cycle_turnaround() 423 for (n = 32U + 1U + sw_data->turnaround; n; n--) { in sw_transfer() 443 for (n = sw_data->turnaround + 32U + 1U; n; n--) { in sw_transfer() 555 const uint8_t turnaround, const bool data_phase) in sw_configure() argument 559 sw_data->turnaround = turnaround; in sw_configure() 562 LOG_INF("turnaround %d, data_phase %d", in sw_configure() 563 sw_data->turnaround, sw_data->data_phase); in sw_configure() 691 sw_data->turnaround = 1U; in sw_gpio_init()
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | st,stm32-fmc-nor-psram.yaml | 149 * BUSTURN - Bus turnaround phase duration. 151 the bus turnaround. This parameter can be a value 186 * BUSTURN - Bus turnaround phase duration.
|
/Zephyr-latest/dts/bindings/stepper/ti/ |
D | ti,drv8424.yaml | 8 attaching an ISR to the turnaround.
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_utils.h | 418 * @brief Calculates the PHY's turnaround time for the current channel page (see 421 * @details The PHY's turnaround time is used to calculate - among other 422 * parameters - the TX-to-RX turnaround time (see section 10.2.2) and the 423 * RX-to-TX turnaround time (see section 10.2.3). 427 * @returns The turnaround time for the given interface in symbols.
|
/Zephyr-latest/doc/project/ |
D | code_flow.rst | 29 turnaround time, and encourages collaboration and streamlines communication
|
/Zephyr-latest/drivers/mdio/ |
D | mdio_nxp_enet.c | 85 * TA = Turnaround, must be 2 to be valid in nxp_enet_mdio_read() 135 * TA = Turnaround, must be 2 to be valid in nxp_enet_mdio_write()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_vendor.h | 65 /* Turnaround time between RX and TX is based on CPU execution speed. It also
|
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | ccc.h | 702 /** Standard Target Write/Read speed parameters, and optional Maximum Read Turnaround Time 736 * Maximum Read Turnaround Time in microsecond. 775 /** Get Max Data Speed (GETMXDS) - Clock to Data Turnaround <= 8ns. */ 778 /** Get Max Data Speed (GETMXDS) - Clock to Data Turnaround <= 9ns. */ 781 /** Get Max Data Speed (GETMXDS) - Clock to Data Turnaround <= 10ns. */ 784 /** Get Max Data Speed (GETMXDS) - Clock to Data Turnaround <= 11ns. */ 787 /** Get Max Data Speed (GETMXDS) - Clock to Data Turnaround <= 12ns. */ 790 /** Get Max Data Speed (GETMXDS) - Clock to Data Turnaround > 12ns. */ 813 /** Get Max Data Speed (GETMXDS) - maxRd - Clock to Data Turnaround bitmask. */ 817 * @brief Get Max Data Speed (GETMXDS) - maxRd - Clock to Data Turnaround [all …]
|
/Zephyr-latest/subsys/dap/ |
D | cmsis_dap.c | 374 uint8_t turnaround = (request[0] & 0x03U) + 1U; in dap_swdp_configure() local 383 api->swdp_configure(ctx->swdp_dev, turnaround, data_phase); in dap_swdp_configure()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 128 read turnaround time.
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_kw41z.c | 1028 /* Adjust ACK delay to fulfill the 802.15.4 turnaround requirements */ in kw41z_init()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_cdns.c | 644 /* This ensures that PA0 contains 1'b1 which allows for easier Bus Turnaround */
|