/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_lptim.h | 655 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 669 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 680 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_lptim.h | 651 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 665 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 676 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_lptim.h | 676 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 690 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 701 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_lptim.h | 774 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 788 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 799 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_lptim.h | 742 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 756 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 767 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_lptim.h | 756 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 770 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 781 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_lptim.h | 766 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 780 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 791 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_lptim.h | 776 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 790 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 801 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_lptim.h | 789 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 803 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 814 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_lptim.h | 781 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 795 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 806 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_lptim.h | 779 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 793 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 804 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_lptim.h | 1249 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 1263 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 1274 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_lptim.h | 1262 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 1276 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 1287 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_lptim.h | 1347 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 1361 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 1372 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_lptim.h | 1292 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 1306 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 1317 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_lptim.h | 1259 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_EnableTimeout() 1273 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT); in LL_LPTIM_DisableTimeout() 1284 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_TIMOUT) == LPTIM_CFGR_TIMOUT) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledTimeout()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_lptim.c | 1396 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1457 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1491 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1570 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_lptim.c | 1367 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1428 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1459 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1534 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_lptim.c | 1343 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1404 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1442 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1525 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_lptim.c | 1343 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1404 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1438 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1517 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_lptim.c | 1383 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1444 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1478 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1557 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_lptim.c | 1343 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1404 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1440 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1521 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_lptim.c | 1368 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1429 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1460 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1535 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_lptim.c | 1357 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1418 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1452 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1531 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_lptim.c | 1430 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start() 1491 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop() 1525 hlptim->Instance->CFGR |= LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Start_IT() 1604 hlptim->Instance->CFGR &= ~LPTIM_CFGR_TIMOUT; in HAL_LPTIM_TimeOut_Stop_IT()
|