Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hal/utils/include/
Dutils_event.h64 #define EVENT_MASK_SIZE (round_up(EVENT_MAX_AMOUNT, 8))
Dutils.h347 #define round_up(a, b) (((a)-1) / (b) + 1) macro