![]() |
Dataflow Runtime API
3.1.1.0
|
Macros | |
| #define | TX_TIMER_ID ((ULONG) 0x4154494D) |
| ThreadX Component More... | |
| #define | TX_TIMER_ENTRIES ((ULONG) 32) |
| #define | TIMER_DECLARE extern |
| #define | TX_TIMER_DELETE_PORT_COMPLETION(t) |
Functions | |
| VOID | _tx_timer_expiration_process (VOID) |
| VOID | _tx_timer_initialize (VOID) |
| VOID | _tx_timer_system_activate (TX_TIMER_INTERNAL *timer_ptr) |
| VOID | _tx_timer_system_deactivate (TX_TIMER_INTERNAL *timer_ptr) |
| VOID | _tx_timer_thread_entry (ULONG timer_thread_input) |
| #define TIMER_DECLARE extern |
| #define TX_TIMER_DELETE_PORT_COMPLETION | ( | t | ) |
| #define TX_TIMER_ENTRIES ((ULONG) 32) |
| #define TX_TIMER_ID ((ULONG) 0x4154494D) |
ThreadX Component
Timer
| VOID _tx_timer_system_activate | ( | TX_TIMER_INTERNAL * | timer_ptr | ) |
| VOID _tx_timer_system_deactivate | ( | TX_TIMER_INTERNAL * | timer_ptr | ) |
| TIMER_DECLARE ULONG _tx_timer_created_count |
| TIMER_DECLARE TX_TIMER* _tx_timer_created_ptr |
| TIMER_DECLARE TX_TIMER_INTERNAL** _tx_timer_current_ptr |
| TIMER_DECLARE UINT _tx_timer_expired |
| TIMER_DECLARE UINT _tx_timer_expired_time_slice |
| TIMER_DECLARE TX_TIMER_INTERNAL* _tx_timer_expired_timer_ptr |
| TIMER_DECLARE TX_TIMER_INTERNAL* _tx_timer_list[TX_TIMER_ENTRIES] |
| TIMER_DECLARE TX_TIMER_INTERNAL** _tx_timer_list_end |
| TIMER_DECLARE TX_TIMER_INTERNAL** _tx_timer_list_start |
| TIMER_DECLARE UINT _tx_timer_priority |
| TIMER_DECLARE ULONG _tx_timer_stack_size |
| TIMER_DECLARE VOID* _tx_timer_stack_start |
| TIMER_DECLARE volatile ULONG _tx_timer_system_clock |
| TIMER_DECLARE TX_THREAD _tx_timer_thread |
| TIMER_DECLARE ULONG _tx_timer_thread_stack_area[(((UINT) TX_TIMER_THREAD_STACK_SIZE)+((sizeof(ULONG)) -((UINT) 1)))/sizeof(ULONG)] |
| TIMER_DECLARE ULONG _tx_timer_time_slice |