Lines Matching refs:u8_t
97 u8_t state;
120 u8_t c;
137 c = ((u8_t *)q->payload)[i];
170 slipif_rxbyte(struct netif *netif, u8_t c)
242 ((u8_t *)priv->p->payload)[priv->i] = c;
267 slipif_rxbyte_input(struct netif *netif, u8_t c)
289 u8_t c;
314 * u8_t pointer pointing to the serial port number instead of netif->num.
321 u8_t sio_num;
339 sio_num = *(u8_t*)netif->state;
382 u8_t c;
440 slipif_rxbyte_enqueue(struct netif *netif, u8_t data)
479 slipif_received_byte(struct netif *netif, u8_t data)
497 slipif_received_bytes(struct netif *netif, u8_t *data, u8_t len)
499 u8_t i;
500 u8_t *rxdata = data;