summaryrefslogtreecommitdiff
path: root/libhw
diff options
context:
space:
mode:
Diffstat (limited to 'libhw')
-rw-r--r--libhw/rp2040_include/libhw/w5500.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/libhw/rp2040_include/libhw/w5500.h b/libhw/rp2040_include/libhw/w5500.h
index ab9f50e..98e54ec 100644
--- a/libhw/rp2040_include/libhw/w5500.h
+++ b/libhw/rp2040_include/libhw/w5500.h
@@ -86,12 +86,18 @@ void _w5500_init(struct w5500 *self,
struct net_eth_addr addr);
/**
- * TODO.
+ * Perform a hard reset on the chip (pull the reset line low).
+ *
+ * If you have any in-use sockets when you call this, you're going to
+ * have a bad time.
*/
void w5500_hard_reset(struct w5500 *self);
/**
- * TODO.
+ * Perform a soft reset on the chip (send the RST command).
+ *
+ * If you have any in-use sockets when you call this, you're going to
+ * have a bad time.
*/
void w5500_soft_reset(struct w5500 *self);