Searched refs:reload (Results 1 – 1 of 1) sorted by relevance
1161 BaseType_t reload = (type == CY_TIMER_TYPE_PERIODIC) ? pdTRUE : pdFALSE; in cy_rtos_timer_init() local1162 *timer = xTimerCreate("", 1, (UBaseType_t)reload, cb_arg, &timer_callback); in cy_rtos_timer_init()