Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_stack.h37 #define DIV_CEIL(x, y) (((x) + (y) - 1U) / (y)) macro
94 #define BLE_STACK_MEM_BLOCK_X_TX(mtu) (DIV_CEIL((mtu) + 6U, BLE_STACK_MEM_BLOCK_SIZE) +…
95 #define BLE_STACK_MEM_BLOCK_X_RX(mtu, n_link) ((DIV_CEIL((mtu) + 6U, BLE_STACK_MEM_BLOCK_SIZE) …