Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 7 of 7) sorted by relevance

/SCP-firmware-master/module/pcid/src/
A Dmod_pcid.c19 const struct mod_pcid_registers *expected) in mod_pcid_check_registers() argument
22 fwk_assert(expected != NULL); in mod_pcid_check_registers()
24 return !memcmp(registers, expected, sizeof(*registers)); in mod_pcid_check_registers()
/SCP-firmware-master/framework/test/
A Dtest_fwk_math.c75 unsigned int expected = (sizeof(num) * CHAR_BIT) - 1; in test_fwk_math_log2_ui() local
77 assert(fwk_math_log2(num) == expected); in test_fwk_math_log2_ui()
83 unsigned long expected = (sizeof(num) * CHAR_BIT) - 1; in test_fwk_math_log2_ul() local
85 assert(fwk_math_log2(num) == expected); in test_fwk_math_log2_ul()
91 unsigned long long expected = (sizeof(num) * CHAR_BIT) - 1; in test_fwk_math_log2_ull() local
93 assert(fwk_math_log2(num) == expected); in test_fwk_math_log2_ull()
/SCP-firmware-master/module/pcid/include/
A Dmod_pcid.h61 const struct mod_pcid_registers *expected);
/SCP-firmware-master/module/mhu3/doc/
A Dmhu3.md27 channels is expected to remain < 32.
/SCP-firmware-master/doc/
A Dcmsis.md20 and basic interrupts. The definitions used in this example are expected by
A Dframework.md569 that simply return an error code. It is expected that platform-specific code (a
584 It is expected that the firmware-specific module configuration code for the
599 at any time. It is expected that the driver module performs initialization using
/SCP-firmware-master/module/scmi_perf/doc/
A Dperf_plugins_handler.md201 Each plugin is expected to implement the update() function as specified in the

Completed in 12 milliseconds