Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dutil.h463 static ALWAYS_INLINE bool is_null_no_warn(void *p) in is_null_no_warn() function
Dcbprintf_internal.h799 size_t _pmax = !is_null_no_warn(buf) ? _inlen : INT32_MAX; \
/Zephyr-latest/include/zephyr/drivers/
Dcan.h728 if (!is_null_no_warn(init_fn)) { \
Di2c.h628 if (!is_null_no_warn(init_fn)) { \