Data Fields
EnetMod_Obj_s Struct Reference

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
 

Detailed Description

Ethernet Module object.

Field Documentation

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


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

Copyright 2020, Texas Instruments Incorporated