Home
last modified time | relevance | path

Searched refs:thd_delay (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-3.6.0/drivers/i3c/
Di3c_cdns.c2373 uint8_t thd_delay = in cdns_i3c_clk_to_data_turnaround() local
2376 if (thd_delay > THD_DELAY_MAX) { in cdns_i3c_clk_to_data_turnaround()
2377 thd_delay = THD_DELAY_MAX; in cdns_i3c_clk_to_data_turnaround()
2380 return (THD_DELAY_MAX - thd_delay); in cdns_i3c_clk_to_data_turnaround()