Searched refs:TIM_CR2_OIS4 (Results 1 – 21 of 21) sorted by relevance
179 #define TIM_CR2_OIS4 (0x01U << TIM_CR2_OIS4_Pos) ///< Output Idle st… macro
187 MODIFY_REG(tim->CR2, TIM_CR2_OIS4, init_struct->TIM_OCIdleState << 6); in TIM_OC4Init()
1028 tmpcr2 &= (uint16_t)(~((uint16_t)TIM_CR2_OIS4)); in TIM_OC4Init()
522 tmpcr2 &= (uint16_t)(~((uint16_t)TIM_CR2_OIS4)); in TIM_OC4Init()
814 tmpcr2 &= (uint16_t)(~((uint16_t)TIM_CR2_OIS4)); in TIM_OC4Init()
1036 tmpcr2 &= (uint16_t)(~((uint16_t)TIM_CR2_OIS4)); in TIM_OC4Init()
1038 tmpcr2 &= (uint16_t)(~((uint16_t)TIM_CR2_OIS4)); in TIM_OC4Init()
3398 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
3439 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
3490 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
3481 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
3480 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
3719 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
2983 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
2992 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
3286 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
3098 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!<Output Idle state 4 … macro
4284 #define TIM_CR2_OIS4 TIM_CR2_OIS4_Msk /*!<Output Idle stat… macro
4335 #define TIM_CR2_OIS4 TIM_CR2_OIS4_Msk /*!<Output Idle stat… macro
4264 #define TIM_CR2_OIS4 TIM_CR2_OIS4_Msk /*!<Output Idle stat… macro
3461 #define TIM_CR2_OIS4 ((uint16_t)0x4000) /*!< Output Idle state 4… macro
Completed in 1064 milliseconds