/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_lptim.h | 927 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 939 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 950 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_ll_lptim.h | 917 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 929 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 940 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_lptim.h | 938 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 950 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 961 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_lptim.h | 1046 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1058 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1069 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_lptim.h | 1028 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1040 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1051 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_lptim.h | 1030 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1042 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1053 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_lptim.h | 1060 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1072 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1083 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_lptim.h | 1057 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1069 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1080 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_lptim.h | 1055 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1067 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1078 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_lptim.h | 1057 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1069 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1080 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_lptim.h | 1045 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1057 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1068 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_lptim.h | 1519 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1531 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1542 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_lptim.h | 1536 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1548 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1559 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_lptim.h | 1619 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1631 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1642 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_lptim.h | 1571 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1583 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1594 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_lptim.h | 1547 SET_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_EnableEncoderMode() 1559 CLEAR_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC); in LL_LPTIM_DisableEncoderMode() 1570 return (((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_ENC) == LPTIM_CFGR_ENC) ? 1UL : 0UL)); in LL_LPTIM_IsEnabledEncoderMode()
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_lptim.c | 1200 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1249 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1293 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1359 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_lptim.c | 1171 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1220 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1264 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1330 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_lptim.c | 1147 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1196 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1240 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1306 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_lptim.c | 1147 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1196 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1240 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1306 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_lptim.c | 1187 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1236 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1280 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1346 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_lptim.c | 1147 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1196 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1240 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1306 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_lptim.c | 1172 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1221 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1265 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1331 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_lptim.c | 1161 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1210 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1254 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1320 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_lptim.c | 1234 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start() 1283 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop() 1327 hlptim->Instance->CFGR |= LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Start_IT() 1393 hlptim->Instance->CFGR &= ~LPTIM_CFGR_ENC; in HAL_LPTIM_Encoder_Stop_IT()
|