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
352 * @return ERR_OK if serial line could be opened,
354 * ERR_IF is serial line couldn't be opened
356 * @note If netif->state is interpreted as an u8_t serial port number.
367 /* netif->state contains serial port number */ in slipif_init()
388 /* Try to open the serial port. */ in slipif_init()
391 /* Opening the serial port failed. */ in slipif_init()
412 /* Create a thread to poll the serial line. */ in slipif_init()
421 * Polls the serial device and feeds the IP layer with incoming packets.
485 * @param data Received serial byte