Home
last modified time | relevance | path

Searched refs:o2hex (Results 1 – 1 of 1) sorted by relevance

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c48 void o2hex(int u) {o1hex(u>> 4); o1hex(u);} in o2hex() function
49 void o4hex(int u) {o2hex(u>> 8); o2hex(u);} in o4hex()