Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.h190 uint32_t match0; /*!< Match value 0. */ member
Dfsl_lpi2c.c490 base->MDMR = LPI2C_MDMR_MATCH0(matchConfig->match0) | LPI2C_MDMR_MATCH1(matchConfig->match1); in LPI2C_MasterConfigureDataMatch()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.h178 uint32_t match0; /*!< Match value 0. */ member
Dfsl_lpi2c.c510 base->MDMR = LPI2C_MDMR_MATCH0(config->match0) | LPI2C_MDMR_MATCH1(config->match1); in LPI2C_MasterConfigureDataMatch()