Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_rom/esp32s2/
Dusb_patches.c38 static inline uint16_t nibble_to_hex_u16(uint8_t b) in nibble_to_hex_u16() function
59 *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()