Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_cmsis.c146 static int32_t ENET_CommonControl(uint32_t control, uint32_t arg, cmsis_enet_mac_driver_state_t *en… in ENET_CommonControl() function
302 (void)ENET_CommonControl(ARM_ETH_MAC_CONTROL_TX, 0, enet); in ENET_CommonPowerControl()
303 (void)ENET_CommonControl(ARM_ETH_MAC_CONTROL_RX, 0, enet); in ENET_CommonPowerControl()
595 return ENET_CommonControl(control, arg, &ENET0_DriverState); in ENET0_Control()