Part Number: MSP432P401R
Tool/software: Code Composer Studio
I am used to ST Microcontrollers Cube-MX for peripheral and clock initialization. There is a free IDE, called AC6 - System Workbench, which is also Eclipse based. When you use their HAL library, you can go into the source code of each function by pressing F3.
I tried to do the same in CCS, for the GPIO_setAsOutputOnPin() and GPIO_toggleOutputOnPin(), but I was not able to open the source-code (only the function prototype). Is this not possible in CCS ? Are the function definitions not available for us ?