Home
last modified time | relevance | path

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

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/i3c/
Dfsl_i3c.c767 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() local
1053 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()
Dfsl_i3c.h275 uint32_t i2cBaud; /*!< Desired I2C baud rate in Hertz. */ member
/hal_nxp-3.7.0/mcux/mcux-sdk/components/i2c/
Dfsl_adapter_i3c.c148 i3cConfig.baudRate_Hz.i2cBaud = halI2cConfig->baudRate_Bps; in HAL_I2cMasterInit()
/hal_nxp-3.7.0/mcux/mcux-sdk/components/i3c_bus/
Dfsl_component_i3c_adapter.c206 masterConfig.baudRate_Hz.i2cBaud = bus->i2cBaudRate; in I3C_MasterAdapterInit()