Clock Divider
- group Clock_Divider
-
Defines
-
IS_DIV(DIV) (((DIV) == CLOCK_DIV_1
) || \
((DIV) ==
CLOCK_DIV_2) || \
((DIV) ==
CLOCK_DIV_4) || \
((DIV) ==
CLOCK_DIV_8) || \
((DIV) ==
CLOCK_DIV_16) || \
((DIV) ==
CLOCK_DIV_32) || \
((DIV) ==
CLOCK_DIV_40) || \
((DIV) ==
CLOCK_DIV_64))
-
Check if the input parameter is valid.
Enums
-
enum RCCClockDiv_Typedef
-
Values:
-
enumerator CLOCK_DIV_1
-
The RCC clock divider is set to 1.
-
enumerator CLOCK_DIV_2
-
The RCC clock divider is set to 2.
-
enumerator CLOCK_DIV_4
-
The RCC clock divider is set to 4.
-
enumerator CLOCK_DIV_8
-
The RCC clock divider is set to 8.
-
enumerator CLOCK_DIV_16
-
The RCC clock divider is set to 16.
-
enumerator CLOCK_DIV_32
-
The RCC clock divider is set to 32.
-
enumerator CLOCK_DIV_40
-
The RCC clock divider is set to 40.
-
enumerator CLOCK_DIV_64
-
The RCC clock divider is set to 64.
-
enumerator CLOCK_DIV_1
-
IS_DIV(DIV) (((DIV) == CLOCK_DIV_1