Searched refs:matchMode (Results 1 – 4 of 4) sorted by relevance
188 lpi2c_data_match_config_mode_t matchMode; /*!< Data match configuration setting. */ member
488 …>MCFGR1 = (base->MCFGR1 & ~LPI2C_MCFGR1_MATCFG_MASK) | LPI2C_MCFGR1_MATCFG(matchConfig->matchMode); in LPI2C_MasterConfigureDataMatch()
176 lpi2c_data_match_config_mode_t matchMode; /*!< Data match configuration setting. */ member
508 …base->MCFGR1 = (base->MCFGR1 & ~LPI2C_MCFGR1_MATCFG_MASK) | LPI2C_MCFGR1_MATCFG(config->matchMode); in LPI2C_MasterConfigureDataMatch()