Home
last modified time | relevance | path

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

/btstack/src/mesh/
H A Dmesh_node.c280 return 33 - btstack_clz(value - 1); in mesh_heartbeat_count_log()
287 return 33 - btstack_clz(value - 1); in mesh_heartbeat_period_log()
/btstack/src/
H A Dbtstack_util.h445 uint8_t btstack_clz(uint32_t value);
H A Dbtstack_util.c480 uint8_t btstack_clz(uint32_t value) { in btstack_clz() function