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

__uint16_div divides dividend by divisor and returns the unsigned quotient, truncated towards zero, as the result.