/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rcc.h | 976 …ine __HAL_RCC_TIM16_CLK_ENABLE() LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_TIM16) 983 …ne __HAL_RCC_TIM16_CLK_DISABLE() LL_APB2_GRP1_DisableClock(LL_APB2_GRP1_PERIPH_TIM16) 1147 … __HAL_RCC_TIM16_IS_CLK_ENABLED() LL_APB2_GRP1_IsEnabledClock(LL_APB2_GRP1_PERIPH_TIM16) 1293 …fine __HAL_RCC_TIM16_FORCE_RESET() LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16) 1301 …ne __HAL_RCC_TIM16_RELEASE_RESET() LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16) 1542 …_HAL_RCC_TIM16_CLK_SLEEP_ENABLE() LL_APB2_GRP1_EnableClockSleep(LL_APB2_GRP1_PERIPH_TIM16) 1549 …HAL_RCC_TIM16_CLK_SLEEP_DISABLE() LL_APB2_GRP1_DisableClockSleep(LL_APB2_GRP1_PERIPH_TIM16) 1717 …L_RCC_TIM16_IS_CLK_SLEEP_ENABLED() LL_APB2_GRP1_IsEnabledClockSleep(LL_APB2_GRP1_PERIPH_TIM16)
|
D | stm32wlxx_ll_bus.h | 151 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rcc.h | 1049 #define __HAL_RCC_TIM16_CLK_ENABLE() LL_APB2_GRP1_EnableClock(LL_APB2_GRP1_PERIPH_TIM16) 1061 #define __HAL_RCC_TIM16_CLK_DISABLE() LL_APB2_GRP1_DisableClock(LL_APB2_GRP1_PERIPH_TIM16) 1255 …ne __HAL_RCC_TIM16_IS_CLK_ENABLED() LL_APB2_GRP1_IsEnabledClock(LL_APB2_GRP1_PERIPH_TIM16) 1268 …__HAL_RCC_TIM16_IS_CLK_DISABLED() !(LL_APB2_GRP1_IsEnabledClock(LL_APB2_GRP1_PERIPH_TIM16)) 1906 #define __HAL_RCC_TIM16_FORCE_RESET() LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16) 1919 #define __HAL_RCC_TIM16_RELEASE_RESET() LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16) 2237 …_HAL_RCC_TIM16_CLK_SLEEP_ENABLE() LL_APB2_GRP1_EnableClockSleep(LL_APB2_GRP1_PERIPH_TIM16) 2249 …HAL_RCC_TIM16_CLK_SLEEP_DISABLE() LL_APB2_GRP1_DisableClockSleep(LL_APB2_GRP1_PERIPH_TIM16)
|
D | stm32wbxx_ll_bus.h | 185 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_ll_tim.c | 281 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 282 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_bus.h | 208 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_bus.h | 203 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_bus.h | 109 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APBENR2_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_ll_tim.c | 250 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 251 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_ll_tim.c | 241 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 242 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_tim.c | 276 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 277 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_tim.c | 242 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 243 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_tim.c | 280 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 281 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_ll_tim.c | 283 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 284 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_ll_tim.c | 329 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 330 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_tim.c | 295 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 296 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_tim.c | 327 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 328 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_ll_tim.c | 286 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 287 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_tim.c | 316 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 317 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_tim.c | 318 LL_APB2_GRP1_ForceReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit() 319 LL_APB2_GRP1_ReleaseReset(LL_APB2_GRP1_PERIPH_TIM16); in LL_TIM_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_bus.h | 190 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APBENR2_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_bus.h | 178 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_bus.h | 197 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_bus.h | 259 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN macro
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_bus.h | 306 #define LL_APB2_GRP1_PERIPH_TIM16 RCC_APB2ENR_TIM16EN macro
|