Enet utils parameters.
Data Fields | |
Enet_Print | |
Enet_VirtToPhys | virtToPhys |
Enet_PhysToVirt | physToVirt |
Enet_Print EnetUtils_Cfg::print |
If not NULL, this function will be called to print debug/info message with appropriate string
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.
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.