Searched refs:nibble_to_hex_u16 (Results 1 – 1 of 1) sorted by relevance
38 static inline uint16_t nibble_to_hex_u16(uint8_t b) in nibble_to_hex_u16() function59 *dst++ = nibble_to_hex_u16(b >> 4); in rom_usb_cdc_set_descriptor_patch()60 *dst++ = nibble_to_hex_u16(b & 0xf); in rom_usb_cdc_set_descriptor_patch()