Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/os/common/src/
Dos_spinLock.c41 static void OSi_AllocateCardBus(void);
720 return OS_LockByWord(lockID, (OSLockWord *)HW_CARD_LOCK_BUF, OSi_AllocateCardBus); in OS_LockCard()
759 return OS_TryLockByWord(lockID, (OSLockWord *)HW_CARD_LOCK_BUF, OSi_AllocateCardBus); in OS_TryLockCard()
763 static void OSi_AllocateCardBus(void) in OSi_AllocateCardBus() function