Home
last modified time | relevance | path

Searched refs:LPI2C_MasterEnable (Results 1 – 2 of 2) sorted by relevance

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c403 LPI2C_MasterEnable(base, masterConfig->enableMaster); in LPI2C_MasterInit()
429 LPI2C_MasterEnable(base, false); in LPI2C_MasterConfigureDataMatch()
438 LPI2C_MasterEnable(base, true); in LPI2C_MasterConfigureDataMatch()
457 LPI2C_MasterEnable(base, false); in LPI2C_MasterSetBaudRate()
518 LPI2C_MasterEnable(base, true); in LPI2C_MasterSetBaudRate()
Dfsl_lpi2c.h492 static inline void LPI2C_MasterEnable(LPI2C_Type *base, bool enable) in LPI2C_MasterEnable() function