Home
last modified time | relevance | path

Searched refs:LPTIM_CFGR_PRESC (Results 1 – 25 of 218) sorted by relevance

123456789

/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_lptim.h186 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
594 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
613 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_lptim.h186 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
603 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
622 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lptim.h186 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
611 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
630 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lptim.h186 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
684 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
703 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_lptim.h186 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
670 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
689 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lptim.h186 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
669 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
688 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lptim.h186 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
695 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
714 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lptim.h186 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
690 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
709 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lptim.h194 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
702 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
721 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lptim.h190 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
707 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
726 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_lptim.h190 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
705 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
724 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_lptim.h292 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
958 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
977 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_lptim.h302 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
1041 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
1060 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h302 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
987 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
1006 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_lptim.c294 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1569 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1648 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_lptim.c294 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1564 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1646 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_lptim.c315 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1605 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1687 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_lptim.c291 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1556 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1640 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_lptim.c312 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1592 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1674 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_lptim.c294 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1570 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1649 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_lptim.c291 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1560 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1646 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_lptim.c291 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1552 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1634 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_lptim.c341 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1653 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1735 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_lptim.c335 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1639 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1721 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_lptim.c335 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1639 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1721 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()

123456789