diff --git a/src/os/inc/osapi-os-core.h b/src/os/inc/osapi-os-core.h index 72d5fe75a..4166cb31c 100644 --- a/src/os/inc/osapi-os-core.h +++ b/src/os/inc/osapi-os-core.h @@ -317,6 +317,7 @@ void OS_ApplicationExit(int32 Status); * @param[in] object_id The object ID * @returns integer value representation of object ID * + * @hidecallgraph * @hidecallergraph */ static inline unsigned long OS_ObjectIdToInteger(osal_id_t object_id) @@ -334,6 +335,7 @@ static inline unsigned long OS_ObjectIdToInteger(osal_id_t object_id) * @param[in] value The integer representation of an OSAL ID * @returns The ID value converted to an osal_id_t * + * @hidecallgraph * @hidecallergraph */ static inline osal_id_t OS_ObjectIdFromInteger(unsigned long value) @@ -354,6 +356,7 @@ static inline osal_id_t OS_ObjectIdFromInteger(unsigned long value) * @param[in] object_id2 The second object ID * @returns true if the object IDs are equal * + * @hidecallgraph * @hidecallergraph */ static inline bool OS_ObjectIdEqual(osal_id_t object_id1, osal_id_t object_id2) @@ -374,6 +377,7 @@ static inline bool OS_ObjectIdEqual(osal_id_t object_id1, osal_id_t object_id2) * * @param[in] object_id The first object ID * + * @hidecallgraph * @hidecallergraph */ static inline bool OS_ObjectIdDefined(osal_id_t object_id)