Home
last modified time | relevance | path

Searched refs:_fxe_file_write_notify_set (Results 1 – 4 of 4) sorted by relevance

/FileX-v6.4.1/common/src/
Dfxe_file_write_notify_set.c76 UINT _fxe_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *file)) in _fxe_file_write_notify_set() function
/FileX-v6.4.1/common/inc/
Dfx_file.h115 UINT _fxe_file_write_notify_set(FX_FILE *file_ptr, VOID (*file_write_notify)(FX_FILE *));
Dfx_api.h1338 #define fx_file_write_notify_set _fxe_file_write_notify_set
/FileX-v6.4.1/test/regression_test/
Dfilextestcontrol.c2962 status = _fxe_file_write_notify_set(FX_NULL, FX_NULL); in tx_application_define()
2976 status = _fxe_file_write_notify_set(&file_instance, FX_NULL); in tx_application_define()
2993 status = _fxe_file_write_notify_set(&file_instance, FX_NULL); in tx_application_define()
3012 status = _fxe_file_write_notify_set(&file_instance, FX_NULL); in tx_application_define()