AM64x MCU+ SDK  08.02.00
EnetUtils_Cfg Struct Reference

Detailed Description

Enet utils parameters.

Data Fields

Enet_Print print
 
Enet_VirtToPhys virtToPhys
 
Enet_PhysToVirt physToVirt
 

Field Documentation

◆ print

Enet_Print EnetUtils_Cfg::print

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

◆ virtToPhys

Enet_VirtToPhys EnetUtils_Cfg::virtToPhys

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

◆ physToVirt

Enet_PhysToVirt EnetUtils_Cfg::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.