Home
last modified time | relevance | path

Searched refs:rxstat (Results 1 – 1 of 1) sorted by relevance

/bsp/ck802/libraries/common/eth/
A Dethernet_enc28j60.c965 uint16_t rxstat; in csi_eth_mac_get_rx_framesize() local
999 rxstat = enc28j60ReadOp(ENC28J60_READ_BUF_MEM, 0); in csi_eth_mac_get_rx_framesize()
1000 rxstat |= (uint16_t)enc28j60ReadOp(ENC28J60_READ_BUF_MEM, 0) << 8; in csi_eth_mac_get_rx_framesize()
1005 if ((rxstat & 0x80) == 0) { in csi_eth_mac_get_rx_framesize()
1006 printf("rx status vector is 0x%x\n", rxstat); in csi_eth_mac_get_rx_framesize()
1111 uint16_t rxstat; in csi_eth_mac_read_frame() local
1145 rxstat = enc28j60ReadOp(ENC28J60_READ_BUF_MEM, 0); in csi_eth_mac_read_frame()
1146 rxstat |= (uint16_t)enc28j60ReadOp(ENC28J60_READ_BUF_MEM, 0) << 8; in csi_eth_mac_read_frame()
1151 if ((rxstat & 0x80) == 0) { in csi_eth_mac_read_frame()
1152 printf("rx status vector is 0x%x\n", rxstat); in csi_eth_mac_read_frame()

Completed in 8 milliseconds