Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/test/pico_divider_test/
Dpico_divider_test.c49 void o4hex(int u) {o2hex(u>> 8); o2hex(u);} in o4hex() function
50 void o8hex(int u) {o4hex(u>>16); o4hex(u);} in o8hex()