Part Number:MSP432P401R
Tool/software: Code Composer Studio
Hi
I am new to TI and am trying start with a MSP432P401R.
I am trying to read thru the ‘adcsinglechannel’ demo project. Which is the first‘lab’ listed on this site: https://training.ti.com/simplelink-academy-msp432-sdk
In the demo code reading the ADC starts with ‘ADC_Params_init(¶ms).
All I can find on ADC_Params_init() is that it initializes a ADC_Params structure.
All I can find on ADC_Params is that it is a structure initialized by ADC_Params_init().
What I missing? Where is the documentation for this?
Thanks