Home
last modified time | relevance | path

Searched refs:TIM_SMCR_SMSPE (Results 1 – 25 of 56) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_tim.h3995 SET_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_EnableSMSPreload()
4008 CLEAR_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_DisableSMSPreload()
4021 return ((READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPE) == (TIM_SMCR_SMSPE)) ? 1UL : 0UL); in LL_TIM_IsEnabledSMSPreload()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_tim.h3903 SET_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_EnableSMSPreload()
3916 CLEAR_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_DisableSMSPreload()
3929 return ((READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPE) == (TIM_SMCR_SMSPE)) ? 1UL : 0UL); in LL_TIM_IsEnabledSMSPreload()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_tim.h3848 SET_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_EnableSMSPreload()
3861 CLEAR_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_DisableSMSPreload()
3874 return ((READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPE) == (TIM_SMCR_SMSPE)) ? 1UL : 0UL); in LL_TIM_IsEnabledSMSPreload()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_tim.h4212 SET_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_EnableSMSPreload()
4225 CLEAR_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_DisableSMSPreload()
4238 return ((READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPE) == (TIM_SMCR_SMSPE)) ? 1UL : 0UL); in LL_TIM_IsEnabledSMSPreload()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_tim.h4172 SET_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_EnableSMSPreload()
4185 CLEAR_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_DisableSMSPreload()
4198 return ((READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPE) == (TIM_SMCR_SMSPE)) ? 1UL : 0UL); in LL_TIM_IsEnabledSMSPreload()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_tim.h4309 SET_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_EnableSMSPreload()
4322 CLEAR_BIT(TIMx->SMCR, TIM_SMCR_SMSPE); in LL_TIM_DisableSMSPreload()
4335 return ((READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPE) == (TIM_SMCR_SMSPE)) ? 1UL : 0UL); in LL_TIM_IsEnabledSMSPreload()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_tim_ex.c2782 SET_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_EnableSlaveModePreload()
2796 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_DisableSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c2901 SET_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_EnableSlaveModePreload()
2915 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_DisableSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim_ex.c2827 SET_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_EnableSlaveModePreload()
2841 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_DisableSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim_ex.c2757 SET_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_EnableSlaveModePreload()
2771 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_DisableSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim_ex.c2905 SET_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_EnableSlaveModePreload()
2919 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_DisableSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim_ex.c3099 SET_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_EnableSlaveModePreload()
3113 CLEAR_BIT(htim->Instance->SMCR, TIM_SMCR_SMSPE); in HAL_TIMEx_DisableSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h8371 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload… macro
Dstm32wba52xx.h12539 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload… macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h9557 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32g411xc.h9775 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32g441xx.h10329 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32gbk1cb.h10071 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32g431xx.h10099 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32g4a1xx.h10839 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32g491xx.h10609 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32g473xx.h11382 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32g471xx.h10832 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
Dstm32g483xx.h11612 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload enab… macro
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h503xx.h6857 #define TIM_SMCR_SMSPE TIM_SMCR_SMSPE_Msk /*!<SMS preload… macro

123