This file contains the type definitions and function prototypes of the Enet Utils default implementation.
Go to the source code of this file.
Functions | |
void | EnetUtilsDflt_initCfg (EnetUtils_Cfg *cfg) |
Initialize EnetUtils config with default parameters. More... | |
void EnetUtilsDflt_initCfg | ( | EnetUtils_Cfg * | cfg | ) |
Initialize EnetUtils config with default parameters.
Initializes the EnetUtils config parameters with default ones: PDK UART-based printf and one-to-one virtual-to-physical and physical-to-virtual memory translation functins.
cfg | Pointer to the initialization parameters to be initialized |