/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_lptim.h | 923 …EG(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL, ((Polarity >> LPTIM_CCMR1_CC1P_Pos) << LPTIM_CFGR_WAVPOL_Pos)); in LL_LPTIM_OC_SetPolarity() 948 …return (uint32_t)((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL) >> LPTIM_CFGR_WAVPOL_Pos) << LPTIM_CC… in LL_LPTIM_OC_GetPolarity()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_lptim.h | 982 …EG(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL, ((Polarity >> LPTIM_CCMR1_CC1P_Pos) << LPTIM_CFGR_WAVPOL_Pos)); in LL_LPTIM_OC_SetPolarity() 1009 …return (uint32_t)((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL) >> LPTIM_CFGR_WAVPOL_Pos) << LPTIM_CC… in LL_LPTIM_OC_GetPolarity()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_lptim.h | 943 …EG(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL, ((Polarity >> LPTIM_CCMR1_CC1P_Pos) << LPTIM_CFGR_WAVPOL_Pos)); in LL_LPTIM_OC_SetPolarity() 968 …return (uint32_t)((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL) >> LPTIM_CFGR_WAVPOL_Pos) << LPTIM_CC… in LL_LPTIM_OC_GetPolarity()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_lptim.h | 926 …EG(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL, ((Polarity >> LPTIM_CCMR1_CC1P_Pos) << LPTIM_CFGR_WAVPOL_Pos)); in LL_LPTIM_OC_SetPolarity() 951 …return (uint32_t)((READ_BIT(LPTIMx->CFGR, LPTIM_CFGR_WAVPOL) >> LPTIM_CFGR_WAVPOL_Pos) << LPTIM_CC… in LL_LPTIM_OC_GetPolarity()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_lptim.c | 3564 tmpcfgr |= sConfig->OCPolarity << LPTIM_CFGR_WAVPOL_Pos; in LPTIM_OC1_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_lptim.c | 3563 tmpcfgr |= sConfig->OCPolarity << LPTIM_CFGR_WAVPOL_Pos; in LPTIM_OC1_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_lptim.c | 3595 tmpcfgr |= sConfig->OCPolarity << LPTIM_CFGR_WAVPOL_Pos; in LPTIM_OC1_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_lptim.c | 3595 tmpcfgr |= sConfig->OCPolarity << LPTIM_CFGR_WAVPOL_Pos; in LPTIM_OC1_SetConfig()
|
/hal_stm32-latest/stm32cube/stm32l0xx/soc/ |
D | stm32l041xx.h | 3148 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3149 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l010x8.h | 2881 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 2882 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l010xb.h | 2889 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 2890 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l011xx.h | 2954 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 2955 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l021xx.h | 3082 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3083 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l031xx.h | 3020 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3021 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l051xx.h | 3061 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3062 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l010x4.h | 2873 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 2874 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l010x6.h | 2879 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 2880 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l081xx.h | 3235 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3236 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l071xx.h | 3107 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3108 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l052xx.h | 3350 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3351 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l062xx.h | 3478 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3479 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32l053xx.h | 3492 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 3493 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 6661 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 6662 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32f410rx.h | 6665 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 6666 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|
D | stm32f410tx.h | 6621 #define LPTIM_CFGR_WAVPOL_Pos (21U) macro 6622 #define LPTIM_CFGR_WAVPOL_Msk (0x1UL << LPTIM_CFGR_WAVPOL_Pos) /*!< 0x00200000 */
|