Searched refs:initcount (Results 1 – 1 of 1) sorted by relevance
414 cy_rslt_t cy_rtos_init_semaphore(cy_semaphore_t *semaphore, uint32_t maxcount, uint32_t initcount) in cy_rtos_init_semaphore() argument423 status_internal = k_sem_init(semaphore, initcount, maxcount); in cy_rtos_init_semaphore()