Sha256: dee5a16e2cfc6888b0cf1cafeb4eb15967ff670245b3c51dcbdd1716a2c9df3b
Contents?: true
Size: 565 Bytes
Versions: 2
Compression:
Stored size: 565 Bytes
Contents
/* ========================================================================= Ceedling - Test-Centered Build System for C ThrowTheSwitch.org Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef _TIMERINTERRUPTHANDLER_H #define _TIMERINTERRUPTHANDLER_H #include "Types.h" void Timer_SetSystemTime(uint32 time); uint32 Timer_GetSystemTime(void); void Timer_InterruptHandler(void); #endif // _TIMERINTERRUPTHANDLER_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | examples/temp_sensor/src/TimerInterruptHandler.h |
ceedling-1.0.0 | examples/temp_sensor/src/TimerInterruptHandler.h |