Home
last modified time | relevance | path

Searched refs:LPTIM_CFGR_ENC (Results 1 – 25 of 213) sorted by relevance

123456789

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lptim.h927 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/
Dstm32f7xx_ll_lptim.h917 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/
Dstm32f4xx_ll_lptim.h938 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/
Dstm32wbxx_ll_lptim.h1046 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/
Dstm32mp1xx_ll_lptim.h1028 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/
Dstm32g0xx_ll_lptim.h1030 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/
Dstm32h7xx_ll_lptim.h1060 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/
Dstm32g4xx_ll_lptim.h1057 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/
Dstm32l4xx_ll_lptim.h1055 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/
Dstm32wlxx_ll_lptim.h1057 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/
Dstm32l5xx_ll_lptim.h1045 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/
Dstm32wbaxx_ll_lptim.h1519 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/
Dstm32n6xx_ll_lptim.h1536 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/
Dstm32h5xx_ll_lptim.h1619 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/
Dstm32u5xx_ll_lptim.h1571 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/
Dstm32h7rsxx_ll_lptim.h1547 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/
Dstm32wbxx_hal_lptim.c1200 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/
Dstm32mp1xx_hal_lptim.c1171 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/
Dstm32f4xx_hal_lptim.c1147 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/
Dstm32l0xx_hal_lptim.c1147 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/
Dstm32g0xx_hal_lptim.c1187 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/
Dstm32f7xx_hal_lptim.c1147 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/
Dstm32h7xx_hal_lptim.c1172 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/
Dstm32g4xx_hal_lptim.c1161 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/
Dstm32wlxx_hal_lptim.c1234 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()

123456789