Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 19 of 19) sorted by relevance

/tests/drivers/can/timing/src/
A Dmain.c26 uint16_t sp; member
123 static void assert_sp_within_margin(struct can_timing *timing, uint16_t sp, uint16_t sp_margin) in assert_sp_within_margin() argument
128 zassert_within(sp, sp_calc, sp_margin, in assert_sp_within_margin()
130 sp, sp_calc, sp_margin); in assert_sp_within_margin()
153 test->bitrate, test->sp / 10, test->sp % 10); in test_timing_values()
159 sp_err = can_calc_timing_data(dev, &timing, test->bitrate, test->sp); in test_timing_values()
166 sp_err = can_calc_timing(dev, &timing, test->bitrate, test->sp); in test_timing_values()
183 assert_sp_within_margin(&timing, test->sp, CONFIG_CAN_SAMPLE_POINT_MARGIN); in test_timing_values()
/tests/subsys/fs/common/
A Dtest_fs_util.h90 const struct testfs_path *sp) in testfs_path_copy() argument
92 size_t len = sp->eos - sp->path; in testfs_path_copy()
94 memcpy(dp->path, sp->path, len + 1); in testfs_path_copy()
A Dtest_fs_util.c25 char *sp = strrchr(pp->path, '/'); in path_vextend() local
27 if (sp == pp->path) { in path_vextend()
28 eos = sp + 1; in path_vextend()
30 eos = sp; in path_vextend()
/tests/drivers/build_all/comparator/nrf_comp/
A Ddiff.overlay11 sp-mode = "HIGH";
A Dse.overlay11 sp-mode = "HIGH";
A Dse_aref.overlay12 sp-mode = "HIGH";
/tests/drivers/comparator/gpio_loopback/snippets/nrf_comp/boards/
A Dnrf5340dk_nrf5340_cpuapp.overlay11 sp-mode = "HIGH";
A Dnrf54h20dk_nrf54h20_cpuapp.overlay11 sp-mode = "HIGH";
A Dnrf54l15dk_nrf54l15_cpuapp.overlay11 sp-mode = "HIGH";
A Dnrf54lm20dk_nrf54lm20a_cpuapp.overlay11 sp-mode = "HIGH";
A Dbl54l15_dvk_nrf54l15_cpuapp.overlay12 sp-mode = "HIGH";
A Dbl54l15u_dvk_nrf54l15_cpuapp.overlay12 sp-mode = "HIGH";
/tests/arch/common/stack_unwind/
A Dtestcase.yaml31 - "E: 0: sp: \\w+ ra: \\w+"
32 - "E: 1: sp: \\w+ ra: \\w+"
/tests/boards/nrf/comp/boards/
A Dnrf54h20dk_nrf54h20_cpuapp.overlay31 sp-mode = "HIGH";
A Dnrf54l15dk_nrf54l15_cpuapp.overlay35 sp-mode = "NORMAL";
A Dbl54l15_dvk_nrf54l15_cpuapp.overlay36 sp-mode = "NORMAL";
A Dbl54l15u_dvk_nrf54l15_cpuapp.overlay36 sp-mode = "NORMAL";
A Dnrf54lm20dk_nrf54lm20a_cpuapp.overlay28 sp-mode = "NORMAL";
/tests/unit/cbprintf/
A Dmain.c318 const char *sp; in prf_check() local
321 sp = str; in prf_check()
324 return prf_failed(&ctx, sp, "pfx mismatch %d\n", rc); in prf_check()
327 sp = str; in prf_check()
330 return prf_failed(&ctx, sp, "str mismatch %d\n", rc); in prf_check()
333 sp = str; in prf_check()
336 return prf_failed(&ctx, sp, "sfx mismatch, %d\n", rc); in prf_check()

Completed in 648 milliseconds