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