/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 530 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 532 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 544 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 546 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 526 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 528 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 540 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 542 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 535 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 537 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 549 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 551 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_ll_lptim.c | 131 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 151 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 169 LPTIM_InitStruct->Waveform); in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 614 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 616 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 628 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 630 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 589 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 591 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 603 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 605 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 601 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 603 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 615 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 617 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_ll_lptim.c | 136 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 156 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 174 LPTIM_InitStruct->Waveform); in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_lptim.c | 139 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 159 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 177 LPTIM_InitStruct->Waveform); in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_ll_lptim.c | 144 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 164 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 182 LPTIM_InitStruct->Waveform); in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_ll_lptim.c | 144 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 164 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 182 LPTIM_InitStruct->Waveform); in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_lptim.c | 157 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 177 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 195 LPTIM_InitStruct->Waveform); in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 609 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 611 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 623 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 625 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 616 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 618 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 630 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 632 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 634 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 636 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 648 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 650 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 626 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 628 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 640 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 642 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_lptim.h | 78 uint32_t Waveform; /*!< Specifies the waveform shape. member 624 __STATIC_INLINE void LL_LPTIM_ConfigOutput(LPTIM_TypeDef *LPTIMx, uint32_t Waveform, uint32_t Polar… in LL_LPTIM_ConfigOutput() argument 626 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL, Waveform | Polarity); in LL_LPTIM_ConfigOutput() 638 __STATIC_INLINE void LL_LPTIM_SetWaveform(LPTIM_TypeDef *LPTIMx, uint32_t Waveform) in LL_LPTIM_SetWaveform() argument 640 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_WAVE, Waveform); in LL_LPTIM_SetWaveform()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_ll_lptim.c | 126 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 147 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 167 LPTIM_InitStruct->Waveform | \ in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_ll_lptim.c | 126 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 147 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 167 LPTIM_InitStruct->Waveform | \ in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_ll_lptim.c | 126 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 147 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 167 LPTIM_InitStruct->Waveform | \ in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_lptim.c | 126 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 147 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 167 LPTIM_InitStruct->Waveform | \ in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_lptim.c | 133 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 154 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 174 LPTIM_InitStruct->Waveform | \ in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_lptim.c | 133 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 154 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 174 LPTIM_InitStruct->Waveform | \ in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_lptim.c | 136 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 157 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 177 LPTIM_InitStruct->Waveform | \ in LL_LPTIM_Init()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_lptim.c | 136 LPTIM_InitStruct->Waveform = LL_LPTIM_OUTPUT_WAVEFORM_PWM; in LL_LPTIM_StructInit() 157 assert_param(IS_LL_LPTIM_WAVEFORM(LPTIM_InitStruct->Waveform)); in LL_LPTIM_Init() 177 LPTIM_InitStruct->Waveform | \ in LL_LPTIM_Init()
|