Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wba.c53 #define DIVC(x, y) (((x)+(y)-1)/(y)) macro
69 static uint32_t __noinit buffer[DIVC(BLE_DYN_ALLOC_SIZE, 4)];
70 static uint32_t __noinit gatt_buffer[DIVC(BLE_GATT_BUF_SIZE, 4)];
Dipm_stm32wb.c31 DIVC((sizeof(TL_PacketHeader_t) + TL_BLE_EVENT_FRAME_SIZE), 4))