Searched refs:IdleLevel (Results 1 – 9 of 9) sorted by relevance
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 1217 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimpleOCChannelCfg->IdleLevel)); in HAL_HRTIM_SimpleOCChannelConfig() 1271 OutputCfg.IdleLevel = (pSimpleOCChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOCChannelConfig() 1836 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimplePWMChannelCfg->IdleLevel)); in HAL_HRTIM_SimplePWMChannelConfig() 1893 OutputCfg.IdleLevel = (pSimplePWMChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimplePWMChannelConfig() 3221 OutputCfg.IdleLevel = (pSimpleOnePulseChannelCfg->OutputIdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOnePulseChannelConfig() 4885 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pOutputCfg->IdleLevel)); in HAL_HRTIM_WaveformOutputConfig() 7903 hrtim_outr |= (pOutputCfg->IdleLevel << shift); in HRTIM_OutputConfig() 7917 if ((pOutputCfg->IdleLevel == HRTIM_OUTPUTIDLELEVEL_ACTIVE) && in HRTIM_OutputConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 1372 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimpleOCChannelCfg->IdleLevel)); in HAL_HRTIM_SimpleOCChannelConfig() 1426 OutputCfg.IdleLevel = (pSimpleOCChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOCChannelConfig() 1991 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimplePWMChannelCfg->IdleLevel)); in HAL_HRTIM_SimplePWMChannelConfig() 2048 OutputCfg.IdleLevel = (pSimplePWMChannelCfg->IdleLevel& HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimplePWMChannelConfig() 3376 OutputCfg.IdleLevel = (pSimpleOnePulseChannelCfg->OutputIdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOnePulseChannelConfig() 5030 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pOutputCfg->IdleLevel)); in HAL_HRTIM_WaveformOutputConfig() 8072 hrtim_outr |= (pOutputCfg->IdleLevel << shift); in HRTIM_OutputConfig() 8086 if ((pOutputCfg->IdleLevel == HRTIM_OUTPUTIDLELEVEL_ACTIVE) && in HRTIM_OutputConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 1396 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimpleOCChannelCfg->IdleLevel)); in HAL_HRTIM_SimpleOCChannelConfig() 1452 OutputCfg.IdleLevel = (pSimpleOCChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOCChannelConfig() 2038 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pSimplePWMChannelCfg->IdleLevel)); in HAL_HRTIM_SimplePWMChannelConfig() 2097 OutputCfg.IdleLevel = (pSimplePWMChannelCfg->IdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimplePWMChannelConfig() 3463 OutputCfg.IdleLevel = (pSimpleOnePulseChannelCfg->OutputIdleLevel & HRTIM_OUTR_IDLES1); in HAL_HRTIM_SimpleOnePulseChannelConfig() 6152 assert_param(IS_HRTIM_OUTPUTIDLELEVEL(pOutputCfg->IdleLevel)); in HAL_HRTIM_WaveformOutputConfig() 9642 hrtim_outr |= (pOutputCfg->IdleLevel << shift); in HRTIM_OutputConfig() 9656 if ((pOutputCfg->IdleLevel == HRTIM_OUTPUTIDLELEVEL_ACTIVE) && in HRTIM_OutputConfig()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_hrtim.h | 198 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactive when in IDLE st… member 211 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactive when in ID… member 357 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactiv… member
|
D | stm32h7xx_ll_hrtim.h | 5939 …C_INLINE void LL_HRTIM_OUT_SetIdleLevel(HRTIM_TypeDef *HRTIMx, uint32_t Output, uint32_t IdleLevel) in LL_HRTIM_OUT_SetIdleLevel() argument 5944 …MODIFY_REG(*pReg, (HRTIM_OUTR_IDLES1 << REG_SHIFT_TAB_OUTxR[iOutput]), (IdleLevel << REG_SHIFT_TAB… in LL_HRTIM_OUT_SetIdleLevel()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_hrtim.h | 199 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactive when in IDLE st… member 212 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactive when in ID… member 358 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactiv… member
|
D | stm32f3xx_ll_hrtim.h | 6009 …C_INLINE void LL_HRTIM_OUT_SetIdleLevel(HRTIM_TypeDef *HRTIMx, uint32_t Output, uint32_t IdleLevel) in LL_HRTIM_OUT_SetIdleLevel() argument 6014 …MODIFY_REG(*pReg, (HRTIM_OUTR_IDLES1 << REG_SHIFT_TAB_OUTxR[iOutput]), (IdleLevel << REG_SHIFT_TAB… in LL_HRTIM_OUT_SetIdleLevel()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_hrtim.h | 201 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactive when in IDLE st… member 214 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactive when in ID… member 407 …uint32_t IdleLevel; /*!< Specifies whether the output level is active or inactiv… member
|
D | stm32g4xx_ll_hrtim.h | 8756 …C_INLINE void LL_HRTIM_OUT_SetIdleLevel(HRTIM_TypeDef *HRTIMx, uint32_t Output, uint32_t IdleLevel) in LL_HRTIM_OUT_SetIdleLevel() argument 8761 …MODIFY_REG(*pReg, (HRTIM_OUTR_IDLES1 << REG_SHIFT_TAB_OUTxR[iOutput]), (IdleLevel << REG_SHIFT_TAB… in LL_HRTIM_OUT_SetIdleLevel()
|