Searched refs:ClockP_getSystemTicks (Results 1 – 7 of 7) sorted by relevance
277 startTime = ClockP_getSystemTicks(); in SDSPI_initialize()286 currentTime = ClockP_getSystemTicks(); in SDSPI_initialize()324 startTime = ClockP_getSystemTicks(); in SDSPI_initialize()341 currentTime = ClockP_getSystemTicks(); in SDSPI_initialize()614 startTime = ClockP_getSystemTicks(); in recvDataBlock()617 currentTime = ClockP_getSystemTicks(); in recvDataBlock()792 startTime = ClockP_getSystemTicks(); in waitUntilReady()795 currentTime = ClockP_getSystemTicks(); in waitUntilReady()
227 extern uint32_t ClockP_getSystemTicks();
91 uint32_t ClockP_getSystemTicks() in ClockP_getSystemTicks() function
65 uint32_t currentTick = ClockP_getSystemTicks(); in timediff()280 obj->buttonStateVariables.pressedStartTime = ClockP_getSystemTicks(); in Button_clockTimeoutHandler()
402 extern uint32_t ClockP_getSystemTicks();
160 uint32_t ClockP_getSystemTicks() in ClockP_getSystemTicks() function
523 return (ClockP_getSystemTicks()); in TimerGetCurrentTimestamp()