Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
Dcybt_shared_bus_driver.c179 static uint32_t read_hex(const char *str, int nchars) { in read_hex() argument
181 assert(nchars > 0 && nchars <= 8 && nchars % 2 == 0); in read_hex()
182 for(int pos = 0; pos < nchars; pos += 2) { in read_hex()