Home
last modified time | relevance | path

Searched refs:LPTIM_CCMR2_IC4PSC_Pos (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h8349 #define LPTIM_CCMR2_IC4PSC_Pos (24U) macro
8350 #define LPTIM_CCMR2_IC4PSC_Msk (0x3UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x03000000 */
8352 #define LPTIM_CCMR2_IC4PSC_0 (0x1UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x01000000 */
8353 #define LPTIM_CCMR2_IC4PSC_1 (0x2UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x02000000 */
Dstm32u083xx.h9286 #define LPTIM_CCMR2_IC4PSC_Pos (24U) macro
9287 #define LPTIM_CCMR2_IC4PSC_Msk (0x3UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x03000000 */
9289 #define LPTIM_CCMR2_IC4PSC_0 (0x1UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x01000000 */
9290 #define LPTIM_CCMR2_IC4PSC_1 (0x2UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x02000000 */
Dstm32u073xx.h9016 #define LPTIM_CCMR2_IC4PSC_Pos (24U) macro
9017 #define LPTIM_CCMR2_IC4PSC_Msk (0x3UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x03000000 */
9019 #define LPTIM_CCMR2_IC4PSC_0 (0x1UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x01000000 */
9020 #define LPTIM_CCMR2_IC4PSC_1 (0x2UL << LPTIM_CCMR2_IC4PSC_Pos) /*!< 0x02000000 */
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_lptim.c4246 tmpccmr2 |= (sConfig->ICPrescaler << (LPTIM_CCMR2_IC4PSC_Pos - LPTIM_CCMR2_IC3PSC_Pos)) | in LPTIM_IC4_SetConfig()