Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.c303 uint32_t cfg_shift; in PINT_PatternMatchConfig() local
311 cfg_shift = PININT_BITSLICE_CFG_START + ((uint32_t)bslice * 3UL); in PINT_PatternMatchConfig()
318 pmcfg = (pmcfg & ~(tmp_cfg_shift << cfg_shift)) | ((uint32_t)(cfg->bs_cfg) << cfg_shift); in PINT_PatternMatchConfig()
368 uint32_t cfg_shift; in PINT_PatternMatchGetConfig() local
375 cfg_shift = PININT_BITSLICE_CFG_START + ((uint32_t)bslice * 3UL); in PINT_PatternMatchGetConfig()
378 … = (pint_pmatch_bslice_cfg_t)(uint32_t)((base->PMCFG & (tmp_cfg_shift << cfg_shift)) >> cfg_shift); in PINT_PatternMatchGetConfig()