Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/logging/log_stress/src/
Dmain.c22 #define CNT_BITS 28 macro
36 uint32_t ctx_id = arg0 >> CNT_BITS; in handle_msg()
37 uint32_t id = arg0 & BIT_MASK(CNT_BITS); in handle_msg()
117 uint32_t i = cnt | (prio << CNT_BITS); in context_handler()
179 uint32_t data = (i << CNT_BITS) | ztress_exec_count(i); in test_stress()