Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_FREERTOS/
Dcyabs_rtos_freertos.c1161 BaseType_t reload = (type == CY_TIMER_TYPE_PERIODIC) ? pdTRUE : pdFALSE; in cy_rtos_timer_init() local
1162 *timer = xTimerCreate("", 1, (UBaseType_t)reload, cb_arg, &timer_callback); in cy_rtos_timer_init()