Slide 1 Slide 2 Slide 3 Slide 4 Slide 5 Slide 6 Slide 7 Slide 8 Slide 9 Slide 10 Slide 11 Slide 12 Slide 13 Slide 14 Slide 15 Slide 16 Slide 17 Slide 18 Slide 19 Slide 20 Slide 21 Slide 22 Slide 23 Slide 24 Slide 25 Slide 26 Product List
MSP430FR5969 LaunchPad Part 4 Slide 23

DriverLib APIs are nice, easy to read function, plain-English function names. However, this can mean a lot of typing. To get around this, CCS (and Eclipse) features an auto-complete feature. Just start typing the beginning of the function name, then hit Ctrl+Spacebar to bring up a list of possible options. This also helps to not have to have all of the API names memorized – just start typing the module name (for example, “GPIO_”) then use the auto complete to see a list of the APIs for the module and choose one. Just make sure the DriverLib header file is included, and CCS should be able to find the functions from that file with auto-complete.

PTM Published on: 2014-06-24