Home
last modified time | relevance | path

Searched refs:_tx_trace_buffer_full_notify (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_trace_buffer_full_notify.c69 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer)) in _tx_trace_buffer_full_notify() function
/ThreadX-v6.4.1/common_smp/src/
Dtx_trace_buffer_full_notify.c76 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer)) in _tx_trace_buffer_full_notify() function
/ThreadX-v6.4.1/common/src/
Dtx_trace_buffer_full_notify.c76 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer)) in _tx_trace_buffer_full_notify() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1312 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1440 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1557 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1878 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1226 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1349 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1460 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1884 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h3031 return_value = (ALIGN_TYPE) _tx_trace_buffer_full_notify( in _txm_module_manager_tx_trace_buffer_full_notify_dispatch()