Searched refs:info_field_2 (Results 1 – 7 of 7) sorted by relevance
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_trace_user_event_insert.c | 74 UINT _tx_trace_user_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULONG inf… in _tx_trace_user_event_insert() argument 99 …TX_TRACE_IN_LINE_INSERT(event_id, TX_ULONG_TO_POINTER_CONVERT(info_field_1), info_field_2, info_fi… in _tx_trace_user_event_insert() 101 …TX_TRACE_IN_LINE_INSERT(event_id, info_field_1, info_field_2, info_field_3, info_field_4, TX_TRACE… in _tx_trace_user_event_insert() 132 else if (info_field_2 != ((ULONG) 0)) in _tx_trace_user_event_insert()
|
D | tx_misra.c | 314 VOID _tx_misra_trace_event_insert(ULONG event_id, VOID *info_field_1, ULONG info_field_2, ULONG in… in _tx_misra_trace_event_insert() argument 351 trace_event_ptr -> tx_trace_buffer_entry_info_2 = (ULONG) (info_field_2); in _tx_misra_trace_event_insert() 356 trace_event_ptr -> tx_trace_buffer_entry_information_field_2 = (ULONG) (info_field_2); in _tx_misra_trace_event_insert()
|
/ThreadX-v6.4.1/common/src/ |
D | tx_trace_user_event_insert.c | 74 UINT _tx_trace_user_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULONG inf… in _tx_trace_user_event_insert() argument 99 …TX_TRACE_IN_LINE_INSERT(event_id, TX_ULONG_TO_POINTER_CONVERT(info_field_1), info_field_2, info_fi… in _tx_trace_user_event_insert() 101 …TX_TRACE_IN_LINE_INSERT(event_id, info_field_1, info_field_2, info_field_3, info_field_4, TX_TRACE… in _tx_trace_user_event_insert() 132 else if (info_field_2 != ((ULONG) 0)) in _tx_trace_user_event_insert()
|
D | tx_misra.c | 316 VOID _tx_misra_trace_event_insert(ULONG event_id, VOID *info_field_1, ULONG info_field_2, ULONG in… in _tx_misra_trace_event_insert() argument 353 trace_event_ptr -> tx_trace_buffer_entry_info_2 = (ULONG) (info_field_2); in _tx_misra_trace_event_insert() 358 trace_event_ptr -> tx_trace_buffer_entry_information_field_2 = (ULONG) (info_field_2); in _tx_misra_trace_event_insert()
|
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_trace_user_event_insert.c | 69 UINT _tx_trace_user_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULONG info… in _tx_trace_user_event_insert() argument 75 extra_parameters[0] = (ALIGN_TYPE) info_field_2; in _tx_trace_user_event_insert()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1879 UINT _tx_trace_user_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULO… 1943 …tx_misra_trace_event_insert(ULONG event_id, VOID *info_field_1, ULONG info_field_2, ULONG info_fie…
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1885 UINT _tx_trace_user_event_insert(ULONG event_id, ULONG info_field_1, ULONG info_field_2, ULO… 1950 …tx_misra_trace_event_insert(ULONG event_id, VOID *info_field_1, ULONG info_field_2, ULONG info_fie…
|