nbits 56 src/include/private/uart.h int nbits; /* number of bits accumulated so far */ nbits 109 src/uart.c handle->nbits = 0; nbits 115 src/uart.c handle->nbits++; nbits 117 src/uart.c if (handle->nbits == 8) { nbits 119 src/uart.c handle->nbits = 0;