/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_lptim.h | 410 #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()
|
D | stm32l4xx_hal_lptim.h | 456 #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/ |
D | stm32wbxx_ll_lptim.h | 430 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()
|
D | stm32wbxx_hal_lptim.h | 438 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_lptim.h | 405 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()
|
D | stm32mp1xx_hal_lptim.h | 428 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_lptim.h | 417 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()
|
D | stm32g0xx_hal_lptim.h | 432 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_lptim.h | 425 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()
|
D | stm32h7xx_hal_lptim.h | 433 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_lptim.h | 432 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()
|
D | stm32g4xx_hal_lptim.h | 445 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_lptim.h | 418 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()
|
D | stm32wlxx_hal_lptim.h | 450 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_lptim.h | 416 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()
|
D | stm32l5xx_hal_lptim.h | 450 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_lptim.h | 611 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/ |
D | stm32n6xx_ll_lptim.h | 614 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()
|
D | stm32n6xx_hal_lptim.h | 611 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_lptim.h | 672 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/ |
D | stm32u5xx_ll_lptim.h | 634 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()
|
D | stm32u5xx_hal_lptim.h | 614 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_lptim.h | 617 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()
|
D | stm32h7rsxx_hal_lptim.h | 609 …HAL_LPTIM_RESET_COUNTER_AFTERREAD(__HANDLE__) ((__HANDLE__)->Instance->CR |= LPTIM_CR_RSTARE)
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_lptim.h | 703 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()
|