Searched refs:round_up (Results 1 – 2 of 2) sorted by relevance
/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/ | ||
D | utils_event.h | 64 #define EVENT_MASK_SIZE (round_up(EVENT_MAX_AMOUNT, 8)) |
D | utils.h | 347 #define round_up(a, b) (((a)-1) / (b) + 1) macro |