Home
last modified time | relevance | path

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

/hal_infineon-latest/abstraction-rtos/source/COMPONENT_THREADX/
Dcyabs_rtos_threadx.c926 return convert_error(tx_timer_create(&(timer->tx_timer), TX_NULL, fun, arg, 1, 1, in cy_rtos_timer_init()
942 convert_error(tx_timer_change(&(timer->tx_timer), timer_ticks, in cy_rtos_timer_start()
948 return convert_error(tx_timer_activate(&(timer->tx_timer))); in cy_rtos_timer_start()
961 return convert_error(tx_timer_deactivate(&(timer->tx_timer))); in cy_rtos_timer_stop()
977 convert_error(tx_timer_info_get(&(timer->tx_timer), TX_NULL, &active, TX_NULL, TX_NULL, in cy_rtos_timer_is_running()
996 return convert_error(tx_timer_delete(&(timer->tx_timer))); in cy_rtos_timer_deinit()
/hal_infineon-latest/abstraction-rtos/include/COMPONENT_THREADX/
Dcyabs_rtos_impl.h95 TX_TIMER tx_timer; member