Lab 11 and lab 11a are examples without controller module, but when initialize the estimator, they have some CTRL functions call, like CTRL_setParams(ctrlHandle,&gUserParams), CTRL_setUserMotorParams(ctrlHandle) and CTRL_setupEstIdleState(ctrlHandle). The codes of these functions are in ROM. We cannot see the codes. So I want to know whether the function CTRL_setParams() is different from that is called in other labs with controller module, like lab 3b or not?