Sha256: e96b00821b9f33474a2f7b4fb7b61608c6aab603d581539cf5dc3311107c6041

Contents?: true

Size: 346 Bytes

Versions: 35

Compression:

Stored size: 346 Bytes

Contents

#ifndef _TIMERINTERRUPTCONFIGURATOR_H
#define _TIMERINTERRUPCONFIGURATOR_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

35 entries across 29 versions & 1 rubygems

Version Path
ceedling-0.15.2 vendor/cmock/examples/src/TimerInterruptConfigurator.h
ceedling-0.15.2 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.15.1 vendor/cmock/examples/src/TimerInterruptConfigurator.h
ceedling-0.15.1 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.15.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.15.0 vendor/cmock/examples/src/TimerInterruptConfigurator.h
ceedling-0.13.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.13.0 vendor/cmock/examples/src/TimerInterruptConfigurator.h
ceedling-0.13.0.rc1 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.12.2 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.12.1 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.12.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.11.2 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.11.1 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.11.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.10.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.9.4 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.9.2 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.9.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.0.18 examples/temp_sensor/src/TimerInterruptConfigurator.h