Searched refs:LPI2C_CLOCK_SOURCE_DIVIDER (Results 1 – 1 of 1) sorted by relevance
75 #define LPI2C_CLOCK_SOURCE_DIVIDER (12U) macro77 #define LPI2C_CLOCK_SOURCE_DIVIDER (0U) macro80 #define LPI2C_CLOCK_FREQUENCY ((CLOCK_GetFreq(kCLOCK_Usb1PllClk) / 8) / (LPI2C_CLOCK_SOURCE_DIVIDER…163 rootCfg.div = LPI2C_CLOCK_SOURCE_DIVIDER + 1; in imxrt_lpi2c_configure()169 CLOCK_SetDiv(kCLOCK_Lpi2cDiv, LPI2C_CLOCK_SOURCE_DIVIDER); in imxrt_lpi2c_configure()
Completed in 10 milliseconds