Home
last modified time | relevance | path

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

/FileX-v6.4.1/common/src/
Dfxe_system_time_get.c86 status = _fx_system_time_get(hour, minute, second); in _fxe_system_time_get()
Dfx_system_time_get.c76 UINT _fx_system_time_get(UINT *hour, UINT *minute, UINT *second) in _fx_system_time_get() function
/FileX-v6.4.1/common/inc/
Dfx_system.h64 UINT _fx_system_time_get(UINT *hour, UINT *minute, UINT *second);
Dfx_api.h1280 #define fx_system_time_get _fx_system_time_get
/FileX-v6.4.1/test/regression_test/
Dfilex_system_date_time_test.c266 status = _fx_system_time_get(FX_NULL, FX_NULL, FX_NULL); in ftest_0_entry()