Home
last modified time | relevance | path

Searched refs:PETHInstance (Results 1 – 1 of 1) sorted by relevance

/CTR-SDK-0.14.4/include/nn/net/compatible/
Dpeth.h95 typedef struct PETHInstance { struct
111 } PETHInstance; argument
116 static inline NNETInstance *PETH_GetNNETInstance(PETHInstance *peth_ins) in PETH_GetNNETInstance()
124 static inline PETHInstance *PETH_GetPETHInstance(NNETInstance *ins) in PETH_GetPETHInstance()
126 return (PETHInstance *)ins; in PETH_GetPETHInstance()
138 extern s32 PETH_CreateIns(PETHInstance **peth_ins);
139 extern s32 PETH_DestroyIns(PETHInstance *peth_ins);
140 extern s32 PETH_GetStateIns(PETHInstance *peth_ins);
141 extern s32 PETH_GetUpperAPI(NNETEthernetAPI *wcm_api, PETHInstance *peth_ins);