CARME-M4 BSP  V1.5
RCC_TIM_PRescaler_Selection
+ Collaboration diagram for RCC_TIM_PRescaler_Selection:

Macros

#define RCC_TIMPrescDesactivated   ((uint8_t)0x00)
 
#define RCC_TIMPrescActivated   ((uint8_t)0x01)
 
#define IS_RCC_TIMCLK_PRESCALER(VALUE)   (((VALUE) == RCC_TIMPrescDesactivated) || ((VALUE) == RCC_TIMPrescActivated))
 

Detailed Description