Searched refs:bestError (Results 1 – 4 of 4) sorted by relevance
168 uint32_t bestError = UINT32_MAX; in I2C_SetHoldTime() local183 if (bestError == 0u) in I2C_SetHoldTime()198 if (absError < bestError) in I2C_SetHoldTime()202 bestError = absError; in I2C_SetHoldTime()773 uint32_t bestError = UINT32_MAX; in I2C_MasterSetBaudRate() local784 if (bestError == 0u) in I2C_MasterSetBaudRate()797 if (absError < bestError) in I2C_MasterSetBaudRate()801 bestError = absError; in I2C_MasterSetBaudRate()
539 uint32_t bestError = 0xffffffffu; in LPI2C_MasterSetBaudRate() local554 if (bestError == 0U) in LPI2C_MasterSetBaudRate()572 if (absError < bestError) in LPI2C_MasterSetBaudRate()576 bestError = absError; in LPI2C_MasterSetBaudRate()
593 uint32_t bestError = UINT32_MAX; in I2C_MasterSetBaudRate() local603 if (absError < bestError) in I2C_MasterSetBaudRate()606 bestError = absError; in I2C_MasterSetBaudRate()
527 uint32_t bestError = 0xffffffffu; in LPI2C_MasterSetBaudRate() local562 if (absError < bestError) in LPI2C_MasterSetBaudRate()567 bestError = absError; in LPI2C_MasterSetBaudRate()