How do I make better use of ETPU_function parameters from inside a subordinate C function?
ETPU_function parameters don’t just pertain to the code in the ETPU_function body; they are relevant to everything that happens in the thread. It would be undesirable to pass these parameters around, and very difficult to get a globally-valid reference. This item describes a way to use a matched set of ETPU_function parameters and a special global pointer to get access to the parameters in a C function.