Home
last modified time | relevance | path

Searched defs:BITN (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/
H A Dble_common.h96 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/
H A Dstm32_wpan_common.h130 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dutilities_common.h117 #define BITN( w, n ) (((w)[(n)/32] >> ((n)%32)) & 1) macro