Home
last modified time | relevance | path

Searched refs:t (Results 1 – 17 of 17) sorted by relevance

/SCP-firmware-master/debugger/src/cli/
A Dcli_commands_core.c299 cli_timestamp_t t = { 0 }; in uptime_f() local
300 cli_platform_get_time(&t); in uptime_f()
304 t.days, in uptime_f()
305 t.hours, in uptime_f()
306 t.minutes, in uptime_f()
307 t.seconds, in uptime_f()
308 t.fraction); in uptime_f()
A Dcli_platform_time.c15 FWK_WEAK void cli_platform_get_time(cli_timestamp_t *t) in cli_platform_get_time() argument
A Dreadme.txt92 floating point values, and anything not fairly simple probably won't work so
/SCP-firmware-master/debugger/include/
A Dcli_platform.h51 void cli_platform_get_time(cli_timestamp_t *t);
/SCP-firmware-master/tools/
A Dcheck_style.py70 return any([fnmatch.fnmatch(filename, t) for t in FILE_TYPES])
A Dcppcheck_suppress_list.txt41 // Cppcheck doesn't like include directives that use macros
131 // Cppcheck doesn't retrieve the correct definition of CLUS_PPU_INT_STATUS
/SCP-firmware-master/
A DJenkinsfile32 * Apparently it doesn't like multi-stage builds, so until
34 * doesn't exhibit this bug, we just have to build the image
55 docker build -t scp-firmware:build-${currentBuild.number} \
131 * Unfortunately, we don't have
A DCMakeLists.txt131 # `CheckIPOSupported` doesn't play particularly nicely with toolchains that
464 # fixed output binary name so that different toolchains don't generate
/SCP-firmware-master/product/morello/module/dmc_bing/src/
A Dmorello_ddr_phy.c315 int t; in write_eye_detect_single_rank() local
554 for (t = num_good_eyes_in_slice - 1; t >= 0; t--) { in write_eye_detect_single_rank()
555 sorted_mids[t + 1] = sorted_mids[t]; in write_eye_detect_single_rank()
/SCP-firmware-master/product/n1sdp/module/n1sdp_ddr_phy/src/
A Dmod_n1sdp_ddr_phy.c387 int t; in write_eye_detect_single_rank() local
631 for (t = num_good_eyes_in_slice - 1; t >= 0; t--) { in write_eye_detect_single_rank()
632 sorted_mids[t+1] = sorted_mids[t]; in write_eye_detect_single_rank()
/SCP-firmware-master/module/scmi_sensor_req/doc/
A Dscmi_sensor_req.md16 requires to get a sensor value doesn't need to know if the sensor is local or
/SCP-firmware-master/doc/
A DCMakeLists.txt77 # `${VARIABLES}` but, because it doesn't run at generate time, cannot expand
A Dcmake_readme.md258 > this, which can take a while. Be patient - it won't happen again unless you
337 $ docker build -t scp-firmware --target=dev "./docker"
A DDoxyfile177 # less readable) file names. This can be useful is your file systems doesn't
747 # in a documented function, or documenting parameters that don't exist or using
1993 # so different doxyrules.make files included by the same Makefile don't
/SCP-firmware-master/module/debug/doc/
A Dmodule_dedug_architecture.md79 won't take any further action, but updating its internal state.
/SCP-firmware-master/module/
A DCMakeLists.txt148 # didn't, exit and let the user know.
/SCP-firmware-master/unit_test/
A Duser_guide.md258 same directory so that style checks don't evaluate the autogenerated

Completed in 16 milliseconds