Lines Matching full:serial
46 * This is an arch independent SLIP netif. The specific serial hooks must be
54 * 3) Call slipif_received_byte[s]() from your serial RX ISR and
109 * Uses the serial layer's sio_send()
113 * @return always returns ERR_OK since the serial layer does not provide return values
130 /* Send pbuf out on the serial I/O device. */ in slipif_output()
164 * Uses the serial layer's sio_send()
169 * @return always returns ERR_OK since the serial layer does not provide return values
183 * Uses the serial layer's sio_send()
188 * @return always returns ERR_OK since the serial layer does not provide return values
351 * @return ERR_OK if serial line could be opened,
353 * ERR_IF is serial line couldn't be opened
355 * @note netif->num must contain the number of the serial port to open
357 * u8_t pointer pointing to the serial port number instead of netif->num.
390 /* Try to open the serial port. */ in slipif_init()
393 /* Opening the serial port failed. */ in slipif_init()
414 /* Create a thread to poll the serial line. */ in slipif_init()
422 * Polls the serial device and feeds the IP layer with incoming packets.
484 * @param data Received serial byte