Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim.c5790 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
5800 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
5807 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
5811 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
5816 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
5819 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
5824 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_tim.c5811 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
5821 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
5828 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
5832 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
5837 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
5840 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
5845 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_tim.c194 static void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure);
5558 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
5568 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
5575 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
5579 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
5584 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
5587 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim.c5955 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
5965 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
5972 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
5976 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
5981 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
5984 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
5989 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_tim.c5973 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
5983 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
5990 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
5994 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
5999 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6002 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6007 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_tim.c6714 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure) in TIM_Base_SetConfig() argument
6724 tmpcr1 |= Structure->CounterMode; in TIM_Base_SetConfig()
6731 tmpcr1 |= (uint32_t)Structure->ClockDivision; in TIM_Base_SetConfig()
6735 MODIFY_REG(tmpcr1, TIM_CR1_ARPE, Structure->AutoReloadPreload); in TIM_Base_SetConfig()
6740 TIMx->ARR = (uint32_t)Structure->Period ; in TIM_Base_SetConfig()
6743 TIMx->PSC = Structure->Prescaler; in TIM_Base_SetConfig()
6748 TIMx->RCR = Structure->RepetitionCounter; in TIM_Base_SetConfig()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim.h1994 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure);
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_tim.h1935 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure);
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_tim.h2174 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure);
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tim.h2211 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure);
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_tim.h2315 void TIM_Base_SetConfig(TIM_TypeDef *TIMx, TIM_Base_InitTypeDef *Structure);