Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_ffs.h30 static ALWAYS_INLINE unsigned int find_msb_set(uint32_t op) in find_msb_set()
51 static ALWAYS_INLINE unsigned int find_lsb_set(uint32_t op) in find_lsb_set()
Dmesh_compiler.h40 #ifndef ALWAYS_INLINE
41 #define ALWAYS_INLINE inline __attribute__((always_inline)) macro