Home
last modified time | relevance | path

Searched refs:CMP (Results 1 – 25 of 191) sorted by relevance

12345678

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_ll_lptim.c214 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
239 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32l0xx_hal_lptim.c1771 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
2363 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2394 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_ll_lptim.c214 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
239 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32f7xx_hal_lptim.c1779 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
2372 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2403 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_ll_lptim.c215 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
241 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32f4xx_hal_lptim.c1787 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
2383 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2415 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_lptim.c215 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
241 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32g4xx_hal_lptim.c1785 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
2378 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2410 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_lptim.c229 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
262 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32wbxx_hal_lptim.c1824 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
2424 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2469 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_lptim.c227 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
258 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32g0xx_hal_lptim.c1811 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
2409 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2452 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_lptim.c232 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
265 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_lptim.c232 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
265 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_ll_lptim.c245 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
281 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32mp1xx_hal_lptim.c1781 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
2398 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2458 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_lptim.c255 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
295 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
Dstm32h7xx_hal_lptim.c1782 return (hlptim->Instance->CMP); in HAL_LPTIM_ReadCompare()
2393 tmpCMP = hlptim->Instance->CMP; in LPTIM_Disable()
2465 hlptim->Instance->CMP = tmpCMP; in LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_lptim.c230 tmpCMP = LPTIMx->CMP; in LL_LPTIM_Disable()
268 LPTIMx->CMP = tmpCMP; in LL_LPTIM_Disable()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lptim.h456 MODIFY_REG(LPTIMx->CMP, LPTIM_CMP_CMP, CompareValue); in LL_LPTIM_SetCompare()
467 return (uint32_t)(READ_BIT(LPTIMx->CMP, LPTIM_CMP_CMP)); in LL_LPTIM_GetCompare()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_lptim.h452 MODIFY_REG(LPTIMx->CMP, LPTIM_CMP_CMP, CompareValue); in LL_LPTIM_SetCompare()
463 return (uint32_t)(READ_BIT(LPTIMx->CMP, LPTIM_CMP_CMP)); in LL_LPTIM_GetCompare()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_lptim.h461 MODIFY_REG(LPTIMx->CMP, LPTIM_CMP_CMP, CompareValue); in LL_LPTIM_SetCompare()
472 return (uint32_t)(READ_BIT(LPTIMx->CMP, LPTIM_CMP_CMP)); in LL_LPTIM_GetCompare()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lptim.h540 MODIFY_REG(LPTIMx->CMP, LPTIM_CMP_CMP, CompareValue); in LL_LPTIM_SetCompare()
551 return (uint32_t)(READ_BIT(LPTIMx->CMP, LPTIM_CMP_CMP)); in LL_LPTIM_GetCompare()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_lptim.h515 MODIFY_REG(LPTIMx->CMP, LPTIM_CMP_CMP, CompareValue); in LL_LPTIM_SetCompare()
526 return (uint32_t)(READ_BIT(LPTIMx->CMP, LPTIM_CMP_CMP)); in LL_LPTIM_GetCompare()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lptim.h527 MODIFY_REG(LPTIMx->CMP, LPTIM_CMP_CMP, CompareValue); in LL_LPTIM_SetCompare()
538 return (uint32_t)(READ_BIT(LPTIMx->CMP, LPTIM_CMP_CMP)); in LL_LPTIM_GetCompare()

12345678