Home
last modified time | relevance | path

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

/bsp/ck802/libraries/common/eth/
A Dethernet_enc28j60.c89 uint16_t status_vec_ptr; in enc28j60_int_handle() local
124 status_vec_ptr = enc28j60Read(ETXNDL); in enc28j60_int_handle()
125 status_vec_ptr |= enc28j60Read(ETXNDH) << 8; in enc28j60_int_handle()
126 status_vec_ptr++; in enc28j60_int_handle()
127 enc28j60Write(ERDPTL, status_vec_ptr); in enc28j60_int_handle()
128 enc28j60Write(ERDPTH, status_vec_ptr >> 8); in enc28j60_int_handle()

Completed in 8 milliseconds