Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sema4/
Dfsl_sema4.c134 status_t SEMA4_TryLock(SEMA4_Type *base, uint8_t gateNum, uint8_t procNum) in SEMA4_TryLock() function
171 while (kStatus_Success != SEMA4_TryLock(base, gateNum, procNum)) in SEMA4_Lock()
Dfsl_sema4.h93 status_t SEMA4_TryLock(SEMA4_Type *base, uint8_t gateNum, uint8_t procNum);
/hal_nxp-3.5.0/imx/drivers/
Dsema4.h106 sema4_status_t SEMA4_TryLock(SEMA4_Type *base, uint32_t gateIndex);
Dsema4.c44 sema4_status_t SEMA4_TryLock(SEMA4_Type *base, uint32_t gateIndex) in SEMA4_TryLock() function