passing input argument by reference to a function

1 view (last 30 days)
Getting syntax error while calling function ics_init((uint32)(&dtc_table), ICS_INT_LEVEL)during code generation using matlab embedded coder.
input arguments details:
unsigned long dtc_table[256]; #define ICS_INT_LEVEL (6)
can anybody help me to know whether how to solve the issue ?

Answers (0)

Categories

Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!