Inconsistancies in U5 device headers
Hello,
most devices define helper definitions, like selecting the system clock source. E.g. L412:
#define RCC_CFGR_SWS_MSI (0x00000000UL) /*!< MSI oscillator used as system clock */
#define RCC_CFGR_SWS_HSI (0x00000004UL) /*!< HSI16 oscillator used as system clock */
#define RCC_CFGR_SWS_HSE (0x00000008UL) /*!< HSE oscillator used as system clock */
#define RCC_CFGR_SWS_PLL (0x0000000CUL) /*!< PLL used as system clock */
E.g. The U5 headers miss these definition. What a pity. That makes writing portabe code harder.Please consider adding.
Regards
