This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/AWR1642BOOST: Can't find c-file to understand structure

Part Number: AWR1642BOOST

Tool/software: Code Composer Studio

Hi,

I use the demo "traffic monitoring" and in the code, I can't find the description of the following functions in any library :

  • (type?) _amen4(**int32)
  • (type?) _amen8(**int32)
  • unsigned _packh2 (unsigned, unsigned)
  • unsigned _pack2 (unsigned, unsigned)
  • static inline int64_t _dcmpyr1 (int64_t, int64_t) --> use this function : unsigned _cmpyr1 (unsigned, unsigned)
  • static inline int64_t _dshl2 (int64_t, int32_t) --> use this function : int _sshl (int, unsigned)
  • static inline int64_t _dssub2 (int64_t, int64_t) --> use this function : int _ssub2(int, int)
  • unsigned  _norm    (int)

I found in the files "c6x.h" and "radar_c674.h" statements of these functions but not their description.

Is it possible to have the .c file(s) that describes these functions?

Regards,

Kevin