Home
last modified time | relevance | path

Searched refs:HRTIM_CR2_SWPA (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_hrtim.h2417 #define HRTIM_TIMERSWAP_A (HRTIM_CR2_SWPA) /*!< Swap the output of the Timer A */
3752 SET_BIT((__HANDLE__)->Instance->sCommonRegs.CR2 , (HRTIM_CR2_SWPA)); \
3796 CLEAR_BIT((__HANDLE__)->Instance->sCommonRegs.CR2 , (HRTIM_CR2_SWPA)); \
Dstm32g4xx_ll_hrtim.h408 #define HRTIM_CR2_SWAP_MASK ((uint32_t)(HRTIM_CR2_SWPA |\
2347 SET_BIT(HRTIMx->sCommonRegs.CR2, (uint32_t)(HRTIM_CR2_SWPA) << iTimer); in LL_HRTIM_EnableSwapOutputs()
2375 CLEAR_BIT(HRTIMx->sCommonRegs.CR2, (HRTIM_CR2_SWPA << iTimer)); in LL_HRTIM_DisableSwapOutputs()
2405 …return (READ_BIT(HRTIMx->sCommonRegs.CR2, (uint32_t)(HRTIM_CR2_SWPA) << iTimer) >> ((HRTIM_CR2_SWP… in LL_HRTIM_IsEnabledSwapOutputs()
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g414xx.h8444 #define HRTIM_CR2_SWPA HRTIM_CR2_SWPA_Msk /*!< Timer A swap out… macro
Dstm32g474xx.h8857 #define HRTIM_CR2_SWPA HRTIM_CR2_SWPA_Msk /*!< Timer A swap out… macro
Dstm32g484xx.h9078 #define HRTIM_CR2_SWPA HRTIM_CR2_SWPA_Msk /*!< Timer A swap out… macro