Sha256: 085be3f814e54d3cd8ed6c4b9c4f296b2b20f9b1e395f5d87e3ec6556c37929a
Contents?: true
Size: 347 Bytes
Versions: 19
Compression:
Stored size: 347 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
19 entries across 10 versions & 1 rubygems