Searched defs:tls_timer_cfg (Results 1 – 1 of 1) sorted by relevance
42 struct tls_timer_cfg { struct43 enum tls_timer_unit unit; /**< timer accuracy */44 u32 timeout; /**< timeout period */45 bool is_repeat; /**< cycle timer */46 tls_timer_irq_callback callback; /**< timeout callback function */47 void *arg; /**< parameter fot the timeout callback function */