Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c92 uint32_t width_ns,
181 uint32_t width_ns, in LPI2C_GetCyclesForWidth() argument
189 while ((((cycles + 1) * busCycle_ns) < width_ns) && (cycles + 1 < maxCycles)) in LPI2C_GetCyclesForWidth()
196 if ((cycles == 0) && (busCycle_ns <= (width_ns * 10))) in LPI2C_GetCyclesForWidth()