Home
last modified time | relevance | path

Searched defs:procNum (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/sema4/
Dfsl_sema4.h183 static inline void SEMA4_EnableGateNotifyInterrupt(SEMA4_Type *base, uint8_t procNum, uint32_t mask) in SEMA4_EnableGateNotifyInterrupt()
200 static inline void SEMA4_DisableGateNotifyInterrupt(SEMA4_Type *base, uint8_t procNum, uint32_t mas… in SEMA4_DisableGateNotifyInterrupt()
219 static inline uint32_t SEMA4_GetGateNotifyStatus(SEMA4_Type *base, uint8_t procNum) in SEMA4_GetGateNotifyStatus()
Dfsl_sema4.c134 status_t SEMA4_TryLock(SEMA4_Type *base, uint8_t gateNum, uint8_t procNum) in SEMA4_TryLock()
169 void SEMA4_Lock(SEMA4_Type *base, uint8_t gateNum, uint8_t procNum) in SEMA4_Lock()
/hal_nxp-latest/mcux/mcux-sdk/drivers/sema42/
Dfsl_sema42.c137 status_t SEMA42_TryLock(SEMA42_Type *base, uint8_t gateNum, uint8_t procNum) in SEMA42_TryLock()
172 void SEMA42_Lock(SEMA42_Type *base, uint8_t gateNum, uint8_t procNum) in SEMA42_Lock()