Data Fields
EnetUtils_Cfg_s Struct Reference

Enet utils parameters. More...

#include <enet_utils.h>

Data Fields

Enet_Print print
 
Enet_VirtToPhys virtToPhys
 
Enet_PhysToVirt physToVirt
 

Detailed Description

Enet utils parameters.

Field Documentation

Enet_PhysToVirt EnetUtils_Cfg_s::physToVirt

If not NULL, this function will be called to translate physical address to virtual address to access the pointer returned by the Enet driver. If NULL, the driver will assume a one-one mapping.

Enet_Print EnetUtils_Cfg_s::print

If not NULL, this function will be called to print debug/info message with appropriate string

Enet_VirtToPhys EnetUtils_Cfg_s::virtToPhys

If not NULL, this function will be called to trranslate virtual address to physical address to be provided to the Enet driver. If NULL, the driver will assume a one-one mapping.


The documentation for this struct was generated from the following file:

Copyright 2020, Texas Instruments Incorporated