![]() |
![]() |
Ethernet Module object. More...
#include <enet_mod.h>
Data Fields | |
const char * | name |
uint64_t | physAddr |
void * | virtAddr |
uint32_t | features |
uint32_t | errata |
EnetMod_InitCfg | initCfg |
EnetMod_Open | open |
EnetMod_Rejoin | rejoin |
EnetMod_Ioctl | ioctl |
EnetMod_Close | close |
Ethernet Module object.
EnetMod_Close EnetMod_Obj_s::close |
Pointer to the EnetMod close function
uint32_t EnetMod_Obj_s::errata |
Module's applicable errata
uint32_t EnetMod_Obj_s::features |
Module features
EnetMod_InitCfg EnetMod_Obj_s::initCfg |
Pointer to the EnetMod config initialization function
EnetMod_Ioctl EnetMod_Obj_s::ioctl |
Pointer to the EnetMod ioctl function
const char* EnetMod_Obj_s::name |
Module name
EnetMod_Open EnetMod_Obj_s::open |
Pointer to the EnetMod open function
uint64_t EnetMod_Obj_s::physAddr |
Module's physical address
EnetMod_Rejoin EnetMod_Obj_s::rejoin |
Pointer to the EnetMod rejoin function
void* EnetMod_Obj_s::virtAddr |
Module's virtual address