NTURT Zephyr v0.0.1
NTURT common library for Zephyr RTOS
Loading...
Searching...
No Matches
err Struct Reference

Error. More...

#include <nturt/err/err.h>

Public Member Functions

 TAILQ_ENTRY (err) next
 

Data Fields

uint32_t errcode
 
uint32_t flags
 
const char * name
 
const char * desc
 

Detailed Description

Error.

Member Function Documentation

◆ TAILQ_ENTRY()

err::TAILQ_ENTRY ( err )

List entry of the error.

Field Documentation

◆ desc

const char* err::desc

Description of the error.

◆ errcode

uint32_t err::errcode

Code of the error.

◆ flags

uint32_t err::flags

◆ name

const char* err::name

String representation of the error.


The documentation for this struct was generated from the following file: