mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
fix(esp_eth): fixed emac_ll_pause_frame_enable for ESP32P4
This commit is contained in:
@@ -691,7 +691,7 @@ static inline void emac_ll_clock_enable_rmii_output(void *ext_regs)
|
|||||||
|
|
||||||
static inline void emac_ll_pause_frame_enable(void *ext_regs, bool enable)
|
static inline void emac_ll_pause_frame_enable(void *ext_regs, bool enable)
|
||||||
{
|
{
|
||||||
HP_SYSTEM.sys_gmac_ctrl0.sys_phy_intf_sel = enable;
|
HP_SYSTEM.sys_gmac_ctrl0.sys_sbd_flowctrl = enable;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user