Home
last modified time | relevance | path

Searched refs:rxDataMatchOnly (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/lpi2c/
Dfsl_lpi2c.h189 … bool rxDataMatchOnly; /*!< When set to true, received data is ignored until a successful match. */ member
Dfsl_lpi2c.c592 …CFGR0 = (base->MCFGR0 & ~LPI2C_MCFGR0_RDMO_MASK) | LPI2C_MCFGR0_RDMO(matchConfig->rxDataMatchOnly); in LPI2C_MasterConfigureDataMatch()