File nut/include/dev/hwtimer_stm32.h


Included Files


Preprocessor definitions

#define NUTTIMER1 TIM1_BASE

#define NUTTIMER2 TIM2_BASE

#define NUTTIMER3 TIM3_BASE

#define NUTTIMER4 TIM4_BASE

#define NUTTIMER5 TIM5_BASE

#define NUTTIMER6 TIM6_BASE

#define NUTTIMER7 TIM7_BASE

#define NUTTIMER8 TIM8_BASE

#define NUTTIMER9 TIM9_BASE

#define NUTTIMER10 TIM10_BASE

#define NUTTIMER11 TIM11_BASE

#define NUTTIMER12 TIM12_BASE

#define NUTTIMER13 TIM13_BASE

#define NUTTIMER14 TIM14_BASE

#define NUTTIMER15 TIM15_BASE

#define NUTTIMER16 TIM16_BASE

#define NUTTIMER17 TIM17_BASE

#define TIM_AutoReloadValue( timer )

#define TIM_Prescaler( timer )

#define TIM_Compare1( timer )

#define TIM_Compare2( timer )

#define TIM_Compare3( timer )

#define TIM_Compare4( timer )

#define TIM_Counter( timer )

#define TIM_Clear( timer )

#define TIM_IRQEnable( timer )

#define TIM_IRQEnable( timer )

#define TIM_DISEnable( timer )

#define TIM_C1IRQEnable( timer )

#define TIM_C1IRQDisable( timer )

#define TIM_C2IRQEnable( timer )

#define TIM_C2IRQDisable( timer )

#define TIM_C3IRQEnable( timer )

#define TIM_C3IRQDisable( timer )

#define TIM_C4IRQEnable( timer )

#define TIM_C4IRQDisable( timer )

#define TIM_StartTimer( timer )

#define TIM_StopTimer( timer )

#define TIM_OnePulse( timer )

#define TIM_ContPulse( timer )

#define TIM_Update( timer )

#define TIM_ClearInterruptFlag( timer )

#define TIM_C1ClearInterruptFlag( timer )

#define TIM_C2ClearInterruptFlag( timer )

#define TIM_C3ClearInterruptFlag( timer )

#define TIM_C4ClearInterruptFlag( timer )

#define TIM_C1InterruptFlag( timer )

#define TIM_C2InterruptFlag( timer )

#define TIM_C3InterruptFlag( timer )

#define TIM_C4InterruptFlag( timer )