hw_divider_u32_remainder_inlined() function
Do a hardware unsigned HW divide, wait for result, return remainder Divide \p a by \p b, wait for calculation to complete, return remainder.
Syntax
static inline uint32_t hw_divider_u32_remainder_inlined(uint32_t a,
uint32_t b);
Return value
Remainder result of the divide