Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c318 masterConfig->pinLowTimeout_ns = 0; in LPI2C_MasterGetDefaultConfig()
396 if (masterConfig->pinLowTimeout_ns) in LPI2C_MasterInit()
398 cycles = LPI2C_GetCyclesForWidth(sourceClock_Hz, masterConfig->pinLowTimeout_ns / 256, in LPI2C_MasterInit()
Dfsl_lpi2c.h140 … uint32_t pinLowTimeout_ns; /*!< Pin low timeout in nanoseconds. Set to 0 to disable. */ member