libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
TIMx_CR2_OIS: Force Output Idle State Control Values
Collaboration diagram for TIMx_CR2_OIS: Force Output Idle State Control Values:

Macros

#define TIM_CR2_OIS4   (1 << 14)
 Output idle state 4 (OC4 output) More...
 
#define TIM_CR2_OIS3N   (1 << 13)
 Output idle state 3 (OC3N output) More...
 
#define TIM_CR2_OIS3   (1 << 12)
 Output idle state 3 (OC3 output) More...
 
#define TIM_CR2_OIS2N   (1 << 11)
 Output idle state 2 (OC2N output) More...
 
#define TIM_CR2_OIS2   (1 << 10)
 Output idle state 2 (OC2 output) More...
 
#define TIM_CR2_OIS1N   (1 << 9)
 Output idle state 1 (OC1N output) More...
 
#define TIM_CR2_OIS1   (1 << 8)
 Output idle state 1 (OC1 output) More...
 
#define TIM_CR2_OIS_MASK   (0x7f << 8)
 

Detailed Description

Macro Definition Documentation

◆ TIM_CR2_OIS1

#define TIM_CR2_OIS1   (1 << 8)

Output idle state 1 (OC1 output)

Definition at line 456 of file timer_common_all.h.

◆ TIM_CR2_OIS1N

#define TIM_CR2_OIS1N   (1 << 9)

Output idle state 1 (OC1N output)

Definition at line 453 of file timer_common_all.h.

◆ TIM_CR2_OIS2

#define TIM_CR2_OIS2   (1 << 10)

Output idle state 2 (OC2 output)

Definition at line 450 of file timer_common_all.h.

◆ TIM_CR2_OIS2N

#define TIM_CR2_OIS2N   (1 << 11)

Output idle state 2 (OC2N output)

Definition at line 447 of file timer_common_all.h.

◆ TIM_CR2_OIS3

#define TIM_CR2_OIS3   (1 << 12)

Output idle state 3 (OC3 output)

Definition at line 444 of file timer_common_all.h.

◆ TIM_CR2_OIS3N

#define TIM_CR2_OIS3N   (1 << 13)

Output idle state 3 (OC3N output)

Definition at line 441 of file timer_common_all.h.

◆ TIM_CR2_OIS4

#define TIM_CR2_OIS4   (1 << 14)

Output idle state 4 (OC4 output)

Definition at line 438 of file timer_common_all.h.

◆ TIM_CR2_OIS_MASK

#define TIM_CR2_OIS_MASK   (0x7f << 8)

Definition at line 457 of file timer_common_all.h.