Home
last modified time | relevance | path

Searched defs:time (Results 1 – 3 of 3) sorted by relevance

/cmsis_6-latest/CMSIS/Documentation/Doxygen/Driver/src/
DDriver_ETH_MAC.c312 int32_t ARM_ETH_MAC_GetRxFrameTime (ARM_ETH_MAC_TIME *time) { in ARM_ETH_MAC_GetRxFrameTime()
322 int32_t ARM_ETH_MAC_GetTxFrameTime (ARM_ETH_MAC_TIME *time) { in ARM_ETH_MAC_GetTxFrameTime()
422 int32_t ARM_ETH_MAC_ControlTimer (uint32_t control, ARM_ETH_MAC_TIME *time) { in ARM_ETH_MAC_ControlTimer()
/cmsis_6-latest/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()
/cmsis_6-latest/CMSIS/CoreValidation/Source/
DCV_Report.c94 BOOL tr_File_Open (const char *title, const char *date, const char *time, const char *fn) {