Home
last modified time | relevance | path

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

/Zephyr-latest/modules/hal_infineon/abstraction-rtos/source/COMPONENT_ZEPHYR/
Dcyabs_rtos_zephyr.c411 cy_rslt_t cy_rtos_init_semaphore(cy_semaphore_t *semaphore, uint32_t maxcount, uint32_t initcount) in cy_rtos_init_semaphore() argument
420 status_internal = k_sem_init(semaphore, initcount, maxcount); in cy_rtos_init_semaphore()