Contiki-NG
Files

Glue file which renames TI CC26xxware functions. More...

Files

file  ti-lib.h
 Header file with macros which rename TI CC26xxware functions.
 

Detailed Description

Glue file which renames TI CC26xxware functions.

Thus, for example, PowerCtrlIOFreezeDisable() becomes power_ctrl_io_freeze_disable()

This is not strictly required and a call to the former will work perfectly correctly. However, in using those macros, we make the core of the Contiki port match the naming convention.

Since all functions are prefixed with ti_lib, it also becomes clear to the reader that this is a call to TI driverlib's sources and not a call to a function inside Contiki