Prusa MINI Firmware overview
|
Macros | |
#define | __HAL_RCC_LSI_ENABLE() (*(__IO uint32_t *) RCC_CSR_LSION_BB = ENABLE) |
Macros to enable or disable the Internal Low Speed oscillator (LSI). More... | |
#define | __HAL_RCC_LSI_DISABLE() (*(__IO uint32_t *) RCC_CSR_LSION_BB = DISABLE) |
#define __HAL_RCC_LSI_ENABLE | ( | ) | (*(__IO uint32_t *) RCC_CSR_LSION_BB = ENABLE) |
Macros to enable or disable the Internal Low Speed oscillator (LSI).
#define __HAL_RCC_LSI_DISABLE | ( | ) | (*(__IO uint32_t *) RCC_CSR_LSION_BB = DISABLE) |