<div dir="ltr">Hi,<br><div><br></div><div>It's hard to find this with the help of cscope and I would appreciate your help in this.</div><div><br></div><div>Is there a way to print the 'name' in :</div><div>--------------------------------------------------------------</div><div>struct _Scheduler_Control {<br>  /**<br>   * @brief Reference to a statically allocated scheduler context.<br>   */<br>  Scheduler_Context *context;<br><br>  /**<br>   * @brief The scheduler operations.<br>   */<br>  Scheduler_Operations Operations;<br><br>  /**<br>   * @brief The maximum priority value of this scheduler.<br>   *<br>   * It defines the lowest (least important) thread priority for this<br>   * scheduler.  For example the idle threads have this priority.<br>   */<br>  Priority_Control maximum_priority;<br><br>  /**<br>   * @brief The scheduler name.<br>   */<br>  uint32_t name;</div><div>----------------------------------------------------------------------</div><div><br></div><div>as a string? Is there a function that maps this int to string?<br><br></div><div><br></div></div>