Home
last modified time | relevance | path

Searched refs:_fx_system_date_get (Results 1 – 5 of 5) sorted by relevance

/FileX-v6.4.1/common/src/
Dfxe_system_date_get.c86 status = _fx_system_date_get(year, month, day); in _fxe_system_date_get()
Dfx_system_date_get.c76 UINT _fx_system_date_get(UINT *year, UINT *month, UINT *day) in _fx_system_date_get() function
/FileX-v6.4.1/common/inc/
Dfx_system.h63 UINT _fx_system_date_get(UINT *year, UINT *month, UINT *day);
Dfx_api.h1278 #define fx_system_date_get _fx_system_date_get
/FileX-v6.4.1/test/regression_test/
Dfilex_system_date_time_test.c248 status = _fx_system_date_get(FX_NULL, FX_NULL, FX_NULL); in ftest_0_entry()