NinjaFlight
|
#include "stm32f30x.h"
Macros | |
#define | CCMR_OFFSET ((uint16_t)0x0018) |
Selects the TIM Output Compare Mode. More... | |
#define | CCMR_OC13M_MASK ((uint32_t)0xFFFEFF8F) |
#define | CCMR_OC24M_MASK ((uint32_t)0xFEFF8FFF) |
#define CCMR_OC13M_MASK ((uint32_t)0xFFFEFF8F) |
#define CCMR_OC24M_MASK ((uint32_t)0xFEFF8FFF) |
#define CCMR_OFFSET ((uint16_t)0x0018) |
Selects the TIM Output Compare Mode.
TIMx | where x can be 1, 2, 3, 4, 8, 15, 16 or 17 to select the TIM peripheral. |
TIM_Channel | specifies the TIM Channel This parameter can be one of the following values:
|
TIM_OCMode | specifies the TIM Output Compare Mode. This parameter can be one of the following values:
|
None |