Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/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.2.1/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.2.1/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.2.1/common_smp/inc/
Dtx_api.h1293 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1421 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1538 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1859 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1207 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1330 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1441 #define tx_trace_buffer_full_notify _tx_trace_buffer_full_notify
1865 UINT _tx_trace_buffer_full_notify(VOID (*full_buffer_callback)(VOID *buffer));
/ThreadX-v6.2.1/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()