IM31-P2-Display/DP1208/mcu_app/board/peripherals_adc_config_1.h
2025-05-21 11:31:07 +08:00

56 lines
1.9 KiB
C

/***********************************************************************************************************************
* This file was generated by the S32 Config Tools. Any manual edits made to this file
* will be overwritten if the respective S32 Config Tools is used to update this file.
**********************************************************************************************************************/
#ifndef adc_config_1_H
#define adc_config_1_H
/**
* @page misra_violations MISRA-C:2012 violations
*
* @section [global]
* Violates MISRA 2012 Advisory Rule 2.5, Global macro not referenced.
* The global macro will be used in function call of the module.
*
*/
/*******************************************************************************
* Included files
******************************************************************************/
#include "adc_driver.h"
/*******************************************************************************
* Definitions
******************************************************************************/
/*Device instance number */
#define INST_ADC_CONFIG_1 (0U)
/*******************************************************************************
* Global variables
******************************************************************************/
/* User configurations */
/* Converter configuration 0 */
extern const adc_converter_config_t adc_config_1_ConvConfig0;
/* Converter configuration 1 */
extern const adc_converter_config_t adc_config_1_ConvConfig1;
/* Converter configuration 2 */
extern const adc_converter_config_t adc_config_1_ConvConfig2;
/* Channel configuration 0 */
extern adc_chan_config_t adc_config_1_ChnConfig0;
/* Channel configuration 1 */
extern adc_chan_config_t adc_config_1_ChnConfig1;
/* Channel configuration 2 */
extern adc_chan_config_t adc_config_1_ChnConfig2;
#endif /* adc_config_1_H */