Home
last modified time | relevance | path

Searched defs:rpt (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/boards/nordic/coresight_stm/src/
Dmain.c16 #define TEST_LOG(rpt, item) \ argument
44 static uint32_t t_to_ns(uint32_t t, uint32_t rpt, uint32_t freq) in t_to_ns()
49 static void timing_report(uint32_t t, uint32_t rpt, const char *str) in timing_report()
60 uint32_t rpt = 10; in main() local
/Zephyr-latest/tests/subsys/ipc/pbuf/src/
Dmain.c214 int rpt = (sys_rand8_get() & 3) + 1; in stress_read() local
239 int rpt = (sys_rand8_get() & 1) + 1; in stress_write() local
/Zephyr-latest/tests/lib/spsc_pbuf/src/
Dmain.c427 int rpt = (sys_rand8_get() & 3) + 1; in stress_read() local
451 int rpt = (sys_rand8_get() & 1) + 1; in stress_write() local
493 int rpt = sys_rand8_get() % 0x3; in stress_claim_free() local
517 int rpt = rnd % 0x3; in stress_alloc_commit() local
/Zephyr-latest/tests/drivers/uart/uart_async_rx/src/
Dmain.c200 uint32_t rpt = MAX(1, r & 0x7); in consumer() local