summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/examples/temp_sensor/src/TimerInterruptConfigurator.h
blob: bdf64718d388ffccd1cb2254a5c76fe0ddb4f409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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