|
RKH
|
Macros for tracing the timer execution. More...
Macros | |
| #define | RKH_TR_TMR_INIT(timer_, signal_) |
| Initializes the previously allocated timer structure RKH_TMR_T. More... | |
| #define | RKH_TR_TMR_START(timer_, actObj_, nTicks_, period_) |
| Start a timer. More... | |
| #define | RKH_TR_TMR_STOP(timer_, nTicks_, period_) |
| Stops a running timer. More... | |
| #define | RKH_TR_TMR_TOUT(timer_, signal_, actObj_) |
| Timer expired. More... | |
| #define | RKH_TR_TMR_REM(timer_) |
| Removes timer from the active timer list. More... | |
Macros for tracing the timer execution.
| #define RKH_TR_TMR_INIT | ( | timer_, | |
| signal_ | |||
| ) |
Initializes the previously allocated timer structure RKH_TMR_T.
| [in] | timer_ | Timer |
| [in] | signal_ | Event to enqueued |
Definition at line 978 of file rkhtrc_record.h.
| #define RKH_TR_TMR_START | ( | timer_, | |
| actObj_, | |||
| nTicks_, | |||
| period_ | |||
| ) |
Start a timer.
| [in] | timer_ | Timer |
| [in] | actObj_ | Active object target |
| [in] | nTicks_ | Load in ticks |
| [in] | period_ | Period in ticks |
Definition at line 997 of file rkhtrc_record.h.
| #define RKH_TR_TMR_STOP | ( | timer_, | |
| nTicks_, | |||
| period_ | |||
| ) |
Stops a running timer.
| [in] | timer_ | Timer |
| [in] | nTicks_ | Load in ticks |
| [in] | period_ | Period in ticks |
Definition at line 1017 of file rkhtrc_record.h.
| #define RKH_TR_TMR_TOUT | ( | timer_, | |
| signal_, | |||
| actObj_ | |||
| ) |
Timer expired.
| [in] | timer_ | Timer |
| [in] | signal_ | Event to enqueued |
| [in] | actObj_ | Active object target |
Definition at line 1036 of file rkhtrc_record.h.
| #define RKH_TR_TMR_REM | ( | timer_ | ) |
Removes timer from the active timer list.
| [in] | timer_ | Timer |
Definition at line 1055 of file rkhtrc_record.h.