Home
last modified time | relevance | path

Searched refs:Waveform (Results 1 – 25 of 34) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lptim.h78 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/
Dstm32f7xx_ll_lptim.h78 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/
Dstm32f4xx_ll_lptim.h78 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/
Dstm32wbaxx_ll_lptim.c131 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/
Dstm32wbxx_ll_lptim.h78 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/
Dstm32mp1xx_ll_lptim.h78 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/
Dstm32g0xx_ll_lptim.h78 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/
Dstm32u0xx_ll_lptim.c136 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/
Dstm32u5xx_ll_lptim.c139 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/
Dstm32n6xx_ll_lptim.c144 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/
Dstm32h7rsxx_ll_lptim.c144 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/
Dstm32h5xx_ll_lptim.c157 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/
Dstm32h7xx_ll_lptim.h78 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/
Dstm32g4xx_ll_lptim.h78 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/
Dstm32l4xx_ll_lptim.h78 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/
Dstm32wlxx_ll_lptim.h78 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/
Dstm32l5xx_ll_lptim.h78 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/
Dstm32l0xx_ll_lptim.c126 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/
Dstm32f7xx_ll_lptim.c126 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/
Dstm32f4xx_ll_lptim.c126 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/
Dstm32g4xx_ll_lptim.c126 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/
Dstm32wbxx_ll_lptim.c133 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/
Dstm32g0xx_ll_lptim.c133 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/
Dstm32wlxx_ll_lptim.c136 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/
Dstm32l5xx_ll_lptim.c136 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()

12