This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/CC2652R: where can i refer the value of init params

Part Number: CC2652R


Tool/software: Code Composer Studio

HI,

when i init the driver , I don't know how many kind of  value with param that i can choose.

for example: 

UART_Params_init(&uartParams);
uartParams.writeDataMode = ?;
uartParams.readDataMode = ?;
uartParams.readReturnMode = ?;
uartParams.readEcho = ?;
uartParams.baudRate = ?;

if there is a doc. refer to?

thanks.