LCOV - code coverage report
Current view: top level - zephyr/dt-bindings/adc - stm32l4_adc.h Coverage Total Hit
Test: new.info Lines: 0.0 % 4 0
Test Date: 2025-09-05 16:43:28

            Line data    Source code
       1            0 : /*
       2              :  * Copyright (c) 2023 STMicrelectronics
       3              :  *
       4              :  * SPDX-License-Identifier: Apache-2.0
       5              :  */
       6              : #ifndef ZEPHYR_INCLUDE_DT_BINDINGS_ADC_STM32L4_ADC_H_
       7              : #define ZEPHYR_INCLUDE_DT_BINDINGS_ADC_STM32L4_ADC_H_
       8              : 
       9              : #include <zephyr/dt-bindings/adc/stm32_adc.h>
      10              : 
      11              : /* STM32 ADC resolution register for L4 and similar */
      12            0 : #define STM32_ADC_RES_REG       0x0C
      13            0 : #define STM32_ADC_RES_SHIFT     3
      14            0 : #define STM32_ADC_RES_MASK      BIT_MASK(2)
      15              : 
      16              : #endif /* ZEPHYR_INCLUDE_DT_BINDINGS_ADC_STM32L4_ADC_H_ */
        

Generated by: LCOV version 2.0-1