Home
last modified time | relevance | path

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

/hal_nxp-2.7.6/mcux/drivers/imx/
Dfsl_lpi2c.h189 … bool rxDataMatchOnly; /*!< When set to true, received data is ignored until a successful match. */ member
Dfsl_lpi2c.c489 …CFGR0 = (base->MCFGR0 & ~LPI2C_MCFGR0_RDMO_MASK) | LPI2C_MCFGR0_RDMO(matchConfig->rxDataMatchOnly); in LPI2C_MasterConfigureDataMatch()
/hal_nxp-2.7.6/mcux/drivers/kinetis/
Dfsl_lpi2c.h177 … bool rxDataMatchOnly; /*!< When set to true, received data is ignored until a successful match. */ member
Dfsl_lpi2c.c509 …se->MCFGR0 = (base->MCFGR0 & ~LPI2C_MCFGR0_RDMO_MASK) | LPI2C_MCFGR0_RDMO(config->rxDataMatchOnly); in LPI2C_MasterConfigureDataMatch()