Searched refs:fraction (Results 1 – 3 of 3) sorted by relevance
55 int32_t volts = 0, fraction = 0; in sim7600_handle_cbc() local57 sscanf(line, "+CBC: %d.%dV", &volts, &fraction); in sim7600_handle_cbc()63 *cbc[2] = volts*1000 + fraction; in sim7600_handle_cbc()
281 uint32_t fraction = (uart_reg >> UART_CLKDIV_FRAG_S) & UART_CLKDIV_FRAG_V; in get_new_uart_divider() local282 uart_div = (uart_div << 4) + fraction; in get_new_uart_divider()
8 …ks. Linux-host based tests are still under development and only a small fraction of IDF components…