hw_divider_u32_remainder() function
Do an 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(uint32_t a,
uint32_t b);
Return value
Remainder results of the divide
hw_divider_u32_remainder() is called by 1 function:
![]()
hw_divider_u32_remainder()
hw_divider_u32_remainder():
![]()
hw_divider_u32_remainder()