Searched refs:ENET_QOS_GetInstance (Results 1 – 3 of 3) sorted by relevance
300 s_enetStates[ENET_QOS_GetInstance(base)].miiMode = config->miiMode; in ENET_QOS_SetDMAControl()856 uint32_t ENET_QOS_GetInstance(ENET_QOS_Type *base) in ENET_QOS_GetInstance() function961 uint32_t instance = ENET_QOS_GetInstance(base); in ENET_QOS_Init()997 enet_qos_handle_t *handle = s_ENETHandle[ENET_QOS_GetInstance(base)]; in ENET_QOS_Down()1096 (void)CLOCK_DisableClock(s_enetqosClock[ENET_QOS_GetInstance(base)]); in ENET_QOS_Deinit()1488 (void)EnableIRQ(s_enetqosIrqId[ENET_QOS_GetInstance(base)]); in ENET_QOS_SetISRHandler()1592 s_ENETHandle[ENET_QOS_GetInstance(base)] = handle; in ENET_QOS_CreateHandler()1641 enet_qos_handle_t *handle = s_ENETHandle[ENET_QOS_GetInstance(base)]; in ENET_QOS_AddMulticastGroup()1694 enet_qos_handle_t *handle = s_ENETHandle[ENET_QOS_GetInstance(base)]; in ENET_QOS_LeaveMulticastGroup()1756 enet_qos_mii_mode_t configured_mode = s_enetStates[ENET_QOS_GetInstance(base)].miiMode; in ENET_QOS_SetMII()
852 uint32_t ENET_QOS_GetInstance(ENET_QOS_Type *base);
43 uint32_t instance = ENET_QOS_GetInstance(base); in ENET_QOS_MDIO_Init()