Lines Matching defs:data
57 * Local data
192 * for temporary data and has no effect on the SIO's own
247 * Check for data ready.
339 uint8_t data;
360 * time data is received from the serial device.
361 * This should not pose problems (probably!) as the data
367 data = sio_get_reg(rcs, SIO_RXD);
368 rx_buf[rx_buflen++] = data;
380 * call up the data protocol receive handler
588 * Initialization of the serial device (data structure, mutex, cv, hardware
633 * the soft intr. handler will need the data protocol lock (dp_mutex)
634 * So, data protocol mutex and iblock cookie are created/initialized
674 * Termination of the serial device (data structure, mutex, cv, hardware
723 * data protocol termination (if it has been initialized)
841 * initialize data protocol