STMicroelectronics / cmsis-device-g0

Provides the STM32Cube MCU Component "cmsis_device_g0" of the STM32G0 series.
Apache License 2.0
5 stars 5 forks source link

Disjunct names RCC_CFGR_SWS_HSISYS vs RCC_CFGR_SWS_HSI and RCC_CFGR_SWS_PLLRCLK vs RCC_CFGR_SWS_PLL #5

Closed UweBonnes closed 3 days ago

UweBonnes commented 6 days ago

the headers use RCC_CFGR_SWS_HSISYS and RCC_CFGR_SWS_PLLRCLK while all other families use RCC_CFGR_SWS_HSI and RCC_CFGR_SWS_PLL. This is unneeded complication.

TOUNSTM commented 3 days ago

Hello @UweBonnes,

The naming convention you mentioned (RCC_CFGR_SWS_HSISYS and RCC_CFGR_SWS_PLLRCLK) comes directly from the reference manual. To ensure consistency and accuracy, we align our headers with the terminology used in the reference manual.

image

Please allow me to close this issue. thank you for your understanding.

Best regards,