Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb/hci/
Dble_bufsize.h38 (DIVC(max_att, BLE_DEFAULT_ATT_MTU - 5) * 2)
59 (DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 1)
62 ((DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 2U) * (n_link) + 1)
158 (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
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/
Dble_bufsize.h37 (DIVC(max_att, BLE_DEFAULT_ATT_MTU - 5) * 2)
58 (DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 1)
61 ((DIVC((mtu) + 4U, BLE_MEM_BLOCK_SIZE) + 2U) * (n_link) + 1)
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/
Dstm32_wpan_common.h105 #undef DIVC
106 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/
Dutilities_common.h107 #undef DIVC
108 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/
Dapp_common.h91 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
Dapp_conf.h432 #define CFG_AMM_POOL_SIZE ( DIVC(CFG_MM_POOL_SIZE, sizeof (uint32_t…
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/
Dapp_common.h89 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro