Lines Matching full:serial
45 * 3) Call slipif_received_byte[s]() from your serial RX ISR and
54 * This is an arch independent SLIP netif. The specific serial hooks must be
107 * Uses the serial layer's sio_send()
112 * @return always returns ERR_OK since the serial layer does not provide return values
131 /* Send pbuf out on the serial I/O device. */ in slipif_output()
308 * @return ERR_OK if serial line could be opened,
310 * ERR_IF is serial line couldn't be opened
312 * @note netif->num must contain the number of the serial port to open
314 * u8_t pointer pointing to the serial port number instead of netif->num.
343 /* Try to open the serial port. */ in slipif_init()
346 /* Opening the serial port failed. */ in slipif_init()
367 /* Create a thread to poll the serial line. */ in slipif_init()
375 * Polls the serial device and feeds the IP layer with incoming packets.
437 * @param data Received serial byte