Home
last modified time | relevance | path

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

12345678

/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_lptim.h187 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
604 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
623 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_lptim.h187 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
599 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
618 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_lptim.h183 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
591 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
610 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_lptim.h183 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
674 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
693 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_lptim.h183 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
681 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
700 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_lptim.h183 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
679 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
698 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_lptim.h183 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
667 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
686 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_lptim.h187 #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-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_lptim.h187 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
689 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
708 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_lptim.h191 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
699 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
718 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_lptim.h187 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
691 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
710 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_lptim.h278 #define LL_LPTIM_PRESCALER_DIV128 LPTIM_CFGR_PRESC /*!<Prescal…
922 MODIFY_REG(LPTIMx->CFGR, LPTIM_CFGR_PRESC, Prescaler); in LL_LPTIM_SetPrescaler()
941 return (uint32_t)(READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_PRESC)); in LL_LPTIM_GetPrescaler()
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_lptim.c312 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1590 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1672 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_lptim.c291 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1558 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1644 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
Dstm32f4xx_ll_lptim.c165 (LPTIM_CFGR_CKSEL | LPTIM_CFGR_PRESC | LPTIM_CFGR_WAVE | LPTIM_CFGR_WAVPOL), in LL_LPTIM_Init()
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_lptim.c291 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1550 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1632 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_lptim.c285 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1547 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1625 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-2.7.6/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-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_lptim.c291 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1554 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1638 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_lptim.c312 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1600 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1682 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_lptim.c335 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1637 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1719 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_lptim.c335 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1637 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1719 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_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-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_lptim.c341 LPTIM_CFGR_WAVPOL | LPTIM_CFGR_PRESC | LPTIM_CFGR_COUNTMODE)); in HAL_LPTIM_Init()
1651 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start()
1733 hlptim->Instance->CFGR &= ~LPTIM_CFGR_PRESC; in HAL_LPTIM_Counter_Start_IT()
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_lptim.c174 (LPTIM_CFGR_CKSEL | LPTIM_CFGR_PRESC | LPTIM_CFGR_WAVE), in LL_LPTIM_Init()

12345678