/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_hrtim.h | 1973 uint32_t shift = ((3U * ADCTrig) & 0x1FU); in LL_HRTIM_ConfigADCTrig() local 1976 MODIFY_REG(HRTIMx->sCommonRegs.CR1, (HRTIM_CR1_ADC1USRC << shift), (Update << shift)); in LL_HRTIM_ConfigADCTrig() 2006 uint32_t shift = ((3U * ADCTrig) & 0x1FU); in LL_HRTIM_SetADCTrigUpdate() local 2007 MODIFY_REG(HRTIMx->sCommonRegs.CR1, (HRTIM_CR1_ADC1USRC << shift), (Update << shift)); in LL_HRTIM_SetADCTrigUpdate() 2032 const uint32_t shift = ((3U * ADCTrig) & 0x1FU); in LL_HRTIM_GetADCTrigUpdate() local 2033 return (READ_BIT(HRTIMx->sCommonRegs.CR1, (uint32_t)(HRTIM_CR1_ADC1USRC) << shift) >> shift); in LL_HRTIM_GetADCTrigUpdate() 3213 …uint32_t shift = (((uint32_t)POSITION_VAL(CompareUnit) - (uint32_t)POSITION_VAL(LL_HRTIM_COMPAREUN… in LL_HRTIM_TIM_SetCompareMode() local 3214 MODIFY_REG(* pReg, (HRTIM_TIMCR_DELCMP2 << shift), (Mode << shift)); in LL_HRTIM_TIM_SetCompareMode() 3242 …uint32_t shift = (((uint32_t)POSITION_VAL(CompareUnit) - (uint32_t)POSITION_VAL(LL_HRTIM_COMPAREUN… in LL_HRTIM_TIM_GetCompareMode() local 3243 return (READ_BIT(*pReg, (HRTIM_TIMCR_DELCMP2 << shift)) >> shift); in LL_HRTIM_TIM_GetCompareMode()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_hrtim.h | 2002 uint32_t shift = ((3U * ADCTrig) & 0x1FU); in LL_HRTIM_ConfigADCTrig() local 2005 MODIFY_REG(HRTIMx->sCommonRegs.CR1, (HRTIM_CR1_ADC1USRC << shift), (Update << shift)); in LL_HRTIM_ConfigADCTrig() 2035 uint32_t shift = ((3U * ADCTrig) & 0x1FU); in LL_HRTIM_SetADCTrigUpdate() local 2036 MODIFY_REG(HRTIMx->sCommonRegs.CR1, (HRTIM_CR1_ADC1USRC << shift), (Update << shift)); in LL_HRTIM_SetADCTrigUpdate() 2061 const uint32_t shift = ((3U * ADCTrig) & 0x1FU); in LL_HRTIM_GetADCTrigUpdate() local 2062 return (READ_BIT(HRTIMx->sCommonRegs.CR1, (uint32_t)(HRTIM_CR1_ADC1USRC) << shift) >> shift); in LL_HRTIM_GetADCTrigUpdate() 3283 …uint32_t shift = (((uint32_t)POSITION_VAL(CompareUnit) - (uint32_t)POSITION_VAL(LL_HRTIM_COMPAREUN… in LL_HRTIM_TIM_SetCompareMode() local 3284 MODIFY_REG(* pReg, (HRTIM_TIMCR_DELCMP2 << shift), (Mode << shift)); in LL_HRTIM_TIM_SetCompareMode() 3312 …uint32_t shift = (((uint32_t)POSITION_VAL(CompareUnit) - (uint32_t)POSITION_VAL(LL_HRTIM_COMPAREUN… in LL_HRTIM_TIM_GetCompareMode() local 3313 return (READ_BIT(*pReg, (HRTIM_TIMCR_DELCMP2 << shift)) >> shift); in LL_HRTIM_TIM_GetCompareMode()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_gfxtim.c | 1455 uint32_t shift; in HAL_GFXTIM_EventGenerator_Config() local 1472 shift = (EventGenerator) * 8U; in HAL_GFXTIM_EventGenerator_Config() 1474 ((GFXTIM_EVSR_LES1 | GFXTIM_EVSR_FES1) << shift), in HAL_GFXTIM_EventGenerator_Config() 1475 ((pEventGeneratorConfig->LineEvent | pEventGeneratorConfig->FrameEvent) << shift)); in HAL_GFXTIM_EventGenerator_Config()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_gfxtim.c | 1455 uint32_t shift; in HAL_GFXTIM_EventGenerator_Config() local 1472 shift = (EventGenerator) * 8U; in HAL_GFXTIM_EventGenerator_Config() 1474 ((GFXTIM_EVSR_LES1 | GFXTIM_EVSR_FES1) << shift), in HAL_GFXTIM_EventGenerator_Config() 1475 ((pEventGeneratorConfig->LineEvent | pEventGeneratorConfig->FrameEvent) << shift)); in HAL_GFXTIM_EventGenerator_Config()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_gfxtim.c | 1455 uint32_t shift; in HAL_GFXTIM_EventGenerator_Config() local 1472 shift = (EventGenerator) * 8U; in HAL_GFXTIM_EventGenerator_Config() 1474 ((GFXTIM_EVSR_LES1 | GFXTIM_EVSR_FES1) << shift), in HAL_GFXTIM_EventGenerator_Config() 1475 ((pEventGeneratorConfig->LineEvent | pEventGeneratorConfig->FrameEvent) << shift)); in HAL_GFXTIM_EventGenerator_Config()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_hrtim.c | 7852 uint32_t shift = 0U; in HRTIM_OutputConfig() local 7880 shift = 16U; in HRTIM_OutputConfig() 7894 HRTIM_OUTR_DIDL1) << shift); in HRTIM_OutputConfig() 7897 hrtim_outr |= (pOutputCfg->Polarity << shift); in HRTIM_OutputConfig() 7900 hrtim_outr |= (pOutputCfg->IdleMode << shift); in HRTIM_OutputConfig() 7903 hrtim_outr |= (pOutputCfg->IdleLevel << shift); in HRTIM_OutputConfig() 7906 hrtim_outr |= (pOutputCfg->FaultLevel << shift); in HRTIM_OutputConfig() 7909 hrtim_outr |= (pOutputCfg->ChopperModeEnable << shift); in HRTIM_OutputConfig() 7921 hrtim_outr |= (pOutputCfg->BurstModeEntryDelayed << shift); in HRTIM_OutputConfig()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_hrtim.c | 8021 uint32_t shift = 0U; in HRTIM_OutputConfig() local 8049 shift = 16U; in HRTIM_OutputConfig() 8063 HRTIM_OUTR_DIDL1) << shift); in HRTIM_OutputConfig() 8066 hrtim_outr |= (pOutputCfg->Polarity << shift); in HRTIM_OutputConfig() 8069 hrtim_outr |= (pOutputCfg->IdleMode << shift); in HRTIM_OutputConfig() 8072 hrtim_outr |= (pOutputCfg->IdleLevel << shift); in HRTIM_OutputConfig() 8075 hrtim_outr |= (pOutputCfg->FaultLevel << shift); in HRTIM_OutputConfig() 8078 hrtim_outr |= (pOutputCfg->ChopperModeEnable << shift); in HRTIM_OutputConfig() 8090 hrtim_outr |= (pOutputCfg->BurstModeEntryDelayed << shift); in HRTIM_OutputConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_hrtim.c | 9589 uint32_t shift = 0U; in HRTIM_OutputConfig() local 9619 shift = 16U; in HRTIM_OutputConfig() 9633 HRTIM_OUTR_DIDL1) << shift); in HRTIM_OutputConfig() 9636 hrtim_outr |= (pOutputCfg->Polarity << shift); in HRTIM_OutputConfig() 9639 hrtim_outr |= (pOutputCfg->IdleMode << shift); in HRTIM_OutputConfig() 9642 hrtim_outr |= (pOutputCfg->IdleLevel << shift); in HRTIM_OutputConfig() 9645 hrtim_outr |= (pOutputCfg->FaultLevel << shift); in HRTIM_OutputConfig() 9648 hrtim_outr |= (pOutputCfg->ChopperModeEnable << shift); in HRTIM_OutputConfig() 9660 hrtim_outr |= (pOutputCfg->BurstModeEntryDelayed << shift); in HRTIM_OutputConfig()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_hrtim.h | 4577 …uint32_t shift = (((uint32_t)POSITION_VAL(CompareUnit) - (uint32_t)POSITION_VAL(LL_HRTIM_COMPAREUN… in LL_HRTIM_TIM_SetCompareMode() local 4578 MODIFY_REG(* pReg, (HRTIM_TIMCR_DELCMP2 << shift), (Mode << shift)); in LL_HRTIM_TIM_SetCompareMode() 4607 …uint32_t shift = (((uint32_t)POSITION_VAL(CompareUnit) - (uint32_t)POSITION_VAL(LL_HRTIM_COMPAREUN… in LL_HRTIM_TIM_GetCompareMode() local 4608 return (READ_BIT(*pReg, (HRTIM_TIMCR_DELCMP2 << shift)) >> shift); in LL_HRTIM_TIM_GetCompareMode()
|