Home
last modified time | relevance | path

Searched defs:X (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/doc/develop/flash_debug/
Dnordic_segger.rst128 .. _nordic_segger_msd:
/Zephyr-latest/subsys/net/lib/http/
Dhttp_parser.c62 # define LIKELY(X) __builtin_expect(!!(X), 1) argument
63 # define UNLIKELY(X) __builtin_expect(!!(X), 0) argument
65 # define LIKELY(X) (X) argument
66 # define UNLIKELY(X) (X) argument
/Zephyr-latest/include/zephyr/arch/arc/v2/
Daux_regs.h229 #define Z_ARC_V2_ECR_VECTOR(X) ((X & 0xff0000) >> 16) argument
230 #define Z_ARC_V2_ECR_CODE(X) ((X & 0xff00) >> 8) argument
231 #define Z_ARC_V2_ECR_PARAMETER(X) (X & 0xff) argument
/Zephyr-latest/include/zephyr/
Dsys_clock.h187 #define SYS_CLOCK_HW_CYCLES_TO_NS_AVG(X, NCYCLES) \ argument
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dpopper.min.js7 …bottom:h+v,left:d,x:d,y:h}}function u(e){var n=t(e);return{scrollLeft:n.pageXOffset,scrollTop:n.pa… function
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c280 #define X do.not.expand.this.argument in ZTEST() macro