Searched refs:rxDataMatchOnly (Results 1 – 4 of 4) sorted by relevance
189 … bool rxDataMatchOnly; /*!< When set to true, received data is ignored until a successful match. */ member
489 …CFGR0 = (base->MCFGR0 & ~LPI2C_MCFGR0_RDMO_MASK) | LPI2C_MCFGR0_RDMO(matchConfig->rxDataMatchOnly); in LPI2C_MasterConfigureDataMatch()
177 … bool rxDataMatchOnly; /*!< When set to true, received data is ignored until a successful match. */ member
509 …se->MCFGR0 = (base->MCFGR0 & ~LPI2C_MCFGR0_RDMO_MASK) | LPI2C_MCFGR0_RDMO(config->rxDataMatchOnly); in LPI2C_MasterConfigureDataMatch()