Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c446 … (void)PF1550_ModifyReg(handle, PF1550_SW_INT_MASK2, (uint8_t)((source & 0xFF0000U) >> 16U), 0x0U); in PF1550_EnableInterrupts()
491 … (void)PF1550_ModifyReg(handle, PF1550_SW_INT_MASK2, 0x0U, (uint8_t)((source & 0xFF0000U) >> 16U)); in PF1550_DisableInterrupts()
Dfsl_pf1550.h39 #define PF1550_SW_INT_MASK2 0x0FU macro