Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/class/vendor/serial/
A Dusbh_ftdi.c81 static const unsigned char divfrac[8] = { 0, 3, 2, 4, 1, 5, 6, 7 }; in ftdi_232bm_baud_base_to_divisor() local
86 divisor |= (uint32_t)divfrac[divisor3 & 0x7] << 14; in ftdi_232bm_baud_base_to_divisor()
102 static const unsigned char divfrac[8] = { 0, 3, 2, 4, 1, 5, 6, 7 }; in ftdi_2232h_baud_base_to_divisor() local
110 divisor |= (uint32_t)divfrac[divisor3 & 0x7] << 14; in ftdi_2232h_baud_base_to_divisor()

Completed in 16 milliseconds