Synopsis
uint16_t __uint16_mod(uint16_t dividend,
                      uint16_t divisor);
Description

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