Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_trace_buffer_full_notify.c70 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer)) in _tx_trace_buffer_full_notify() function
/ThreadX-v6.3.0/common_smp/src/
Dtx_trace_buffer_full_notify.c77 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer)) in _tx_trace_buffer_full_notify() function
/ThreadX-v6.3.0/common/src/
Dtx_trace_buffer_full_notify.c77 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer)) in _tx_trace_buffer_full_notify() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1307 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1435 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1552 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1873 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1221 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1344 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1455 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1879 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h3032 return_value = (ALIGN_TYPE) _tx_trace_buffer_full_notify( in _txm_module_manager_tx_trace_buffer_full_notify_dispatch()