STM32 USB clock configuration with STM32F3 support
Fork of STM32_USB48MHz by
STM32_USB48MHz.h
- Committer:
- va009039
- Date:
- 2015-06-20
- Revision:
- 0:0c251314fe4b
File content as of revision 0:0c251314fe4b:
// STM32_USB48MHz.h 2015/6/19 #pragma once #include "mbed.h" extern bool STM32_USB48MHz(); extern bool STM32_HSI_USB48MHz(); extern bool STM32_HSE_USB48MHz(); extern uint32_t STM32_getUSBclock();