Home
last modified time | relevance | path

Searched refs:Structure (Results 1 – 25 of 45) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_tim.c205 static void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure);
6781 static void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6791 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6798 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6802 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6807 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6810 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6815 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_tim.c202 static void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure);
6432 static void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6442 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6449 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6453 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6458 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6461 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_tim.c5946 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
5956 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
5963 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
5967 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
5972 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
5975 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
5980 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_tim.c202 static void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure);
6435 static void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6445 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6452 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6456 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6461 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6464 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_tim.c6777 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6787 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6794 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6798 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6803 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6806 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6811 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_tim.c6958 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6968 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6975 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6979 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6984 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6987 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6992 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_tim.c6971 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6981 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6988 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6992 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6997 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
7000 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
7005 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_tim.c6786 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6796 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6803 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6807 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6812 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6815 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6820 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_tim.c6936 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6946 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6953 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6957 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6962 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6965 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6970 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_tim.c6777 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6787 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6794 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6798 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6803 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6806 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6811 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_tim.c6776 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6786 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6793 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6797 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6802 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6805 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6810 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_tim.c6953 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6963 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6970 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6974 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6979 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6982 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6987 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_tim.c6930 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6940 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6947 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6951 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6956 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6959 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6964 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_tim.c6926 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6936 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6943 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6947 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6952 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6955 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6960 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_tim.c6935 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6945 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6952 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6956 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6959 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6962 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6967 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_tim.c6940 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6950 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6957 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6961 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6966 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6969 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6974 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_tim.c6935 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6945 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6952 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6956 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6961 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6964 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6969 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_tim.c6964 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6974 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6981 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6985 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6990 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6993 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6998 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim.c7260 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
7270 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
7277 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
7281 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
7284 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
7287 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
7292 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim.c7266 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
7276 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
7283 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
7287 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
7292 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
7295 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
7300 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim.c7233 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
7243 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
7250 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
7254 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
7259 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
7262 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
7267 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim.c7269 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
7279 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
7286 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
7290 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
7295 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
7298 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
7303 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim.c7108 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
7118 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
7125 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
7129 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
7134 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
7137 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
7142 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_tim.c7233 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
7243 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
7250 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
7254 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
7259 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
7262 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
7267 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_tim.h2124 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, const TIM_Base_InitTypeDef *Structure);

12