Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Dblob.h39 #define _BLOB_LOG_2_CEIL(l, x) ((x) <= (1U << l)) ? l : macro
42 #define BLOB_BLOCK_SIZE_LOG_CEIL(x) (LISTIFY(20, _BLOB_LOG_2_CEIL, (), x) 20)