Home
last modified time | relevance | path

Searched full:turnaround (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dswdp.h120 * @param turnaround Line turnaround cycles
125 uint8_t turnaround,
Dcounter.h504 * depending on counter direction. On turnaround, counter can be reset and
Di3c.h1022 /** Maximum Read turnaround time in microseconds. */
/Zephyr-latest/drivers/dp/
Dswdp_bitbang.c57 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/
Dst,stm32-fmc-nor-psram.yaml149 * 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/
Dti,drv8424.yaml8 attaching an ISR to the turnaround.
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_utils.h418 * @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/
Dcode_flow.rst29 turnaround time, and encourages collaboration and streamlines communication
/Zephyr-latest/drivers/mdio/
Dmdio_nxp_enet.c85 * 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/
Dlll_vendor.h65 /* Turnaround time between RX and TX is based on CPU execution speed. It also
/Zephyr-latest/include/zephyr/drivers/i3c/
Dccc.h702 /** 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/
Dcmsis_dap.c374 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/
Di3c.rst128 read turnaround time.
/Zephyr-latest/drivers/ieee802154/
Dieee802154_kw41z.c1028 /* Adjust ACK delay to fulfill the 802.15.4 turnaround requirements */ in kw41z_init()
/Zephyr-latest/drivers/i3c/
Di3c_cdns.c644 /* This ensures that PA0 contains 1'b1 which allows for easier Bus Turnaround */