Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of target-mcu-k64f by
_hw_enet_mrbr Union Reference
HW_ENET_MRBR - Maximum Receive Buffer Size Register (RW) More...
#include <MK64F12_enet.h>
Detailed Description
HW_ENET_MRBR - Maximum Receive Buffer Size Register (RW)
Reset value: 0x00000000U
The MRBR is a user-programmable register that dictates the maximum size of all receive buffers. This value should take into consideration that the receive CRC is always written into the last receive buffer. To allow one maximum size frame per buffer, MRBR must be set to RCR[MAX_FL] or larger. To properly align the buffer, MRBR must be evenly divisible by 16. To ensure this, bits 3-0 are set to zero by the device. To minimize bus usage (descriptor fetches), set MRBR greater than or equal to 256 bytes. This register must be initialized before operation.
Definition at line 3204 of file MK64F12_enet.h.
Generated on Sat Aug 27 2022 17:09:02 by
