Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.c342 uint32_t src_shift; in PINT_PatternMatchConfig() local
351 src_shift = PININT_BITSLICE_SRC_START + ((uint32_t)bslice * 3UL); in PINT_PatternMatchConfig()
355 …base->PMSRC = (base->PMSRC & ~(tmp_src_shift << src_shift)) | ((uint32_t)(cfg->bs_src) << src_shif… in PINT_PatternMatchConfig()
408 uint32_t src_shift; in PINT_PatternMatchGetConfig() local
416 src_shift = PININT_BITSLICE_SRC_START + ((uint32_t)bslice * 3UL); in PINT_PatternMatchGetConfig()
419 …c = (pint_pmatch_input_src_t)(uint32_t)((base->PMSRC & (tmp_src_shift << src_shift)) >> src_shift); in PINT_PatternMatchGetConfig()