Sha256: 5a7adb509ada4640fdccf739be3de8abb470b41bcddb9a9834e9b238a9fabd02

Contents?: true

Size: 334 Bytes

Versions: 27

Compression:

Stored size: 334 Bytes

Contents

#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

27 entries across 14 versions & 1 rubygems

Version Path
ceedling-0.31.1 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.31.1 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.31.0 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.31.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.30.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.30.0 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.28.3 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.28.3 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.28.2 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.28.2 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.28.1 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.28.1 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.27.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.27.0 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.25.0 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.25.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.24.0 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.24.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.22.0 examples/temp_sensor/src/TimerInterruptConfigurator.h
ceedling-0.22.0 vendor/cmock/examples/temp_sensor/src/TimerInterruptConfigurator.h