I have built my codes for TM4C123 with DRM (Direct Register Macro) style until now, and according to feedbacks it is not a much preffered and safe way. Furthermore I realised that as the projects get bigger, the code gets harder to debug. So I was suggested to use and learn "code API library". (thanks to Amit and cb1)
The Question Is:
1) Does the code API library enable object oriented programming? If yes, could you please show a small code sniplet?
2)
Is this a good place to start or do you know a better tutorial?
Edited: Second question was missing