Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/pf3000/
Dfsl_pf3000.h37 #define PF3000_SW_INT_MASK3 0x0FU macro
Dfsl_pf3000.c651 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK3, ((source & 0xFF0000U) >> 16U), 0x0U); in PF3000_EnableInterrupts()
665 PF3000_ModifyReg(handle, PF3000_SW_INT_MASK3, 0x0U, ((source & 0xFF0000U) >> 16U)); in PF3000_DisableInterrupts()