Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dblob.h53 #define _BLOB_LOG_2_CEIL(l, x) ((x) <= (1U << l)) ? l : macro
56 #define BLOB_BLOCK_SIZE_LOG_CEIL(x) (LISTIFY(20, _BLOB_LOG_2_CEIL, (), x) 20)