USBclock48MHz setting for NUCLEO-L152RE and NUCLEO-F103RB

Dependents:   LightSaber

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();