Searched defs:n_link (Results 1 – 3 of 3) sorted by relevance
/hal_stm32-latest/lib/stm32wba/STM32_WPAN/ble/stack/include/ |
D | ble_bufsize.h | 52 #define BLE_MEM_BLOCK_X_PTX(n_link) 0 argument 54 #define BLE_MEM_BLOCK_X_PTX(n_link) (n_link) argument 60 #define BLE_MEM_BLOCK_X_RX(mtu, n_link) \ argument 63 #define BLE_MEM_BLOCK_X_MTU(mtu, n_link) \ argument 80 #define BLE_MBLOCKS_CALC(pw, mtu, n_link) \ argument 128 #define BLE_TOTAL_BUFFER_SIZE(n_link, mblocks_count) \ argument
|
/hal_stm32-latest/lib/stm32wb/hci/ |
D | ble_bufsize.h | 53 #define BLE_MEM_BLOCK_X_PTX(n_link) 0 argument 55 #define BLE_MEM_BLOCK_X_PTX(n_link) (n_link) argument 61 #define BLE_MEM_BLOCK_X_RX(mtu, n_link) \ argument 64 #define BLE_MEM_BLOCK_X_MTU(mtu, n_link) \ argument 81 #define BLE_MBLOCKS_CALC(pw, mtu, n_link) \ argument 140 #define BLE_TOTAL_BUFFER_SIZE(n_link, mblocks_count) \ argument
|
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/ |
D | ble_stack.h | 95 #define BLE_STACK_MEM_BLOCK_X_RX(mtu, n_link) ((DIV_CEIL((mtu) + 6U, BLE_STACK_MEM_BLOCK_SIZE) … argument 96 #define BLE_STACK_MEM_BLOCK_X_MTU(mtu, n_link) (BLE_STACK_MEM_BLOCK_X_TX(mtu) + BLE_STACK_MEM_BL… argument 110 #define BLE_STACK_MBLOCKS_CALC(mtu, n_link, n_eatt_ch) MAX(BLE_STACK_MEM_BLOCK_X_MTU(mtu, (n_link) … argument
|