mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Tiva PHY Interrupts: Need to read the PHY interrupt status register in order to clear the pending PHY interrupt
This commit is contained in:
@@ -275,7 +275,7 @@ static int phy_handler(FAR struct phy_notify_s *client)
|
||||
|
||||
/* Signal the client that the PHY has something interesting to say to us */
|
||||
|
||||
#ifdef CONFIG_CAN_PASS_STRUCTS
|
||||
#ifdef CONFIG_CAN_PASS_STRUCTS
|
||||
value.sival_ptr = client->arg;
|
||||
ret = sigqueue(client->pid, client->signo, value);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user