Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/pint/
Dfsl_pint.c79 … pmcfg = pmcfg | ((uint32_t)kPINT_PatternMatchNever << (PININT_BITSLICE_CFG_START + (i * 3U))); in PINT_Init()
311 cfg_shift = PININT_BITSLICE_CFG_START + ((uint32_t)bslice * 3UL); in PINT_PatternMatchConfig()
375 cfg_shift = PININT_BITSLICE_CFG_START + ((uint32_t)bslice * 3UL); in PINT_PatternMatchGetConfig()
Dfsl_pint.h44 #define PININT_BITSLICE_CFG_START 8U macro