Home
last modified time | relevance | path

Searched refs:HRTIM_OUTR_POL1 (Results 1 – 23 of 23) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hrtim.c1270 OutputCfg.Polarity = (pSimpleOCChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOCChannelConfig()
1892 OutputCfg.Polarity = (pSimplePWMChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimplePWMChannelConfig()
3220 OutputCfg.Polarity = (pSimpleOnePulseChannelCfg->OutputPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3236 EventCfg.Polarity = (pSimpleOnePulseChannelCfg->EventPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
7889 hrtim_outr &= ~((HRTIM_OUTR_POL1 | in HRTIM_OutputConfig()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_hrtim.c1425 OutputCfg.Polarity = (pSimpleOCChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOCChannelConfig()
2047 OutputCfg.Polarity = (pSimplePWMChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimplePWMChannelConfig()
3375 OutputCfg.Polarity = (pSimpleOnePulseChannelCfg->OutputPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3391 EventCfg.Polarity = (pSimpleOnePulseChannelCfg->EventPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
8058 hrtim_outr &= ~((HRTIM_OUTR_POL1 | in HRTIM_OutputConfig()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_hrtim.c1451 OutputCfg.Polarity = (pSimpleOCChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOCChannelConfig()
2096 OutputCfg.Polarity = (pSimplePWMChannelCfg->Polarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimplePWMChannelConfig()
3462 OutputCfg.Polarity = (pSimpleOnePulseChannelCfg->OutputPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
3478 EventCfg.Polarity = (pSimpleOnePulseChannelCfg->EventPolarity & HRTIM_OUTR_POL1); in HAL_HRTIM_SimpleOnePulseChannelConfig()
9628 hrtim_outr &= ~((HRTIM_OUTR_POL1 | in HRTIM_OutputConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_hrtim.h257 #define HRTIM_OUT_CONFIG_MASK ((uint32_t)(HRTIM_OUTR_POL1 |\
1039 #define LL_HRTIM_OUT_NEGATIVE_POLARITY (HRTIM_OUTR_POL1) /*!< Output is active LOW */
5827 …MODIFY_REG(*pReg, (HRTIM_OUTR_POL1 << REG_SHIFT_TAB_OUTxR[iOutput]), (Polarity << REG_SHIFT_TAB_OU… in LL_HRTIM_OUT_SetPolarity()
5855 …return (READ_BIT(*pReg, (uint32_t)(HRTIM_OUTR_POL1) << REG_SHIFT_TAB_OUTxR[iOutput]) >> REG_SHIFT_… in LL_HRTIM_OUT_GetPolarity()
Dstm32h7xx_hal_hrtim.h950 #define HRTIM_OUTPUTPOLARITY_LOW (HRTIM_OUTR_POL1) /*!< Output is active LOW */
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_hrtim.h257 #define HRTIM_OUT_CONFIG_MASK ((uint32_t)(HRTIM_OUTR_POL1 |\
1068 #define LL_HRTIM_OUT_NEGATIVE_POLARITY (HRTIM_OUTR_POL1) /*!< Output is active LOW */
5897 …MODIFY_REG(*pReg, (HRTIM_OUTR_POL1 << REG_SHIFT_TAB_OUTxR[iOutput]), (Polarity << REG_SHIFT_TAB_OU… in LL_HRTIM_OUT_SetPolarity()
5925 …return (READ_BIT(*pReg, (uint32_t)(HRTIM_OUTR_POL1) << REG_SHIFT_TAB_OUTxR[iOutput]) >> REG_SHIFT_… in LL_HRTIM_OUT_GetPolarity()
Dstm32f3xx_hal_hrtim.h956 #define HRTIM_OUTPUTPOLARITY_LOW (HRTIM_OUTR_POL1) /*!< Output is active LOW */
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_hrtim.h449 #define HRTIM_OUT_CONFIG_MASK ((uint32_t)(HRTIM_OUTR_POL1 |\
1562 #define LL_HRTIM_OUT_NEGATIVE_POLARITY (HRTIM_OUTR_POL1) /*!< Output is active LOW */
8636 …MODIFY_REG(*pReg, (HRTIM_OUTR_POL1 << REG_SHIFT_TAB_OUTxR[iOutput]), (Polarity << REG_SHIFT_TAB_OU… in LL_HRTIM_OUT_SetPolarity()
8666 …return (READ_BIT(*pReg, (uint32_t)(HRTIM_OUTR_POL1) << REG_SHIFT_TAB_OUTxR[iOutput]) >> REG_SHIFT_… in LL_HRTIM_OUT_GetPolarity()
Dstm32g4xx_hal_hrtim.h1193 #define HRTIM_OUTPUTPOLARITY_LOW (HRTIM_OUTR_POL1) /*!< Output is active LOW */
/hal_stm32-latest/stm32cube/stm32f3xx/soc/
Dstm32f334x8.h9712 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g414xx.h8174 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32g474xx.h8587 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32g484xx.h8808 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h742xx.h22293 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h750xx.h23222 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h753xx.h23228 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h745xx.h23714 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h745xg.h23714 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h743xx.h22941 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h755xx.h24001 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h757xx.h27174 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h747xg.h26887 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro
Dstm32h747xx.h26887 #define HRTIM_OUTR_POL1 HRTIM_OUTR_POL1_Msk /*!< Slave output 1 … macro