clear EIE INTIE instead of non-existent EIR INTIE

This commit is contained in:
nx518
2022-11-23 19:29:44 +01:00
committed by GitHub
parent 439a709c42
commit 6168622176

View File

@@ -728,7 +728,7 @@ loop_start:
continue; // -> just continue to check again continue; // -> just continue to check again
} }
// the host controller should clear the global enable bit for the interrupt pin before servicing the interrupt // the host controller should clear the global enable bit for the interrupt pin before servicing the interrupt
MAC_CHECK_NO_RET(enc28j60_do_bitwise_clr(emac, ENC28J60_EIR, EIE_INTIE) == ESP_OK, MAC_CHECK_NO_RET(enc28j60_do_bitwise_clr(emac, ENC28J60_EIE, EIE_INTIE) == ESP_OK,
"clear EIE_INTIE failed", loop_start); "clear EIE_INTIE failed", loop_start);
// read interrupt status // read interrupt status
MAC_CHECK_NO_RET(enc28j60_do_register_read(emac, true, ENC28J60_EIR, &status) == ESP_OK, MAC_CHECK_NO_RET(enc28j60_do_register_read(emac, true, ENC28J60_EIR, &status) == ESP_OK,