Home
last modified time | relevance | path

Searched refs:AdcaRegs (Results 1 – 6 of 6) sorted by relevance

/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Adc.c108 AdcaRegs.ADCCTL2.bit.SIGNALMODE = signalmode; in AdcSetMode()
109 AdcaRegs.ADCOFFTRIM.all = adcOffsetTrim; in AdcSetMode()
116 AdcaRegs.ADCCTL2.bit.RESOLUTION = 0; in AdcSetMode()
121 AdcaRegs.ADCINLTRIM1 &= 0xFFFF0000; in AdcSetMode()
122 AdcaRegs.ADCINLTRIM2 &= 0xFFFF0000; in AdcSetMode()
123 AdcaRegs.ADCINLTRIM4 &= 0xFFFF0000; in AdcSetMode()
124 AdcaRegs.ADCINLTRIM5 &= 0xFFFF0000; in AdcSetMode()
128 AdcaRegs.ADCCTL2.bit.RESOLUTION = 1; in AdcSetMode()
A DF2837xD_struct.c54 { 0, &AdcaRegs, &AdcbRegs,
/bsp/ti/c28x/libraries/HAL_Drivers/
A Ddrv_adc.c149 if(c28x_adc_handler == &AdcaRegs) in HAL_ADC_Init()
171 if(ADC_RESOLUTION_12BIT == AdcaRegs.ADCCTL2.bit.RESOLUTION) in HAL_ADC_Init()
/bsp/ti/c28x/libraries/HAL_Drivers/config/
A Dadc_config.h26 .adc_regs = &AdcaRegs, \
/bsp/ti/c28x/libraries/tms320f28379d/headers/source/
A DF2837xD_GlobalVariableDefs.c52 #pragma DATA_SECTION(AdcaRegs,"AdcaRegsFile");
54 volatile struct ADC_REGS AdcaRegs; variable
/bsp/ti/c28x/libraries/tms320f28379d/headers/include/
A DF2837xD_adc.h1044 extern volatile struct ADC_REGS AdcaRegs;
1054 extern volatile struct ADC_REGS AdcaRegs;

Completed in 17 milliseconds