Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.c588 bool wasEnabled = (0U != ((base->MCR & LPI2C_MCR_MEN_MASK) >> LPI2C_MCR_MEN_SHIFT)); in LPI2C_MasterConfigureDataMatch() local
596 if (wasEnabled) in LPI2C_MasterConfigureDataMatch()
618 bool wasEnabled; in LPI2C_MasterSetBaudRate() local
636 wasEnabled = (0U != ((base->MCR & LPI2C_MCR_MEN_MASK) >> LPI2C_MCR_MEN_SHIFT)); in LPI2C_MasterSetBaudRate()
734 if (wasEnabled) in LPI2C_MasterSetBaudRate()