Beacuse some of the function in Energia is not so effective, I try to combine CCS code in Energia sketch.
I use Pinmux to define the pins, but the CCS doesn't recognize expressions that are defined in pin_map.h , like GPIO_PD0_T0CCP0 (this file include automatically by pinmux to its output).
I can change every experssion manually, but it is not friendly way to work.
How can I do it normally?