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.

C6747 BIOS PSP / reentrant question



Hi

I have query about C6747 BIOS PSP drivers (ver. 01.30.00.05).

Is a driver's API reentrant, specially I am interesting GPIO driver.

For instance I would like to use Gpio_setPinVal() from multiple context. I can not find anything about in documentation.

From Gpio.c I have doubts that this driver is reentrant since there is read modify write on CPU registers.

 

Best Regards