Home
last modified time | relevance | path

Searched refs:subsystem (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/include/
H A Derrors.h43 * of ErrCode for every subsystem.
99 // be used to init the subsystem errorno.
102 * in specified subsystem.
104 * @param subsystem Indicates the subsystem.
109 constexpr ErrCode ErrCodeOffset(unsigned int subsystem, unsigned int module = 0) in ErrCodeOffset() argument
113 return (subsystem << SUBSYSTEM_BIT_NUM) | (module << MODULE_BIT_NUM); in ErrCodeOffset()
119 * in the commonlibrary subsystem.
125 * in the commonlibrary subsystem.

Completed in 1 milliseconds