Hi,
I am trying to learn by modifying the rCSL code samples I got from here. However, I could not find any documentation, specifically on the functions and constants that are used.
For example, in the I2C_io_expander_dspL138 project, the main.c makes a function call
CSL_FINST(i2c0Regs->ICMDR, I2C_ICMDR_IRS, DISABLE)
to reset the I2C. I did find some basic description on the macro 'CSL_FINT' inside cslr.h file. But no further information was available.
I also failed to find where consts like I2C_ICMDR_IRS are defined. I could decode I2C_ICMDR_IRS using http://focus.ti.com/lit/ug/sprufl9d/sprufl9d.pdf (TMS320C674x/OMAP-L1x Processor Inter-Integrated Circuit (I2C) Module). But it would be helpful if I could see the *.h file that has all these consts defined with their values.
Joe