Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.h188 lpi2c_data_match_config_mode_t matchMode; /*!< Data match configuration setting. */ member
Dfsl_lpi2c.c488 …>MCFGR1 = (base->MCFGR1 & ~LPI2C_MCFGR1_MATCFG_MASK) | LPI2C_MCFGR1_MATCFG(matchConfig->matchMode); in LPI2C_MasterConfigureDataMatch()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.h176 lpi2c_data_match_config_mode_t matchMode; /*!< Data match configuration setting. */ member
Dfsl_lpi2c.c508 …base->MCFGR1 = (base->MCFGR1 & ~LPI2C_MCFGR1_MATCFG_MASK) | LPI2C_MCFGR1_MATCFG(config->matchMode); in LPI2C_MasterConfigureDataMatch()