Home
last modified time | relevance | path

Searched refs:LPI2C_MasterSetBaudRate (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h791 void LPI2C_MasterSetBaudRate(LPI2C_Type *base, uint32_t sourceClock_Hz, uint32_t baudRate_Hz);
Dfsl_lpi2c.c546 LPI2C_MasterSetBaudRate(base, sourceClock_Hz, masterConfig->baudRate_Hz); in LPI2C_MasterInit()
636 void LPI2C_MasterSetBaudRate(LPI2C_Type *base, uint32_t sourceClock_Hz, uint32_t baudRate_Hz) in LPI2C_MasterSetBaudRate() function
/hal_nxp-3.7.0/mcux/mcux-sdk/drivers/lpflexcomm/lpi2c/
Dfsl_lpi2c.h757 void LPI2C_MasterSetBaudRate(LPI2C_Type *base, uint32_t sourceClock_Hz, uint32_t baudRate_Hz);
Dfsl_lpi2c.c448 LPI2C_MasterSetBaudRate(base, sourceClock_Hz, masterConfig->baudRate_Hz); in LPI2C_MasterInit()
547 void LPI2C_MasterSetBaudRate(LPI2C_Type *base, uint32_t sourceClock_Hz, uint32_t baudRate_Hz) in LPI2C_MasterSetBaudRate() function
/hal_nxp-3.7.0/mcux/mcux-sdk/cmsis_drivers/lpi2c/
Dfsl_lpi2c_cmsis.c317LPI2C_MasterSetBaudRate(lpi2c->resource->base, lpi2c->resource->GetFreq(), baudRate_Bps); in LPI2C_Master_EdmaControl()
757LPI2C_MasterSetBaudRate(lpi2c->resource->base, lpi2c->resource->GetFreq(), baudRate_Bps); in LPI2C_InterruptControl()