Searched refs:i2cBaud (Results 1 – 4 of 4) sorted by relevance
767 config->baudRate_Hz.i2cBaud = 400000U; in I3C_GetDefaultConfig()912 masterConfig->baudRate_Hz.i2cBaud = 400000U; in I3C_MasterGetDefaultConfig()1047 uint32_t ppBaud, odBaud, i2cBaud; in I3C_MasterSetBaudRate() local1053 uint32_t i2cBaud_HZ = baudRate_Hz->i2cBaud; in I3C_MasterSetBaudRate()1114 i2cBaud = errRate0 < errRate1 ? (divEven - 1UL) * 2UL : (divOdd - 1UL) * 2UL + 1UL; in I3C_MasterSetBaudRate()1119 i2cBaud = freq / divEven < i2cBaud_HZ ? (divEven - 1UL) * 2UL : divEven * 2UL; in I3C_MasterSetBaudRate()1124 … I3C_MCONFIG_PPBAUD(ppBaud) | I3C_MCONFIG_ODBAUD(odBaud) | I3C_MCONFIG_I2CBAUD(i2cBaud); in I3C_MasterSetBaudRate()1576 baudRate_Hz.i2cBaud = 1; in I3C_MasterProcessDAASpecifiedBaudrate()
275 uint32_t i2cBaud; /*!< Desired I2C baud rate in Hertz. */ member
148 i3cConfig.baudRate_Hz.i2cBaud = halI2cConfig->baudRate_Bps; in HAL_I2cMasterInit()
206 masterConfig.baudRate_Hz.i2cBaud = bus->i2cBaudRate; in I3C_MasterAdapterInit()