Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/lib/stm32wb/hci/
Dble_bufsize.h38 (DIVC(max_att, BLE_DEFAULT_ATT_MTU - 5) * 2)
53 (DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 1U)
56 ((DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 2U) * (n_link) + 1)
151 (2512 + ((892 + (DIVC(data_len, 207) * 244)) * (set_nbr)))
Dutilities_common.h106 #undef DIVC
107 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
Dstm32_wpan_common.h119 #undef DIVC
120 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
Dapp_common.h88 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro