logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                    rte_timer(3)

Detailed Description

       A structure describing a timer in RTE.

       Definition at line 98 of file rte_timer.h.

Field Documentation

uint64_texpire
       Time when timer expire.

       Definition at line 100 of file rte_timer.h.

   volatileunionrte_timer_statusstatus
       Status of timer.

       Definition at line 102 of file rte_timer.h.

   uint64_tperiod
       Period of timer (0 if not periodic).

       Definition at line 103 of file rte_timer.h.

   rte_timer_cb_tf
       Callback function.

       Definition at line 104 of file rte_timer.h.

   void*arg
       Argument to callback function.

       Definition at line 105 of file rte_timer.h.

Name

       rte_timer

Synopsis

       #include <rte_timer.h>

   DataFields
       uint64_t expire
       volatile union rte_timer_statusstatus
       uint64_t periodrte_timer_cb_tf
       void * arg

See Also