Typedefs | |
| typedef void(* | EC_API_SLV_CBBoardStatusLed_t) (void *pContext, bool errLed, bool statusLed) |
| Set Status LED call back. | |
Functions | |
| uint32_t | EC_API_SLV_registerPhy (EC_API_SLV_SHandle_t *pHandle, uint8_t phyIdx, uint8_t phyAddr, bool invertLinkPolarity, bool useRxLinkPin) |
| Register a phy for stack usage. | |
| uint32_t | EC_API_SLV_cbRegisterBoardStatusLed (EC_API_SLV_SHandle_t *pHandle, EC_API_SLV_CBBoardStatusLed_t cbFunc, void *pContext) |
| Register Board Status LED callback. | |