Synopsis
uint32_t __uint32_mod(uint32_t dividend,
                      uint32_t divisor);
Description

__uint32_mod divides dividend by divisor and returns the unsigned remainder after division as the result.