mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-18 15:47:13 +00:00
Ethernet driver and documentation clean-up
This commit is contained in:
@@ -241,7 +241,7 @@ static inline void emac_ll_set_back_off_limit(emac_mac_dev_t *mac_regs, uint32_t
|
||||
|
||||
static inline void emac_ll_deferral_check_enable(emac_mac_dev_t *mac_regs, bool enable)
|
||||
{
|
||||
mac_regs->gmacconfig.padcrcstrip = enable;
|
||||
mac_regs->gmacconfig.deferralcheck = enable;
|
||||
}
|
||||
|
||||
static inline void emac_ll_set_preamble_length(emac_mac_dev_t *mac_regs, uint32_t len)
|
||||
|
Reference in New Issue
Block a user