Home
last modified time | relevance | path

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

/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/
H A Dble_common.h90 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/
H A Dstm32_wpan_common.h121 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/utilities/
H A Dutilities_common.h108 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro