![]() |
![]() |
Enet utils parameters. More...
#include <enet_utils.h>
Data Fields | |
Enet_Print | |
Enet_VirtToPhys | virtToPhys |
Enet_PhysToVirt | physToVirt |
Enet utils parameters.
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.