Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.c345 uint32_t tmp_src_shift = PININT_BITSLICE_SRC_MASK; in PINT_PatternMatchConfig() local
355 …base->PMSRC = (base->PMSRC & ~(tmp_src_shift << src_shift)) | ((uint32_t)(cfg->bs_src) << src_shif… in PINT_PatternMatchConfig()
410 uint32_t tmp_src_shift = PININT_BITSLICE_SRC_MASK; in PINT_PatternMatchGetConfig() local
419 …cfg->bs_src = (pint_pmatch_input_src_t)(uint32_t)((base->PMSRC & (tmp_src_shift << src_shift)) >> … in PINT_PatternMatchGetConfig()