Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/
DDriver_ETH_MAC.h126 } ARM_ETH_MAC_TIME; typedef
298 …int32_t (*GetRxFrameTime) (ARM_ETH_MAC_TIME *time); …
299 …int32_t (*GetTxFrameTime) (ARM_ETH_MAC_TIME *time); …
300 …int32_t (*ControlTimer) (uint32_t control, ARM_ETH_MAC_TIME *time); …
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/DriverTemplates/
DDriver_ETH_MAC.c112 static int32_t ARM_ETH_MAC_GetRxFrameTime(ARM_ETH_MAC_TIME *time) in ARM_ETH_MAC_GetRxFrameTime()
116 static int32_t ARM_ETH_MAC_GetTxFrameTime(ARM_ETH_MAC_TIME *time) in ARM_ETH_MAC_GetTxFrameTime()
192 static int32_t ARM_ETH_MAC_ControlTimer(uint32_t control, ARM_ETH_MAC_TIME *time) in ARM_ETH_MAC_ControlTimer()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_cmsis.c613 static int32_t ENET0_GetRxFrameTime(ARM_ETH_MAC_TIME *time) in ENET0_GetRxFrameTime()
618 static int32_t ENET0_GetTxFrameTime(ARM_ETH_MAC_TIME *time) in ENET0_GetTxFrameTime()
623 static int32_t ENET0_ControlTimer(uint32_t control, ARM_ETH_MAC_TIME *time) in ENET0_ControlTimer()