f303k8 wav player

Dependencies:   SDFileSystem mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers TIM6Driver.h Source File

TIM6Driver.h

00001 #include "mbed.h"
00002 #include "stm32f3xx_hal_rcc.h"
00003 #include "cmsis_nvic.h"
00004 
00005 #define TIM6CLK (32000000)
00006 
00007 void MX_TIM6_Init(void);
00008 void MX_NVIC_Init(void);
00009 void TIM6ClockSet(uint16_t setPeriod);
00010 void TIM6ClearInt(void);