STM32 USB clock configuration with STM32F3 support
Fork of STM32_USB48MHz by
STM32_USB48MHz.h
- Committer:
- Bradley Scott
- Date:
- 2016-09-21
- Revision:
- 1:c97a4f5cb6cf
- Parent:
- 0:0c251314fe4b
File content as of revision 1:c97a4f5cb6cf:
// 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();