Home
last modified time | relevance | path

Searched refs:TIM_SMCR_SMSPS (Results 1 – 25 of 62) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_tim.h972 #define LL_TIM_SMSPS_INDEX TIM_SMCR_SMSPS /*!< The SMS pre…
4037 MODIFY_REG(TIMx->SMCR, TIM_SMCR_SMSPS, PreloadSource); in LL_TIM_SetSMSPreloadSource()
4052 return (uint32_t)(READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPS)); in LL_TIM_GetSMSPreloadSource()
Dstm32n6xx_hal_tim_ex.h277 #define TIM_SMS_PRELOAD_SOURCE_INDEX TIM_SMCR_SMSPS /*!< Preload of SM…
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_tim.h955 #define LL_TIM_SMSPS_INDEX TIM_SMCR_SMSPS /*!< The SMS pre…
3945 MODIFY_REG(TIMx->SMCR, TIM_SMCR_SMSPS, PreloadSource); in LL_TIM_SetSMSPreloadSource()
3960 return (uint32_t)(READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPS)); in LL_TIM_GetSMSPreloadSource()
Dstm32h7rsxx_hal_tim_ex.h246 #define TIM_SMS_PRELOAD_SOURCE_INDEX TIM_SMCR_SMSPS /*!< Preload of SM…
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_tim.h957 #define LL_TIM_SMSPS_INDEX TIM_SMCR_SMSPS /*!< The SMS pre…
3890 MODIFY_REG(TIMx->SMCR, TIM_SMCR_SMSPS, PreloadSource); in LL_TIM_SetSMSPreloadSource()
3905 return (uint32_t)(READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPS)); in LL_TIM_GetSMSPreloadSource()
Dstm32wbaxx_hal_tim_ex.h226 #define TIM_SMS_PRELOAD_SOURCE_INDEX TIM_SMCR_SMSPS /*!< Preload of SM…
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_tim.h970 #define LL_TIM_SMSPS_INDEX TIM_SMCR_SMSPS /*!< The SMS pre…
4254 MODIFY_REG(TIMx->SMCR, TIM_SMCR_SMSPS, PreloadSource); in LL_TIM_SetSMSPreloadSource()
4269 return (uint32_t)(READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPS)); in LL_TIM_GetSMSPreloadSource()
Dstm32h5xx_hal_tim_ex.h467 #define TIM_SMS_PRELOAD_SOURCE_INDEX TIM_SMCR_SMSPS /*!< Preload of SM…
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_tim.h968 #define LL_TIM_SMSPS_INDEX TIM_SMCR_SMSPS /*!< The SMS pre…
4214 MODIFY_REG(TIMx->SMCR, TIM_SMCR_SMSPS, PreloadSource); in LL_TIM_SetSMSPreloadSource()
4229 return (uint32_t)(READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPS)); in LL_TIM_GetSMSPreloadSource()
Dstm32u5xx_hal_tim_ex.h400 #define TIM_SMS_PRELOAD_SOURCE_INDEX TIM_SMCR_SMSPS /*!< Preload of SM…
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_tim.h957 #define LL_TIM_SMSPS_INDEX TIM_SMCR_SMSPS /*!< The SMS pre…
4351 MODIFY_REG(TIMx->SMCR, TIM_SMCR_SMSPS, PreloadSource); in LL_TIM_SetSMSPreloadSource()
4366 return (uint32_t)(READ_BIT(TIMx->SMCR, TIM_SMCR_SMSPS)); in LL_TIM_GetSMSPreloadSource()
Dstm32g4xx_hal_tim_ex.h521 #define TIM_SMS_PRELOAD_SOURCE_INDEX TIM_SMCR_SMSPS /*!< Preload of SM…
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_tim_ex.c2768 MODIFY_REG(htim->Instance->SMCR, TIM_SMCR_SMSPS, Source); in HAL_TIMEx_ConfigSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_tim_ex.c2887 MODIFY_REG(htim->Instance->SMCR, TIM_SMCR_SMSPS, Source); in HAL_TIMEx_ConfigSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_tim_ex.c2813 MODIFY_REG(htim->Instance->SMCR, TIM_SMCR_SMSPS, Source); in HAL_TIMEx_ConfigSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_tim_ex.c2743 MODIFY_REG(htim->Instance->SMCR, TIM_SMCR_SMSPS, Source); in HAL_TIMEx_ConfigSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_tim_ex.c2891 MODIFY_REG(htim->Instance->SMCR, TIM_SMCR_SMSPS, Source); in HAL_TIMEx_ConfigSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_tim_ex.c3085 MODIFY_REG(htim->Instance->SMCR, TIM_SMCR_SMSPS, Source); in HAL_TIMEx_ConfigSlaveModePreload()
/hal_stm32-latest/stm32cube/stm32wbaxx/soc/
Dstm32wba50xx.h8374 #define TIM_SMCR_SMSPS TIM_SMCR_SMSPS_Msk /*!<SMS preload… macro
/hal_stm32-latest/stm32cube/stm32g4xx/soc/
Dstm32g411xb.h9561 #define TIM_SMCR_SMSPS TIM_SMCR_SMSPS_Msk /*!<SMS preload sour… macro
Dstm32g411xc.h9779 #define TIM_SMCR_SMSPS TIM_SMCR_SMSPS_Msk /*!<SMS preload sour… macro
Dstm32g441xx.h10333 #define TIM_SMCR_SMSPS TIM_SMCR_SMSPS_Msk /*!<SMS preload sour… macro
Dstm32gbk1cb.h10075 #define TIM_SMCR_SMSPS TIM_SMCR_SMSPS_Msk /*!<SMS preload sour… macro
Dstm32g431xx.h10103 #define TIM_SMCR_SMSPS TIM_SMCR_SMSPS_Msk /*!<SMS preload sour… macro
Dstm32g4a1xx.h10843 #define TIM_SMCR_SMSPS TIM_SMCR_SMSPS_Msk /*!<SMS preload sour… macro

123