Sha256: f79a3ec4f22a1eae526dcc203390081b78ba3230fce9b22f60918df38bcdc57a
Contents?: true
Size: 664 Bytes
Versions: 2
Compression:
Stored size: 664 Bytes
Contents
/* ========================================================================= CMock - Automatic Mock Generation for C ThrowTheSwitch.org Copyright (c) 2007-25 Mike Karlesky, Mark VanderVoord, & Greg Williams SPDX-License-Identifier: MIT ========================================================================= */ #ifndef _TIMERINTERRUPTCONFIGURATOR_H #define _TIMERINTERRUPTCONFIGURATOR_H #include "Types.h" #define TIMER0_ID_MASK (((uint32)0x1) << AT91C_ID_TC0) void Timer_DisableInterrupt(void); void Timer_ResetSystemTime(void); void Timer_ConfigureInterrupt(void); void Timer_EnableInterrupt(void); #endif // _TIMERINTERRUPTCONFIGURATOR_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h |