Lines Matching full:name
116 /* Platform name length */
402 * @param[in] szName ISR name
530 * @param[in] name Name.
534 TraceStringHandle_t xTraceRegisterString(const char* name);
553 * labels show the logged string, preceded by the channel name within brackets.
1031 * @brief Stores the name of an object because it is being deleted
1058 #define vTraceSetISRProperties(handle, name, priority) (void)(handle), (void)(name), (void)(priorit… argument
1067 #define xTraceSetISRProperties(name, priority) ((void)(name), (void)(priority), (traceHandle)0) /* … argument
1104 * @param[in] channel Channel name handle
1184 * The Object Table contains name and other properties of the objects (tasks,
1289 uint16_t symbolIndex; /* the name of the closed object */
1312 uint16_t payload; /* the name of the user event */
1354 TraceStringHandle_t name; member
1457 create call and includes object name and other properties. */
1560 * @brief Set the object name
1564 * @param[in] name Name
1568 const char* name);