Get comparator instance blanking source.
- Note
- Availability of parameters of blanking source from timer depends on timers availability on the selected device.
-
Blanking source may be specific to each comparator instance. Refer to description of parameters or to reference manual. CSR BLANKING LL_COMP_GetOutputBlankingSource
- Parameters
-
- Return values
-
| Returned | value can be one of the following values:
- LL_COMP_BLANKINGSRC_NONE
- LL_COMP_BLANKINGSRC_TIM1_OC5_COMP1 (1)(2)
- LL_COMP_BLANKINGSRC_TIM2_OC3_COMP1 (1)(2)
- LL_COMP_BLANKINGSRC_TIM3_OC3_COMP1 (1)(2)
- LL_COMP_BLANKINGSRC_TIM3_OC4_COMP2 (1)(3)
- LL_COMP_BLANKINGSRC_TIM8_OC5_COMP2 (1)(3)
- LL_COMP_BLANKINGSRC_TIM15_OC1_COMP2 (1)(3)
(1) Parameter availability depending on timer availability on the selected device. (2) On STM32L4, parameter available only on comparator instance: COMP1. (3) On STM32L4, parameter available only on comparator instance: COMP2. |
Definition at line 710 of file stm32l4xx_ll_comp.h.
712 return (uint32_t)(READ_BIT(COMPx->CSR, COMP_CSR_BLANKING));