Home
last modified time | relevance | path

Searched refs:nibble_for_char (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.c169 static inline uint8_t nibble_for_char(char c) { in nibble_for_char() function
176 return nibble_for_char(*str) << 4 | nibble_for_char(*(str + 1)); in read_hex_byte()