Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.c428 bool wasEnabled = (base->MCR & LPI2C_MCR_MEN_MASK) >> LPI2C_MCR_MEN_SHIFT; in LPI2C_MasterConfigureDataMatch() local
436 if (wasEnabled) in LPI2C_MasterConfigureDataMatch()
453 bool wasEnabled; in LPI2C_MasterSetBaudRate() local
456 wasEnabled = (base->MCR & LPI2C_MCR_MEN_MASK) >> LPI2C_MCR_MEN_SHIFT; in LPI2C_MasterSetBaudRate()
516 if (wasEnabled) in LPI2C_MasterSetBaudRate()