Ethernet driver and documentation clean-up

This commit is contained in:
Ondrej Kosta
2023-04-03 17:35:41 +02:00
committed by Ondrej
parent b97cf6ca7c
commit 71d19fa9c9
3 changed files with 12 additions and 47 deletions

View File

@@ -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)