Skip to main content
SivaP.
Associate II
January 16, 2023
Question

Can anyone please explain what is the meaning of this expression : uint16_t rawValue = RCM_ExecRegularConv( pHandle->PotRegConvHandle );

  • January 16, 2023
  • 2 replies
  • 973 views

..

This topic has been closed for replies.

2 replies

Amel NASRI
ST Technical Moderator
February 2, 2023

Hi @SivaP.​ ,

Could you please: 

1- avoid writing the whole question in the title 

2- precise the STM32 product you are using 

3- precise where exactly this line is?

4- Explain if you are facing some particular issue. In such case, please provide more details about your environment.

All these details should help the Community to answer your question.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
SivaP.
SivaP.Author
Associate II
February 9, 2023

Sorry! I am new to this community will follow these guidelines from next time

ONadr.1
Senior III
February 2, 2023

It is a function calling. Function output is stored into new defined variable.