Home
last modified time | relevance | path

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

/FileX-v6.2.1/common/src/
Dfx_file_write_notify_set.c77 file_ptr -> fx_file_write_notify = file_write_notify; in _fx_file_write_notify_set()
Dfx_file_open.c123 file_ptr -> fx_file_write_notify = FX_NULL; in _fx_file_open()
Dfx_file_write.c1423 if (file_ptr -> fx_file_write_notify) in _fx_file_write()
1425 file_ptr -> fx_file_write_notify(file_ptr); in _fx_file_write()
/FileX-v6.2.1/common/inc/
Dfx_api.h1161 VOID (*fx_file_write_notify)(struct FX_FILE_STRUCT *); member