/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_tim.h | 4485 SET_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_EnableAsymmetricalDeadTime() 4498 CLEAR_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_DisableAsymmetricalDeadTime() 4511 return ((READ_BIT(TIMx->DTR2, TIM_DTR2_DTAE) == (TIM_DTR2_DTAE)) ? 1UL : 0UL); in LL_TIM_IsEnabledAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_tim.h | 4347 SET_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_EnableAsymmetricalDeadTime() 4360 CLEAR_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_DisableAsymmetricalDeadTime() 4373 return ((READ_BIT(TIMx->DTR2, TIM_DTR2_DTAE) == (TIM_DTR2_DTAE)) ? 1UL : 0UL); in LL_TIM_IsEnabledAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_tim.h | 4286 SET_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_EnableAsymmetricalDeadTime() 4299 CLEAR_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_DisableAsymmetricalDeadTime() 4312 return ((READ_BIT(TIMx->DTR2, TIM_DTR2_DTAE) == (TIM_DTR2_DTAE)) ? 1UL : 0UL); in LL_TIM_IsEnabledAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_tim.h | 4671 SET_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_EnableAsymmetricalDeadTime() 4684 CLEAR_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_DisableAsymmetricalDeadTime() 4697 return ((READ_BIT(TIMx->DTR2, TIM_DTR2_DTAE) == (TIM_DTR2_DTAE)) ? 1UL : 0UL); in LL_TIM_IsEnabledAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_tim.h | 4622 SET_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_EnableAsymmetricalDeadTime() 4635 CLEAR_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_DisableAsymmetricalDeadTime() 4648 return ((READ_BIT(TIMx->DTR2, TIM_DTR2_DTAE) == (TIM_DTR2_DTAE)) ? 1UL : 0UL); in LL_TIM_IsEnabledAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_tim.h | 4798 SET_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_EnableAsymmetricalDeadTime() 4811 CLEAR_BIT(TIMx->DTR2, TIM_DTR2_DTAE); in LL_TIM_DisableAsymmetricalDeadTime() 4824 return ((READ_BIT(TIMx->DTR2, TIM_DTR2_DTAE) == (TIM_DTR2_DTAE)) ? 1UL : 0UL); in LL_TIM_IsEnabledAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_tim_ex.c | 2872 SET_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_EnableAsymmetricalDeadTime() 2886 CLEAR_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_DisableAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_tim_ex.c | 2991 SET_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_EnableAsymmetricalDeadTime() 3005 CLEAR_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_DisableAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_tim_ex.c | 2917 SET_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_EnableAsymmetricalDeadTime() 2931 CLEAR_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_DisableAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_tim_ex.c | 2847 SET_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_EnableAsymmetricalDeadTime() 2861 CLEAR_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_DisableAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_tim_ex.c | 2995 SET_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_EnableAsymmetricalDeadTime() 3009 CLEAR_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_DisableAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_tim_ex.c | 3189 SET_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_EnableAsymmetricalDeadTime() 3203 CLEAR_BIT(htim->Instance->DTR2, TIM_DTR2_DTAE); in HAL_TIMEx_DisableAsymmetricalDeadTime()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/ |
D | stm32wba50xx.h | 9060 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime as… macro
|
D | stm32wba52xx.h | 13228 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime as… macro
|
/hal_stm32-latest/stm32cube/stm32g4xx/soc/ |
D | stm32g411xb.h | 10240 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32g411xc.h | 10458 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32g441xx.h | 11024 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32gbk1cb.h | 10766 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32g431xx.h | 10794 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32g4a1xx.h | 11534 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32g491xx.h | 11304 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32g473xx.h | 12095 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32g471xx.h | 11527 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
D | stm32g483xx.h | 12325 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime asymmetric… macro
|
/hal_stm32-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 7502 #define TIM_DTR2_DTAE TIM_DTR2_DTAE_Msk /*!<Deadtime as… macro
|