Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/dsp/
Dprint_format.h45 #define __PRIq_arg_shift(q, shift) ___PRIq_arg_shift(q, ((shift) + (8 * (4 - (int)sizeof(q))))) macro
46 #define __PRIq_arg_get(q, shift, h, l) FIELD_GET(GENMASK64(h, l), __PRIq_arg_shift(q, shift))