Home
last modified time | relevance | path

Searched refs:LPTIM_CR_ENABLE (Results 1 – 25 of 235) sorted by relevance

12345678910

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_lptim.c264 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
278 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
293 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
311 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_lptim.c264 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
278 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
293 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
311 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_lptim.c267 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
281 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
297 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
316 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_lptim.c238 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
252 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
271 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_lptim.c238 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
252 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
271 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_lptim.c240 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
254 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
273 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_lptim.c240 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
254 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
273 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_lptim.c261 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
275 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
294 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lptim.c257 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
271 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
290 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_lptim.c280 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
294 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
313 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_lptim.c294 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
308 LPTIMx->CR |= LPTIM_CR_ENABLE; in LL_LPTIM_Disable()
327 LPTIMx->CR &= ~(LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_lptim.h606 #define __HAL_LPTIM_ENABLE(__HANDLE__) ((__HANDLE__)->Instance->CR |= (LPTIM_CR_ENABLE))
625 CLEAR_BIT((__HANDLE__)->Instance->CR, LPTIM_CR_ENABLE); \
637 CLEAR_BIT((__HANDLE__)->Instance->CR, LPTIM_CR_ENABLE); \
643 CLEAR_BIT((__HANDLE__)->Instance->CR, LPTIM_CR_ENABLE); \
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lptim.h354 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
365 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_lptim.h350 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
361 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_lptim.h359 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
370 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h558 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
569 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
580 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lptim.h388 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
399 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_lptim.h363 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
374 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lptim.h375 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
386 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lptim.h383 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
394 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lptim.h390 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
401 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lptim.h561 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
572 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
583 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h619 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
630 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
641 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h581 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
592 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
603 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lptim.h564 SET_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Enable()
575 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_ENABLE); in LL_LPTIM_Disable()
586 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_ENABLE) == LPTIM_CR_ENABLE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabled()

12345678910