Home
last modified time | relevance | path

Searched refs:LPTIM_CR_RSTARE (Results 1 – 25 of 148) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lptim.h410 #if defined(LPTIM_CR_RSTARE)
421 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
432 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
443 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32l4xx_hal_lptim.h456 #if defined(LPTIM_CR_RSTARE)
462 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lptim.h430 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
441 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
452 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32wbxx_hal_lptim.h438 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_lptim.h405 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
416 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
427 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32mp1xx_hal_lptim.h428 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lptim.h417 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
428 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
439 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32g0xx_hal_lptim.h432 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lptim.h425 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
436 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
447 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32h7xx_hal_lptim.h433 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lptim.h432 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
443 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
454 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32g4xx_hal_lptim.h445 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lptim.h418 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
429 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
440 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32wlxx_hal_lptim.h450 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_lptim.h416 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
427 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
438 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32l5xx_hal_lptim.h450 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h611 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
622 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
633 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_lptim.h614 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
625 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
636 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32n6xx_hal_lptim.h611 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h672 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
683 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
694 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h634 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
645 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
656 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32u5xx_hal_lptim.h614 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_lptim.h617 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
628 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
639 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()
Dstm32h7rsxx_hal_lptim.h609 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_lptim.h703 SET_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_EnableResetAfterRead()
714 CLEAR_BIT(LPTIMx->CR, LPTIM_CR_RSTARE); in LL_LPTIM_DisableResetAfterRead()
725 return (((READ_BIT(LPTIMx->CR, LPTIM_CR_RSTARE) == LPTIM_CR_RSTARE) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledResetAfterRead()

123456