Home
last modified time | relevance | path

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

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddm_alloc.c31 #define ALIGN_UPTO_32BITS(VAL) (((((unsigned int)(VAL)) - 1U) | (sizeof(uint32_t) - 1U)) +… macro
230 alloc_size = (uint16_t)(ALIGN_UPTO_32BITS(size) + sizeof(db_alloc_header_t)); in dm_alloc()
321 total_alloc_size = ALIGN_UPTO_32BITS(size) + sizeof(db_alloc_header_t); in dm_realloc()