Searched refs:nb_l (Results 1 – 1 of 1) sorted by relevance
68 uint16_t nb_l = nibble_to_hex_u16(b & 0xf); in rom_usb_cdc_set_descriptor_patch() local69 s_str_serial_descr.bString[i] = (nb_h << 8) | nb_l; in rom_usb_cdc_set_descriptor_patch()