Sha256: ee3ba93f1eb25c48f0746a5c775edaca05dd0be7725439d91f917707dd7a529b
Contents?: true
Size: 699 Bytes
Versions: 2
Compression:
Stored size: 699 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 _TIMERCONFIGURATOR_H #define _TIMERCONFIGURATOR_H #include "Types.h" void Timer_EnablePeripheralClocks(void); void Timer_Reset(void); void Timer_ConfigureMode(void); void Timer_ConfigurePeriod(void); void Timer_EnableOutputPin(void); void Timer_Enable(void); void Timer_ConfigureInterruptHandler(void); void Timer_Start(void); #endif // _TIMERCONFIGURATOR_H
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/cmock/examples/temp_sensor/src/TimerConfigurator.h |
ceedling-1.0.0 | vendor/cmock/examples/temp_sensor/src/TimerConfigurator.h |