Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/RT-Thread/
A D_os_semaphore.h48 OS_Status OS_SemaphoreDelete(OS_Semaphore_t *sem);
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/FreeRTOS/
A D_os_semaphore.h54 OS_Status OS_SemaphoreDelete(OS_Semaphore_t *sem);
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/RT-Thread/
A Dos_semaphore.c78 OS_Status OS_SemaphoreDelete(OS_Semaphore_t *sem) in OS_SemaphoreDelete() function
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/osal/os/FreeRTOS/
A Dos_semaphore.c89 OS_Status OS_SemaphoreDelete(OS_Semaphore_t *sem) in OS_SemaphoreDelete() function
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A D_sd_define.h133 #define SDC_SemDel(l) OS_SemaphoreDelete(l)
A Dtest.c234 OS_SemaphoreDelete(&sdmmc_test->card_present_sem); in mmc_test_exit()
A Dsdio.c2157 int ret = OS_SemaphoreDelete(&host->sdio_irq_signal); in mmc_deattach_sdio()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/osal/
A Dhal_os.h111 (OS_SemaphoreDelete(sem) == OS_OK ? HAL_OK : HAL_ERROR)
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/cmd/
A Dcmd_sd.c418 OS_SemaphoreDelete(&sem_wait); in cmd_sd_press_read_task()

Completed in 1030 milliseconds