Macros
Collaboration diagram for RCC_TIM_PRescaler_Selection:

Macros

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

Detailed Description

Macro Definition Documentation

◆ IS_RCC_TIMCLK_PRESCALER [1/2]

#define IS_RCC_TIMCLK_PRESCALER (   VALUE)    (((VALUE) == RCC_TIMPrescDesactivated) || ((VALUE) == RCC_TIMPrescActivated))

◆ IS_RCC_TIMCLK_PRESCALER [2/2]

#define IS_RCC_TIMCLK_PRESCALER (   VALUE)    (((VALUE) == RCC_TIMPrescDesactivated) || ((VALUE) == RCC_TIMPrescActivated))

◆ RCC_TIMPrescActivated [1/2]

#define RCC_TIMPrescActivated   ((uint8_t)0x01)

◆ RCC_TIMPrescActivated [2/2]

#define RCC_TIMPrescActivated   ((uint8_t)0x01)

◆ RCC_TIMPrescDesactivated [1/2]

#define RCC_TIMPrescDesactivated   ((uint8_t)0x00)

◆ RCC_TIMPrescDesactivated [2/2]

#define RCC_TIMPrescDesactivated   ((uint8_t)0x00)


rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Mon Feb 28 2022 23:36:14