Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/gint/
Dfsl_gint.c127 uint32_t combValue; in GINT_GetCtrl() local
132 combValue = (base->CTRL & GINT_CTRL_COMB_MASK) >> GINT_CTRL_COMB_SHIFT; in GINT_GetCtrl()
133 *comb = (gint_comb_t)combValue; in GINT_GetCtrl()