fix(esp_eth): fixed emac_ll_pause_frame_enable for ESP32P4

This commit is contained in:
Ondrej Kosta
2025-02-24 09:15:56 +01:00
committed by Ondrej
parent f3a3988649
commit 83f1ccb492

View File

@@ -907,7 +907,7 @@ static inline void emac_ll_clock_enable_ptp(void *ext_regs, soc_periph_emac_ptp_
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