40.3.1.14 round_up
#define round_up( ) (((a) - 1) / (b) + 1)
Return division result of a/b and round up the result to the closest number divisible by "b".
#define round_up( ) (((a) - 1) / (b) + 1)
Return division result of a/b and round up the result to the closest number divisible by "b".
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.