Searched refs:DIVC (Results 1 – 10 of 10) sorted by relevance
/hal_stm32-latest/lib/stm32wb/hci/ |
D | ble_bufsize.h | 38 (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)))
|
D | utilities_common.h | 106 #undef DIVC 107 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
|
D | stm32_wpan_common.h | 119 #undef DIVC 120 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
|
D | app_common.h | 88 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
|
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/ |
D | ble_bufsize.h | 37 (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/ |
D | stm32_wpan_common.h | 105 #undef DIVC 106 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/System/Modules/ |
D | utilities_common.h | 107 #undef DIVC 108 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
|
/hal_stm32-latest/lib/stm32wba/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 91 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
|
D | app_conf.h | 432 #define CFG_AMM_POOL_SIZE ( DIVC(CFG_MM_POOL_SIZE, sizeof (uint32_t…
|
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/Core/Inc/ |
D | app_common.h | 89 #define DIVC( x, y ) (((x)+(y)-1)/(y)) macro
|