Searched refs:TIM_BDTRInitStruct (Results 1 – 8 of 8) sorted by relevance
653 TIM_BDTRInitStruct->OSSRState = LL_TIM_OSSR_DISABLE; in LL_TIM_BDTR_StructInit()654 TIM_BDTRInitStruct->OSSIState = LL_TIM_OSSI_DISABLE; in LL_TIM_BDTR_StructInit()655 TIM_BDTRInitStruct->LockLevel = LL_TIM_LOCKLEVEL_OFF; in LL_TIM_BDTR_StructInit()656 TIM_BDTRInitStruct->DeadTime = (uint8_t)0x00U; in LL_TIM_BDTR_StructInit()657 TIM_BDTRInitStruct->BreakState = LL_TIM_BREAK_DISABLE; in LL_TIM_BDTR_StructInit()658 TIM_BDTRInitStruct->BreakPolarity = LL_TIM_BREAK_POLARITY_LOW; in LL_TIM_BDTR_StructInit()681 assert_param(IS_LL_TIM_OSSR_STATE(TIM_BDTRInitStruct->OSSRState)); in LL_TIM_BDTR_Init()682 assert_param(IS_LL_TIM_OSSI_STATE(TIM_BDTRInitStruct->OSSIState)); in LL_TIM_BDTR_Init()683 assert_param(IS_LL_TIM_LOCK_LEVEL(TIM_BDTRInitStruct->LockLevel)); in LL_TIM_BDTR_Init()692 MODIFY_REG(tmpbdtr, TIM_BDTR_DTG, TIM_BDTRInitStruct->DeadTime); in LL_TIM_BDTR_Init()[all …]
2230 TIMx->BDTR = (uint32_t)TIM_BDTRInitStruct->TIM_OSSRState | TIM_BDTRInitStruct->TIM_OSSIState | in TIM_BDTRConfig()2231 TIM_BDTRInitStruct->TIM_LOCKLevel | TIM_BDTRInitStruct->TIM_DeadTime | in TIM_BDTRConfig()2232 TIM_BDTRInitStruct->TIM_Break | TIM_BDTRInitStruct->TIM_BreakPolarity | in TIM_BDTRConfig()2233 TIM_BDTRInitStruct->TIM_AutomaticOutput; in TIM_BDTRConfig()2242 void TIM_BDTRStructInit(TIM_BDTRInitTypeDef* TIM_BDTRInitStruct) in TIM_BDTRStructInit() argument2245 TIM_BDTRInitStruct->TIM_OSSRState = TIM_OSSRState_Disable; in TIM_BDTRStructInit()2246 TIM_BDTRInitStruct->TIM_OSSIState = TIM_OSSIState_Disable; in TIM_BDTRStructInit()2247 TIM_BDTRInitStruct->TIM_LOCKLevel = TIM_LOCKLevel_OFF; in TIM_BDTRStructInit()2248 TIM_BDTRInitStruct->TIM_DeadTime = 0x00; in TIM_BDTRStructInit()2249 TIM_BDTRInitStruct->TIM_Break = TIM_Break_Disable; in TIM_BDTRStructInit()[all …]
2234 TIMx->BDTR = (uint32_t)TIM_BDTRInitStruct->TIM_OSSRState | TIM_BDTRInitStruct->TIM_OSSIState | in TIM_BDTRConfig()2235 TIM_BDTRInitStruct->TIM_LOCKLevel | TIM_BDTRInitStruct->TIM_DeadTime | in TIM_BDTRConfig()2236 TIM_BDTRInitStruct->TIM_Break | TIM_BDTRInitStruct->TIM_BreakPolarity | in TIM_BDTRConfig()2237 TIM_BDTRInitStruct->TIM_AutomaticOutput; in TIM_BDTRConfig()2246 void TIM_BDTRStructInit(TIM_BDTRInitTypeDef* TIM_BDTRInitStruct) in TIM_BDTRStructInit() argument2249 TIM_BDTRInitStruct->TIM_OSSRState = TIM_OSSRState_Disable; in TIM_BDTRStructInit()2250 TIM_BDTRInitStruct->TIM_OSSIState = TIM_OSSIState_Disable; in TIM_BDTRStructInit()2251 TIM_BDTRInitStruct->TIM_LOCKLevel = TIM_LOCKLevel_OFF; in TIM_BDTRStructInit()2252 TIM_BDTRInitStruct->TIM_DeadTime = 0x00; in TIM_BDTRStructInit()2253 TIM_BDTRInitStruct->TIM_Break = TIM_Break_Disable; in TIM_BDTRStructInit()[all …]
722 TIMx->BDTR = (uint32_t)TIM_BDTRInitStruct->TIM_OSSRState | TIM_BDTRInitStruct->TIM_OSSIState | in TIM_BDTRConfig()723 TIM_BDTRInitStruct->TIM_LOCKLevel | TIM_BDTRInitStruct->TIM_DeadTime | in TIM_BDTRConfig()724 TIM_BDTRInitStruct->TIM_Break | TIM_BDTRInitStruct->TIM_BreakPolarity | in TIM_BDTRConfig()725 TIM_BDTRInitStruct->TIM_AutomaticOutput; in TIM_BDTRConfig()785 void TIM_BDTRStructInit(TIM_BDTRInitTypeDef* TIM_BDTRInitStruct) in TIM_BDTRStructInit() argument788 TIM_BDTRInitStruct->TIM_OSSRState = TIM_OSSRState_Disable; in TIM_BDTRStructInit()789 TIM_BDTRInitStruct->TIM_OSSIState = TIM_OSSIState_Disable; in TIM_BDTRStructInit()790 TIM_BDTRInitStruct->TIM_LOCKLevel = TIM_LOCKLevel_OFF; in TIM_BDTRStructInit()791 TIM_BDTRInitStruct->TIM_DeadTime = 0x00; in TIM_BDTRStructInit()792 TIM_BDTRInitStruct->TIM_Break = TIM_Break_Disable; in TIM_BDTRStructInit()[all …]
1093 void TIM_BDTRConfig(TIM_TypeDef* TIMx, TIM_BDTRInitTypeDef *TIM_BDTRInitStruct);1094 void TIM_BDTRStructInit(TIM_BDTRInitTypeDef* TIM_BDTRInitStruct);
1035 void TIM_BDTRConfig(TIM_TypeDef* TIMx, TIM_BDTRInitTypeDef *TIM_BDTRInitStruct);1039 void TIM_BDTRStructInit(TIM_BDTRInitTypeDef* TIM_BDTRInitStruct);
3938 void LL_TIM_BDTR_StructInit(LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct);3939 ErrorStatus LL_TIM_BDTR_Init(TIM_TypeDef *TIMx, LL_TIM_BDTR_InitTypeDef *TIM_BDTRInitStruct);
Completed in 55 milliseconds