Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf1550/
Dfsl_pf1550.c444 … (void)PF1550_ModifyReg(handle, PF1550_SW_INT_MASK1, (uint8_t)((source & 0xFF00U) >> 8U), 0x0U); in PF1550_EnableInterrupts()
489 … (void)PF1550_ModifyReg(handle, PF1550_SW_INT_MASK1, 0x0U, (uint8_t)((source & 0xFF00U) >> 8U)); in PF1550_DisableInterrupts()
Dfsl_pf1550.h36 #define PF1550_SW_INT_MASK1 0x0CU macro