Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/soc/
Dstm32u031xx.h8328 #define LPTIM_CCMR2_IC3PSC_Pos (8U) macro
8329 #define LPTIM_CCMR2_IC3PSC_Msk (0x3UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000300 */
8331 #define LPTIM_CCMR2_IC3PSC_0 (0x1UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000100 */
8332 #define LPTIM_CCMR2_IC3PSC_1 (0x2UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000200 */
Dstm32u083xx.h9265 #define LPTIM_CCMR2_IC3PSC_Pos (8U) macro
9266 #define LPTIM_CCMR2_IC3PSC_Msk (0x3UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000300 */
9268 #define LPTIM_CCMR2_IC3PSC_0 (0x1UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000100 */
9269 #define LPTIM_CCMR2_IC3PSC_1 (0x2UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000200 */
Dstm32u073xx.h8995 #define LPTIM_CCMR2_IC3PSC_Pos (8U) macro
8996 #define LPTIM_CCMR2_IC3PSC_Msk (0x3UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000300 */
8998 #define LPTIM_CCMR2_IC3PSC_0 (0x1UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000100 */
8999 #define LPTIM_CCMR2_IC3PSC_1 (0x2UL << LPTIM_CCMR2_IC3PSC_Pos) /*!< 0x00000200 */
/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()