Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpi2c.h170 lpi2c_data_match_config_mode_t matchMode; /*!< Data match configuration setting. */ member
Dfsl_lpi2c.c431 …base->MCFGR1 = (base->MCFGR1 & ~LPI2C_MCFGR1_MATCFG_MASK) | LPI2C_MCFGR1_MATCFG(config->matchMode); in LPI2C_MasterConfigureDataMatch()