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