Searched refs:status_vec_ptr (Results 1 – 1 of 1) sorted by relevance
89 uint16_t status_vec_ptr; in enc28j60_int_handle() local124 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