Nut/OS  5.0.5
API Reference
RCC_PLL_Clock_Source
Collaboration diagram for RCC_PLL_Clock_Source:

Defines

#define RCC_PLLSource_HSI   ((uint32_t)0x00000000)
#define RCC_PLLSource_HSE   ((uint32_t)0x00400000)
#define IS_RCC_PLL_SOURCE(SOURCE)
#define IS_RCC_PLLM_VALUE(VALUE)   ((VALUE) <= 63)
#define IS_RCC_PLLN_VALUE(VALUE)   ((192 <= (VALUE)) && ((VALUE) <= 432))
#define IS_RCC_PLLP_VALUE(VALUE)   (((VALUE) == 2) || ((VALUE) == 4) || ((VALUE) == 6) || ((VALUE) == 8))
#define IS_RCC_PLLQ_VALUE(VALUE)   ((4 <= (VALUE)) && ((VALUE) <= 15))
#define IS_RCC_PLLI2SN_VALUE(VALUE)   ((192 <= (VALUE)) && ((VALUE) <= 432))
#define IS_RCC_PLLI2SR_VALUE(VALUE)   ((2 <= (VALUE)) && ((VALUE) <= 7))
#define RCC_PLLSource_HSI   ((uint32_t)0x00000000)
#define RCC_PLLSource_HSE   ((uint32_t)0x00400000)
#define IS_RCC_PLL_SOURCE(SOURCE)
#define IS_RCC_PLLM_VALUE(VALUE)   ((VALUE) <= 63)
#define IS_RCC_PLLN_VALUE(VALUE)   ((192 <= (VALUE)) && ((VALUE) <= 432))
#define IS_RCC_PLLP_VALUE(VALUE)   (((VALUE) == 2) || ((VALUE) == 4) || ((VALUE) == 6) || ((VALUE) == 8))
#define IS_RCC_PLLQ_VALUE(VALUE)   ((4 <= (VALUE)) && ((VALUE) <= 15))
#define IS_RCC_PLLI2SN_VALUE(VALUE)   ((192 <= (VALUE)) && ((VALUE) <= 432))
#define IS_RCC_PLLI2SR_VALUE(VALUE)   ((2 <= (VALUE)) && ((VALUE) <= 7))
#define RCC_PLLSource_HSI   ((uint8_t)0x00)
#define RCC_PLLSource_HSE   ((uint8_t)0x01)
#define IS_RCC_PLL_SOURCE(SOURCE)

Define Documentation

#define RCC_PLLSource_HSI   ((uint32_t)0x00000000)
#define RCC_PLLSource_HSE   ((uint32_t)0x00400000)
#define IS_RCC_PLL_SOURCE (   SOURCE)
Value:
(((SOURCE) == RCC_PLLSource_HSI) || \
                                   ((SOURCE) == RCC_PLLSource_HSE))
#define IS_RCC_PLLM_VALUE (   VALUE)    ((VALUE) <= 63)

Referenced by RCC_PLLConfig().

#define IS_RCC_PLLN_VALUE (   VALUE)    ((192 <= (VALUE)) && ((VALUE) <= 432))

Referenced by RCC_PLLConfig().

#define IS_RCC_PLLP_VALUE (   VALUE)    (((VALUE) == 2) || ((VALUE) == 4) || ((VALUE) == 6) || ((VALUE) == 8))

Referenced by RCC_PLLConfig().

#define IS_RCC_PLLQ_VALUE (   VALUE)    ((4 <= (VALUE)) && ((VALUE) <= 15))

Referenced by RCC_PLLConfig().

#define IS_RCC_PLLI2SN_VALUE (   VALUE)    ((192 <= (VALUE)) && ((VALUE) <= 432))

Referenced by RCC_PLLI2SConfig().

#define IS_RCC_PLLI2SR_VALUE (   VALUE)    ((2 <= (VALUE)) && ((VALUE) <= 7))

Referenced by RCC_PLLI2SConfig().

#define RCC_PLLSource_HSI   ((uint32_t)0x00000000)
#define RCC_PLLSource_HSE   ((uint32_t)0x00400000)
#define IS_RCC_PLL_SOURCE (   SOURCE)
Value:
(((SOURCE) == RCC_PLLSource_HSI) || \
                                   ((SOURCE) == RCC_PLLSource_HSE))
#define IS_RCC_PLLM_VALUE (   VALUE)    ((VALUE) <= 63)
#define IS_RCC_PLLN_VALUE (   VALUE)    ((192 <= (VALUE)) && ((VALUE) <= 432))
#define IS_RCC_PLLP_VALUE (   VALUE)    (((VALUE) == 2) || ((VALUE) == 4) || ((VALUE) == 6) || ((VALUE) == 8))
#define IS_RCC_PLLQ_VALUE (   VALUE)    ((4 <= (VALUE)) && ((VALUE) <= 15))
#define IS_RCC_PLLI2SN_VALUE (   VALUE)    ((192 <= (VALUE)) && ((VALUE) <= 432))
#define IS_RCC_PLLI2SR_VALUE (   VALUE)    ((2 <= (VALUE)) && ((VALUE) <= 7))
#define RCC_PLLSource_HSI   ((uint8_t)0x00)
#define RCC_PLLSource_HSE   ((uint8_t)0x01)
#define IS_RCC_PLL_SOURCE (   SOURCE)
Value:
(((SOURCE) == RCC_PLLSource_HSI) || \
                                   ((SOURCE) == RCC_PLLSource_HSE))