Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Last active June 16, 2022 10:00
Show Gist options
  • Save lupyuen/7f0058c982b958a245123714fccd2289 to your computer and use it in GitHub Desktop.
Save lupyuen/7f0058c982b958a245123714fccd2289 to your computer and use it in GitHub Desktop.
Zig Type Reflection: Group Declarations by C Header File. See https://github.com/lupyuen/zig-bl602-nuttx#group-by-c-header-files
Already up-to-date.
Already up-to-date.
+ pushd ../zig-bl602-nuttx
~/pinecone/nuttx/zig-bl602-nuttx ~/pinecone/nuttx/nuttx
+ zig build-obj --verbose-cimport -target riscv32-freestanding-none -mcpu=baseline_rv32-d -isystem /Users/Luppy/pinecone/nuttx/nuttx/include -I /Users/Luppy/pinecone/nuttx/apps/examples/lorawan_test reflect.zig
info(compilation): C import output: zig-cache/o/e979b806463a36dcecc2ef773bd2d2ad/cimport.zig
| *"@typeInfo(c): ", std.builtin.Type { .Struct = (struct std.builtin.Type.Struct constant)}
| *"T.Struct.fields.len: ", 0
| *"T.Struct.decls.len: ", 4744
| *"T.Struct.decls[0].name: ", "__builtin_bswap16"
| *"decl.name:", "__builtin_bswap16"
| *"decl.name:", "__builtin_bswap32"
| *"decl.name:", "__builtin_bswap64"
| *"decl.name:", "__builtin_signbit"
| *"decl.name:", "__builtin_signbitf"
| *"decl.name:", "__builtin_popcount"
| *"decl.name:", "__builtin_ctz"
| *"decl.name:", "__builtin_clz"
| *"decl.name:", "__builtin_sqrt"
| *"decl.name:", "__builtin_sqrtf"
| *"decl.name:", "__builtin_sin"
| *"decl.name:", "__builtin_sinf"
| *"decl.name:", "__builtin_cos"
| *"decl.name:", "__builtin_cosf"
| *"decl.name:", "__builtin_exp"
| *"decl.name:", "__builtin_expf"
| *"decl.name:", "__builtin_exp2"
| *"decl.name:", "__builtin_exp2f"
| *"decl.name:", "__builtin_log"
| *"decl.name:", "__builtin_logf"
| *"decl.name:", "__builtin_log2"
| *"decl.name:", "__builtin_log2f"
| *"decl.name:", "__builtin_log10"
| *"decl.name:", "__builtin_log10f"
| *"decl.name:", "__builtin_abs"
| *"decl.name:", "__builtin_fabs"
| *"decl.name:", "__builtin_fabsf"
| *"decl.name:", "__builtin_floor"
| *"decl.name:", "__builtin_floorf"
| *"decl.name:", "__builtin_ceil"
| *"decl.name:", "__builtin_ceilf"
| *"decl.name:", "__builtin_trunc"
| *"decl.name:", "__builtin_truncf"
| *"decl.name:", "__builtin_round"
| *"decl.name:", "__builtin_roundf"
| *"decl.name:", "__builtin_strlen"
| *"decl.name:", "__builtin_strcmp"
| *"decl.name:", "__builtin_object_size"
| *"decl.name:", "__builtin___memset_chk"
| *"decl.name:", "__builtin_memset"
| *"decl.name:", "__builtin___memcpy_chk"
| *"decl.name:", "__builtin_memcpy"
| *"decl.name:", "__builtin_expect"
| *"decl.name:", "__builtin_nanf"
| *"decl.name:", "__builtin_huge_valf"
| *"decl.name:", "__builtin_inff"
| *"decl.name:", "__builtin_isnan"
| *"decl.name:", "__builtin_isinf"
| *"decl.name:", "__builtin_isinf_sign"
| *"decl.name:", "__has_builtin"
| *"decl.name:", "__builtin_assume"
| *"decl.name:", "__builtin_unreachable"
| *"decl.name:", "__builtin_constant_p"
| *"decl.name:", "__builtin_mul_overflow"
| *"decl.name:", "_int8_t"
| *"decl.name:", "_uint8_t"
| *"decl.name:", "_int16_t"
| *"decl.name:", "_uint16_t"
| *"decl.name:", "_int32_t"
| *"decl.name:", "_uint32_t"
| *"decl.name:", "_int64_t"
| *"decl.name:", "_uint64_t"
| *"decl.name:", "_intmax_t"
| *"decl.name:", "_uintmax_t"
| *"decl.name:", "_wchar_t"
| *"decl.name:", "_ssize_t"
| *"decl.name:", "_size_t"
| *"decl.name:", "irqstate_t"
| *"decl.name:", "int_least64_t"
| *"decl.name:", "uint_least64_t"
| *"decl.name:", "int_fast64_t"
| *"decl.name:", "uint_fast64_t"
| *"decl.name:", "int_least32_t"
| *"decl.name:", "uint_least32_t"
| *"decl.name:", "int_fast32_t"
| *"decl.name:", "uint_fast32_t"
| *"decl.name:", "int_least16_t"
| *"decl.name:", "uint_least16_t"
| *"decl.name:", "int_fast16_t"
| *"decl.name:", "uint_fast16_t"
| *"decl.name:", "int_least8_t"
| *"decl.name:", "uint_least8_t"
| *"decl.name:", "int_fast8_t"
| *"decl.name:", "uint_fast8_t"
| *"decl.name:", "intmax_t"
| *"decl.name:", "uintmax_t"
| *"decl.name:", "mode_t"
| *"decl.name:", "rsize_t"
| *"decl.name:", "uid_t"
| *"decl.name:", "gid_t"
| *"decl.name:", "dev_t"
| *"decl.name:", "ino_t"
| *"decl.name:", "nlink_t"
| *"decl.name:", "pid_t"
| *"decl.name:", "id_t"
| *"decl.name:", "key_t"
| *"decl.name:", "ptrdiff_t"
| *"decl.name:", "wchar_t"
| *"decl.name:", "wint_t"
| *"decl.name:", "wctype_t"
| *"decl.name:", "fsblkcnt_t"
| *"decl.name:", "fsfilcnt_t"
| *"decl.name:", "blkcnt_t"
| *"decl.name:", "off_t"
| *"decl.name:", "fpos_t"
| *"decl.name:", "blksize_t"
| *"decl.name:", "socklen_t"
| *"decl.name:", "sa_family_t"
| *"decl.name:", "clock_t"
| *"decl.name:", "useconds_t"
| *"decl.name:", "suseconds_t"
| *"decl.name:", "cpu_set_t"
| *"decl.name:", "u_char"
| *"decl.name:", "u_short"
| *"decl.name:", "u_int"
| *"decl.name:", "u_long"
| *"decl.name:", "unchar"
| *"decl.name:", "ushort"
| *"decl.name:", "uint"
| *"decl.name:", "ulong"
| *"decl.name:", "s_char"
| *"decl.name:", "caddr_t"
| *"decl.name:", "u_int8_t"
| *"decl.name:", "u_int16_t"
| *"decl.name:", "u_int32_t"
| *"decl.name:", "u_int64_t"
| *"decl.name:", "main_t"
| *"decl.name:", "ERROR"
| *"decl.name:", "OK"
| *"decl.name:", "enum_unnamed_1"
| *"decl.name:", "__builtin_va_list"
| *"decl.name:", "va_list"
| *"decl.name:", "__gnuc_va_list"
| *"decl.name:", "time_t"
| *"decl.name:", "clockid_t"
| *"decl.name:", "timer_t"
| *"decl.name:", "struct_timespec"
| *"decl.name:", "struct_tm"
| *"decl.name:", "struct_itimerspec"
| *"decl.name:", "union_sigval"
| *"decl.name:", "sigev_notify_function_t"
| *"decl.name:", "struct_pthread_attr_s"
| *"decl.name:", "pthread_attr_t"
| *"decl.name:", "struct_sigevent"
| *"decl.name:", "clock"
| *"decl.name:", "clock_settime"
| *"decl.name:", "clock_gettime"
| *"decl.name:", "clock_getres"
| *"decl.name:", "timespec_get"
| *"decl.name:", "timegm"
| *"decl.name:", "mktime"
| *"decl.name:", "gmtime"
| *"decl.name:", "gmtime_r"
| *"decl.name:", "localtime"
| *"decl.name:", "localtime_r"
| *"decl.name:", "strftime"
| *"decl.name:", "strptime"
| *"decl.name:", "asctime"
| *"decl.name:", "asctime_r"
| *"decl.name:", "ctime"
| *"decl.name:", "ctime_r"
| *"decl.name:", "time"
| *"decl.name:", "difftime"
| *"decl.name:", "timer_create"
| *"decl.name:", "timer_delete"
| *"decl.name:", "timer_settime"
| *"decl.name:", "timer_gettime"
| *"decl.name:", "timer_getoverrun"
| *"decl.name:", "clock_nanosleep"
| *"decl.name:", "nanosleep"
| *"decl.name:", "__errno"
| *"decl.name:", "_assert"
| *"decl.name:", "vfork"
| *"decl.name:", "getpid"
| *"decl.name:", "gettid"
| *"decl.name:", "getppid"
| *"decl.name:", "_exit"
| *"decl.name:", "sleep"
| *"decl.name:", "usleep"
| *"decl.name:", "pause"
| *"decl.name:", "nice"
| *"decl.name:", "daemon"
| *"decl.name:", "close"
| *"decl.name:", "dup"
| *"decl.name:", "dup2"
| *"decl.name:", "fsync"
| *"decl.name:", "lseek"
| *"decl.name:", "read"
| *"decl.name:", "write"
| *"decl.name:", "pread"
| *"decl.name:", "pwrite"
| *"decl.name:", "ftruncate"
| *"decl.name:", "fchown"
| *"decl.name:", "isatty"
| *"decl.name:", "ttyname"
| *"decl.name:", "ttyname_r"
| *"decl.name:", "pipe"
| *"decl.name:", "pipe2"
| *"decl.name:", "alarm"
| *"decl.name:", "chdir"
| *"decl.name:", "getcwd"
| *"decl.name:", "access"
| *"decl.name:", "rmdir"
| *"decl.name:", "unlink"
| *"decl.name:", "truncate"
| *"decl.name:", "symlink"
| *"decl.name:", "readlink"
| *"decl.name:", "chown"
| *"decl.name:", "lchown"
| *"decl.name:", "swab"
| *"decl.name:", "getopt"
| *"decl.name:", "getoptargp"
| *"decl.name:", "getopterrp"
| *"decl.name:", "getoptindp"
| *"decl.name:", "getoptoptp"
| *"decl.name:", "gethostname"
| *"decl.name:", "sethostname"
| *"decl.name:", "sysconf"
| *"decl.name:", "fpathconf"
| *"decl.name:", "pathconf"
| *"decl.name:", "setuid"
| *"decl.name:", "getuid"
| *"decl.name:", "setgid"
| *"decl.name:", "getgid"
| *"decl.name:", "seteuid"
| *"decl.name:", "geteuid"
| *"decl.name:", "setegid"
| *"decl.name:", "getegid"
| *"decl.name:", "setreuid"
| *"decl.name:", "setregid"
| *"decl.name:", "getentropy"
| *"decl.name:", "struct_sem_s"
| *"decl.name:", "sem_t"
| *"decl.name:", "sem_init"
| *"decl.name:", "sem_destroy"
| *"decl.name:", "sem_wait"
| *"decl.name:", "sem_timedwait"
| *"decl.name:", "sem_clockwait"
| *"decl.name:", "sem_trywait"
| *"decl.name:", "sem_post"
| *"decl.name:", "sem_getvalue"
| *"decl.name:", "sem_setprotocol"
| *"decl.name:", "sem_getprotocol"
| *"decl.name:", "sclock_t"
| *"decl.name:", "g_system_timer"
| *"decl.name:", "clock_timespec_compare"
| *"decl.name:", "clock_timespec_add"
| *"decl.name:", "clock_timespec_subtract"
| *"decl.name:", "clock_time2ticks"
| *"decl.name:", "clock_ticks2time"
| *"decl.name:", "clock_systime_timespec"
| *"decl.name:", "nxsem_init"
| *"decl.name:", "nxsem_destroy"
| *"decl.name:", "nxsem_wait"
| *"decl.name:", "nxsem_trywait"
| *"decl.name:", "nxsem_timedwait"
| *"decl.name:", "nxsem_clockwait"
| *"decl.name:", "nxsem_tickwait"
| *"decl.name:", "nxsem_post"
| *"decl.name:", "nxsem_get_value"
| *"decl.name:", "nxsem_reset"
| *"decl.name:", "nxsem_set_protocol"
| *"decl.name:", "nxsem_wait_uninterruptible"
| *"decl.name:", "nxsem_timedwait_uninterruptible"
| *"decl.name:", "nxsem_clockwait_uninterruptible"
| *"decl.name:", "nxsem_tickwait_uninterruptible"
| *"decl.name:", "mutex_t"
| *"decl.name:", "struct_rmutex_s"
| *"decl.name:", "rmutex_t"
| *"decl.name:", "nxmutex_init"
| *"decl.name:", "nxmutex_destroy"
| *"decl.name:", "nxmutex_lock"
| *"decl.name:", "nxmutex_trylock"
| *"decl.name:", "nxmutex_is_locked"
| *"decl.name:", "nxmutex_unlock"
| *"decl.name:", "nxrmutex_init"
| *"decl.name:", "nxrmutex_destroy"
| *"decl.name:", "nxrmutex_lock"
| *"decl.name:", "nxrmutex_trylock"
| *"decl.name:", "nxrmutex_is_locked"
| *"decl.name:", "nxrmutex_unlock"
| *"decl.name:", "struct_pollfd"
| *"decl.name:", "struct_file_operations"
| *"decl.name:", "struct_geometry"
| *"decl.name:", "struct_block_operations"
| *"decl.name:", "struct_mtd_dev_s"
| *"decl.name:", "struct_stat"
| *"decl.name:", "struct_fs_dirent_s"
| *"decl.name:", "struct_statfs"
| *"decl.name:", "struct_mountpt_operations"
| *"decl.name:", "union_inode_ops_u"
| *"decl.name:", "struct_inode"
| *"decl.name:", "struct_file"
| *"decl.name:", "struct_partition_info_s"
| *"decl.name:", "struct_filelist"
| *"decl.name:", "struct_file_struct"
| *"decl.name:", "struct_streamlist"
| *"decl.name:", "fs_initialize"
| *"decl.name:", "register_driver"
| *"decl.name:", "register_blockdriver"
| *"decl.name:", "register_blockpartition"
| *"decl.name:", "unregister_driver"
| *"decl.name:", "unregister_blockdriver"
| *"decl.name:", "nx_mount"
| *"decl.name:", "nx_umount2"
| *"decl.name:", "files_initlist"
| *"decl.name:", "files_releaselist"
| *"decl.name:", "files_duplist"
| *"decl.name:", "file_dup"
| *"decl.name:", "nx_dup"
| *"decl.name:", "file_dup2"
| *"decl.name:", "nx_dup2"
| *"decl.name:", "file_open"
| *"decl.name:", "nx_open"
| *"decl.name:", "fs_getfilep"
| *"decl.name:", "file_close"
| *"decl.name:", "nx_close"
| *"decl.name:", "open_blockdriver"
| *"decl.name:", "close_blockdriver"
| *"decl.name:", "struct_join_s"
| *"decl.name:", "struct_task_info_s"
| *"decl.name:", "struct_sq_entry_s"
| *"decl.name:", "sq_entry_t"
| *"decl.name:", "struct_sq_queue_s"
| *"decl.name:", "sq_queue_t"
| *"decl.name:", "struct_task_group_s"
| *"decl.name:", "start_t"
| *"decl.name:", "pthread_addr_t"
| *"decl.name:", "pthread_startroutine_t"
| *"decl.name:", "union_entry_u"
| *"decl.name:", "entry_t"
| *"decl.name:", "wdparm_t"
| *"decl.name:", "wdentry_t"
| *"decl.name:", "struct_wdog_s"
| *"decl.name:", "sigset_t"
| *"decl.name:", "struct_siginfo"
| *"decl.name:", "siginfo_t"
| *"decl.name:", "struct_mqueue_inode_s"
| *"decl.name:", "struct_xcptcontext"
| *"decl.name:", "struct_tcb_s"
| *"decl.name:", "fs_fdopen"
| *"decl.name:", "lib_flushall"
| *"decl.name:", "file_read"
| *"decl.name:", "nx_read"
| *"decl.name:", "file_write"
| *"decl.name:", "nx_write"
| *"decl.name:", "file_pread"
| *"decl.name:", "file_pwrite"
| *"decl.name:", "file_sendfile"
| *"decl.name:", "file_seek"
| *"decl.name:", "nx_seek"
| *"decl.name:", "file_fsync"
| *"decl.name:", "file_truncate"
| *"decl.name:", "file_mmap"
| *"decl.name:", "file_munmap"
| *"decl.name:", "file_ioctl"
| *"decl.name:", "nx_ioctl"
| *"decl.name:", "file_fcntl"
| *"decl.name:", "nx_fcntl"
| *"decl.name:", "file_poll"
| *"decl.name:", "nx_poll"
| *"decl.name:", "file_fstat"
| *"decl.name:", "nx_stat"
| *"decl.name:", "file_fchstat"
| *"decl.name:", "nx_unlink"
| *"decl.name:", "struct_dq_entry_s"
| *"decl.name:", "dq_entry_t"
| *"decl.name:", "struct_dq_queue_s"
| *"decl.name:", "dq_queue_t"
| *"decl.name:", "sq_addfirst"
| *"decl.name:", "dq_addfirst"
| *"decl.name:", "sq_addlast"
| *"decl.name:", "dq_addlast"
| *"decl.name:", "sq_addafter"
| *"decl.name:", "dq_addafter"
| *"decl.name:", "dq_addbefore"
| *"decl.name:", "sq_cat"
| *"decl.name:", "dq_cat"
| *"decl.name:", "sq_remafter"
| *"decl.name:", "sq_rem"
| *"decl.name:", "dq_rem"
| *"decl.name:", "sq_remlast"
| *"decl.name:", "dq_remlast"
| *"decl.name:", "sq_remfirst"
| *"decl.name:", "dq_remfirst"
| *"decl.name:", "sq_count"
| *"decl.name:", "dq_count"
| *"decl.name:", "max_align_t"
| *"decl.name:", "strdup"
| *"decl.name:", "strndup"
| *"decl.name:", "strerror"
| *"decl.name:", "strerror_r"
| *"decl.name:", "strlen"
| *"decl.name:", "strnlen"
| *"decl.name:", "strcat"
| *"decl.name:", "strlcat"
| *"decl.name:", "strncat"
| *"decl.name:", "strcmp"
| *"decl.name:", "strncmp"
| *"decl.name:", "strcoll"
| *"decl.name:", "strcpy"
| *"decl.name:", "stpcpy"
| *"decl.name:", "strlcpy"
| *"decl.name:", "strncpy"
| *"decl.name:", "stpncpy"
| *"decl.name:", "strpbrk"
| *"decl.name:", "strchr"
| *"decl.name:", "strchrnul"
| *"decl.name:", "strrchr"
| *"decl.name:", "strspn"
| *"decl.name:", "strcspn"
| *"decl.name:", "strstr"
| *"decl.name:", "strcasestr"
| *"decl.name:", "strsep"
| *"decl.name:", "strsignal"
| *"decl.name:", "strtok"
| *"decl.name:", "strtok_r"
| *"decl.name:", "strxfrm"
| *"decl.name:", "memchr"
| *"decl.name:", "memrchr"
| *"decl.name:", "memccpy"
| *"decl.name:", "memcmp"
| *"decl.name:", "memcpy"
| *"decl.name:", "memmove"
| *"decl.name:", "memset"
| *"decl.name:", "explicit_bzero"
| *"decl.name:", "ffs"
| *"decl.name:", "ffsl"
| *"decl.name:", "ffsll"
| *"decl.name:", "fls"
| *"decl.name:", "flsl"
| *"decl.name:", "flsll"
| *"decl.name:", "popcount"
| *"decl.name:", "popcountl"
| *"decl.name:", "popcountll"
| *"decl.name:", "index"
| *"decl.name:", "rindex"
| *"decl.name:", "strcasecmp"
| *"decl.name:", "strncasecmp"
| *"decl.name:", "struct_sched_param"
| *"decl.name:", "task_create"
| *"decl.name:", "task_delete"
| *"decl.name:", "task_restart"
| *"decl.name:", "task_setcancelstate"
| *"decl.name:", "task_setcanceltype"
| *"decl.name:", "task_testcancel"
| *"decl.name:", "sched_setparam"
| *"decl.name:", "sched_getparam"
| *"decl.name:", "sched_setscheduler"
| *"decl.name:", "sched_getscheduler"
| *"decl.name:", "sched_yield"
| *"decl.name:", "sched_get_priority_max"
| *"decl.name:", "sched_get_priority_min"
| *"decl.name:", "sched_rr_get_interval"
| *"decl.name:", "sched_lock"
| *"decl.name:", "sched_unlock"
| *"decl.name:", "sched_lockcount"
| *"decl.name:", "sched_idletask"
| *"decl.name:", "sched_backtrace"
| *"decl.name:", "sched_dumpstack"
| *"decl.name:", "pthread_key_t"
| *"decl.name:", "pthread_func_t"
| *"decl.name:", "pthread_trampoline_t"
| *"decl.name:", "pthread_t"
| *"decl.name:", "struct_pthread_condattr_s"
| *"decl.name:", "pthread_condattr_t"
| *"decl.name:", "struct_pthread_cond_s"
| *"decl.name:", "pthread_cond_t"
| *"decl.name:", "struct_pthread_mutexattr_s"
| *"decl.name:", "pthread_mutexattr_t"
| *"decl.name:", "struct_pthread_mutex_s"
| *"decl.name:", "pthread_mutex_t"
| *"decl.name:", "struct_pthread_barrierattr_s"
| *"decl.name:", "pthread_barrierattr_t"
| *"decl.name:", "struct_pthread_barrier_s"
| *"decl.name:", "pthread_barrier_t"
| *"decl.name:", "pthread_once_t"
| *"decl.name:", "struct_pthread_rwlock_s"
| *"decl.name:", "pthread_rwlock_t"
| *"decl.name:", "pthread_rwlockattr_t"
| *"decl.name:", "pthread_attr_init"
| *"decl.name:", "pthread_attr_destroy"
| *"decl.name:", "pthread_attr_setschedpolicy"
| *"decl.name:", "pthread_attr_getschedpolicy"
| *"decl.name:", "pthread_attr_setschedparam"
| *"decl.name:", "pthread_attr_getschedparam"
| *"decl.name:", "pthread_attr_setinheritsched"
| *"decl.name:", "pthread_attr_getinheritsched"
| *"decl.name:", "pthread_attr_getdetachstate"
| *"decl.name:", "pthread_attr_setdetachstate"
| *"decl.name:", "pthread_attr_setstacksize"
| *"decl.name:", "pthread_attr_getstacksize"
| *"decl.name:", "pthread_attr_setstack"
| *"decl.name:", "pthread_attr_getstack"
| *"decl.name:", "pthread_setname_np"
| *"decl.name:", "pthread_getname_np"
| *"decl.name:", "pthread_get_stackaddr_np"
| *"decl.name:", "pthread_get_stacksize_np"
| *"decl.name:", "pthread_create"
| *"decl.name:", "pthread_detach"
| *"decl.name:", "pthread_exit"
| *"decl.name:", "pthread_cancel"
| *"decl.name:", "pthread_setcancelstate"
| *"decl.name:", "pthread_setcanceltype"
| *"decl.name:", "pthread_testcancel"
| *"decl.name:", "pthread_join"
| *"decl.name:", "pthread_yield"
| *"decl.name:", "pthread_getschedparam"
| *"decl.name:", "pthread_setschedparam"
| *"decl.name:", "pthread_setschedprio"
| *"decl.name:", "pthread_key_create"
| *"decl.name:", "pthread_setspecific"
| *"decl.name:", "pthread_getspecific"
| *"decl.name:", "pthread_key_delete"
| *"decl.name:", "pthread_mutexattr_init"
| *"decl.name:", "pthread_mutexattr_destroy"
| *"decl.name:", "pthread_mutexattr_getpshared"
| *"decl.name:", "pthread_mutexattr_setpshared"
| *"decl.name:", "pthread_mutexattr_gettype"
| *"decl.name:", "pthread_mutexattr_settype"
| *"decl.name:", "pthread_mutexattr_getprotocol"
| *"decl.name:", "pthread_mutexattr_setprotocol"
| *"decl.name:", "pthread_mutexattr_getrobust"
| *"decl.name:", "pthread_mutexattr_setrobust"
| *"decl.name:", "pthread_mutex_init"
| *"decl.name:", "pthread_mutex_destroy"
| *"decl.name:", "pthread_mutex_lock"
| *"decl.name:", "pthread_mutex_timedlock"
| *"decl.name:", "pthread_mutex_trylock"
| *"decl.name:", "pthread_mutex_unlock"
| *"decl.name:", "pthread_condattr_init"
| *"decl.name:", "pthread_condattr_destroy"
| *"decl.name:", "pthread_condattr_getclock"
| *"decl.name:", "pthread_condattr_setclock"
| *"decl.name:", "pthread_cond_init"
| *"decl.name:", "pthread_cond_destroy"
| *"decl.name:", "pthread_cond_broadcast"
| *"decl.name:", "pthread_cond_signal"
| *"decl.name:", "pthread_cond_wait"
| *"decl.name:", "pthread_cond_timedwait"
| *"decl.name:", "pthread_cond_clockwait"
| *"decl.name:", "pthread_barrierattr_destroy"
| *"decl.name:", "pthread_barrierattr_init"
| *"decl.name:", "pthread_barrierattr_getpshared"
| *"decl.name:", "pthread_barrierattr_setpshared"
| *"decl.name:", "pthread_barrier_destroy"
| *"decl.name:", "pthread_barrier_init"
| *"decl.name:", "pthread_barrier_wait"
| *"decl.name:", "pthread_once"
| *"decl.name:", "pthread_rwlock_destroy"
| *"decl.name:", "pthread_rwlock_init"
| *"decl.name:", "pthread_rwlock_rdlock"
| *"decl.name:", "pthread_rwlock_timedrdlock"
| *"decl.name:", "pthread_rwlock_clockrdlock"
| *"decl.name:", "pthread_rwlock_tryrdlock"
| *"decl.name:", "pthread_rwlock_wrlock"
| *"decl.name:", "pthread_rwlock_timedwrlock"
| *"decl.name:", "pthread_rwlock_clockwrlock"
| *"decl.name:", "pthread_rwlock_trywrlock"
| *"decl.name:", "pthread_rwlock_unlock"
| *"decl.name:", "pthread_kill"
| *"decl.name:", "pthread_sigmask"
| *"decl.name:", "pthread_atfork"
| *"decl.name:", "sig_atomic_t"
| *"decl.name:", "_sa_handler_t"
| *"decl.name:", "_sa_sigaction_t"
| *"decl.name:", "sighandler_t"
| *"decl.name:", "union_unnamed_2"
| *"decl.name:", "struct_sigaction"
| *"decl.name:", "kill"
| *"decl.name:", "psignal"
| *"decl.name:", "psiginfo"
| *"decl.name:", "raise"
| *"decl.name:", "sigaction"
| *"decl.name:", "sigaddset"
| *"decl.name:", "sigdelset"
| *"decl.name:", "sigemptyset"
| *"decl.name:", "sigfillset"
| *"decl.name:", "sighold"
| *"decl.name:", "sigismember"
| *"decl.name:", "sigignore"
| *"decl.name:", "signal"
| *"decl.name:", "sigpause"
| *"decl.name:", "sigpending"
| *"decl.name:", "sigprocmask"
| *"decl.name:", "sigqueue"
| *"decl.name:", "sigrelse"
| *"decl.name:", "sigset"
| *"decl.name:", "sigwait"
| *"decl.name:", "sigtimedwait"
| *"decl.name:", "sigsuspend"
| *"decl.name:", "sigwaitinfo"
| *"decl.name:", "up_getsp"
| *"decl.name:", "up_irq_enable"
| *"decl.name:", "g_current_regs"
| *"decl.name:", "up_irq_save"
| *"decl.name:", "up_irq_restore"
| *"decl.name:", "up_interrupt_context"
| *"decl.name:", "irq_t"
| *"decl.name:", "xcpt_t"
| *"decl.name:", "irq_attach"
| *"decl.name:", "wd_start"
| *"decl.name:", "wd_cancel"
| *"decl.name:", "wd_gettime"
| *"decl.name:", "TSTATE_TASK_INVALID"
| *"decl.name:", "TSTATE_TASK_PENDING"
| *"decl.name:", "TSTATE_TASK_READYTORUN"
| *"decl.name:", "TSTATE_TASK_RUNNING"
| *"decl.name:", "TSTATE_TASK_INACTIVE"
| *"decl.name:", "TSTATE_WAIT_SEM"
| *"decl.name:", "TSTATE_WAIT_SIG"
| *"decl.name:", "TSTATE_WAIT_MQNOTEMPTY"
| *"decl.name:", "TSTATE_WAIT_MQNOTFULL"
| *"decl.name:", "NUM_TASK_STATES"
| *"decl.name:", "enum_tstate_e"
| *"decl.name:", "tstate_t"
| *"decl.name:", "struct_stackinfo_s"
| *"decl.name:", "struct_task_tcb_s"
| *"decl.name:", "struct_pthread_tcb_s"
| *"decl.name:", "nxsched_foreach_t"
| *"decl.name:", "nxsched_self"
| *"decl.name:", "nxsched_foreach"
| *"decl.name:", "nxsched_get_tcb"
| *"decl.name:", "nxsched_release_tcb"
| *"decl.name:", "nxsched_get_files"
| *"decl.name:", "nxsched_get_streams"
| *"decl.name:", "nxtask_init"
| *"decl.name:", "nxtask_uninit"
| *"decl.name:", "nxtask_activate"
| *"decl.name:", "nxtask_startup"
| *"decl.name:", "nxtask_setup_vfork"
| *"decl.name:", "nxtask_start_vfork"
| *"decl.name:", "nxtask_abort_vfork"
| *"decl.name:", "nxsched_resume_scheduler"
| *"decl.name:", "nxsched_get_param"
| *"decl.name:", "nxsched_set_param"
| *"decl.name:", "nxsched_get_scheduler"
| *"decl.name:", "nxsched_set_scheduler"
| *"decl.name:", "nxsched_get_stackinfo"
| *"decl.name:", "nx_wait"
| *"decl.name:", "nx_waitid"
| *"decl.name:", "nx_waitpid"
| *"decl.name:", "FILE"
| *"decl.name:", "struct_va_format"
| *"decl.name:", "clearerr"
| *"decl.name:", "fclose"
| *"decl.name:", "fflush"
| *"decl.name:", "feof"
| *"decl.name:", "ferror"
| *"decl.name:", "fileno"
| *"decl.name:", "fgetc"
| *"decl.name:", "fgetpos"
| *"decl.name:", "fgets"
| *"decl.name:", "fopen"
| *"decl.name:", "fprintf"
| *"decl.name:", "fputc"
| *"decl.name:", "fputs"
| *"decl.name:", "fread"
| *"decl.name:", "freopen"
| *"decl.name:", "fscanf"
| *"decl.name:", "fseek"
| *"decl.name:", "fseeko"
| *"decl.name:", "fsetpos"
| *"decl.name:", "ftell"
| *"decl.name:", "ftello"
| *"decl.name:", "fwrite"
| *"decl.name:", "getc"
| *"decl.name:", "getchar"
| *"decl.name:", "getdelim"
| *"decl.name:", "getline"
| *"decl.name:", "gets"
| *"decl.name:", "gets_s"
| *"decl.name:", "rewind"
| *"decl.name:", "setbuf"
| *"decl.name:", "setvbuf"
| *"decl.name:", "ungetc"
| *"decl.name:", "perror"
| *"decl.name:", "printf"
| *"decl.name:", "putc"
| *"decl.name:", "putchar"
| *"decl.name:", "puts"
| *"decl.name:", "rename"
| *"decl.name:", "sprintf"
| *"decl.name:", "asprintf"
| *"decl.name:", "snprintf"
| *"decl.name:", "sscanf"
| *"decl.name:", "scanf"
| *"decl.name:", "vasprintf"
| *"decl.name:", "vfprintf"
| *"decl.name:", "vfscanf"
| *"decl.name:", "vprintf"
| *"decl.name:", "vscanf"
| *"decl.name:", "vsnprintf"
| *"decl.name:", "vsprintf"
| *"decl.name:", "vsscanf"
| *"decl.name:", "fdopen"
| *"decl.name:", "dprintf"
| *"decl.name:", "vdprintf"
| *"decl.name:", "tmpfile"
| *"decl.name:", "tmpnam"
| *"decl.name:", "tempnam"
| *"decl.name:", "remove"
| *"decl.name:", "popen"
| *"decl.name:", "pclose"
| *"decl.name:", "LMN_STATUS_ERROR"
| *"decl.name:", "LMN_STATUS_OK"
| *"decl.name:", "enum_LmnStatus_e"
| *"decl.name:", "LmnStatus_t"
| *"decl.name:", "struct_Version_s"
| *"decl.name:", "union_Version_u"
| *"decl.name:", "Version_t"
| *"decl.name:", "srand1"
| *"decl.name:", "randr"
| *"decl.name:", "memcpy1"
| *"decl.name:", "memcpyr"
| *"decl.name:", "memset1"
| *"decl.name:", "Nibble2HexChar"
| *"decl.name:", "Crc32"
| *"decl.name:", "Crc32Init"
| *"decl.name:", "Crc32Update"
| *"decl.name:", "Crc32Finalize"
| *"decl.name:", "BoardCriticalSectionBegin"
| *"decl.name:", "BoardCriticalSectionEnd"
| *"decl.name:", "ble_npl_event_fn"
| *"decl.name:", "struct_ble_npl_event"
| *"decl.name:", "BLE_NPL_OK"
| *"decl.name:", "BLE_NPL_ENOMEM"
| *"decl.name:", "BLE_NPL_EINVAL"
| *"decl.name:", "BLE_NPL_INVALID_PARAM"
| *"decl.name:", "BLE_NPL_MEM_NOT_ALIGNED"
| *"decl.name:", "BLE_NPL_BAD_MUTEX"
| *"decl.name:", "BLE_NPL_TIMEOUT"
| *"decl.name:", "BLE_NPL_ERR_IN_ISR"
| *"decl.name:", "BLE_NPL_ERR_PRIV"
| *"decl.name:", "BLE_NPL_OS_NOT_STARTED"
| *"decl.name:", "BLE_NPL_ENOENT"
| *"decl.name:", "BLE_NPL_EBUSY"
| *"decl.name:", "BLE_NPL_ERROR"
| *"decl.name:", "enum_ble_npl_error"
| *"decl.name:", "ble_npl_error_t"
| *"decl.name:", "struct_mq_attr"
| *"decl.name:", "mqd_t"
| *"decl.name:", "mq_open"
| *"decl.name:", "mq_close"
| *"decl.name:", "mq_unlink"
| *"decl.name:", "mq_send"
| *"decl.name:", "mq_timedsend"
| *"decl.name:", "mq_receive"
| *"decl.name:", "mq_timedreceive"
| *"decl.name:", "mq_notify"
| *"decl.name:", "mq_setattr"
| *"decl.name:", "mq_getattr"
| *"decl.name:", "ble_npl_time_t"
| *"decl.name:", "ble_npl_stime_t"
| *"decl.name:", "ble_npl_stack_t"
| *"decl.name:", "struct_ble_npl_eventq"
| *"decl.name:", "struct_ble_npl_callout"
| *"decl.name:", "struct_ble_npl_mutex"
| *"decl.name:", "struct_ble_npl_sem"
| *"decl.name:", "struct_ble_npl_task"
| *"decl.name:", "ble_npl_task_func_t"
| *"decl.name:", "ble_npl_task_init"
| *"decl.name:", "ble_npl_task_remove"
| *"decl.name:", "ble_npl_task_count"
| *"decl.name:", "ble_npl_task_yield"
| *"decl.name:", "ble_npl_os_started"
| *"decl.name:", "ble_npl_get_current_task_id"
| *"decl.name:", "ble_npl_eventq_init"
| *"decl.name:", "ble_npl_eventq_get"
| *"decl.name:", "ble_npl_eventq_put"
| *"decl.name:", "ble_npl_eventq_remove"
| *"decl.name:", "ble_npl_event_init"
| *"decl.name:", "ble_npl_event_is_queued"
| *"decl.name:", "ble_npl_event_get_arg"
| *"decl.name:", "ble_npl_event_set_arg"
| *"decl.name:", "ble_npl_eventq_is_empty"
| *"decl.name:", "ble_npl_event_run"
| *"decl.name:", "ble_npl_mutex_init"
| *"decl.name:", "ble_npl_mutex_pend"
| *"decl.name:", "ble_npl_mutex_release"
| *"decl.name:", "ble_npl_sem_init"
| *"decl.name:", "ble_npl_sem_pend"
| *"decl.name:", "ble_npl_sem_release"
| *"decl.name:", "ble_npl_sem_get_count"
| *"decl.name:", "ble_npl_callout_init"
| *"decl.name:", "ble_npl_callout_reset"
| *"decl.name:", "ble_npl_callout_stop"
| *"decl.name:", "ble_npl_callout_is_active"
| *"decl.name:", "ble_npl_callout_get_ticks"
| *"decl.name:", "ble_npl_callout_remaining_ticks"
| *"decl.name:", "ble_npl_callout_set_arg"
| *"decl.name:", "ble_npl_time_get"
| *"decl.name:", "ble_npl_time_ms_to_ticks"
| *"decl.name:", "ble_npl_time_ticks_to_ms"
| *"decl.name:", "ble_npl_time_ms_to_ticks32"
| *"decl.name:", "ble_npl_time_ticks_to_ms32"
| *"decl.name:", "ble_npl_time_delay"
| *"decl.name:", "ble_npl_hw_enter_critical"
| *"decl.name:", "ble_npl_hw_exit_critical"
| *"decl.name:", "ble_npl_hw_is_in_critical"
| *"decl.name:", "MODEM_FSK"
| *"decl.name:", "MODEM_LORA"
| *"decl.name:", "RadioModems_t"
| *"decl.name:", "RF_IDLE"
| *"decl.name:", "RF_RX_RUNNING"
| *"decl.name:", "RF_TX_RUNNING"
| *"decl.name:", "RF_CAD"
| *"decl.name:", "RadioState_t"
| *"decl.name:", "RadioEvents_t"
| *"decl.name:", "struct_Radio_s"
| *"decl.name:", "Radio"
| *"decl.name:", "RadioOnDioIrq"
| *"decl.name:", "Gpio_t"
| *"decl.name:", "Spi_t"
| *"decl.name:", "struct_unnamed_3"
| *"decl.name:", "union_RadioStatus_u"
| *"decl.name:", "RadioStatus_t"
| *"decl.name:", "IRQ_HEADER_ERROR_CODE"
| *"decl.name:", "IRQ_SYNCWORD_ERROR_CODE"
| *"decl.name:", "IRQ_CRC_ERROR_CODE"
| *"decl.name:", "IrqErrorCode_t"
| *"decl.name:", "IRQ_PBL_DETECT_CODE"
| *"decl.name:", "IRQ_SYNCWORD_VALID_CODE"
| *"decl.name:", "IRQ_HEADER_VALID_CODE"
| *"decl.name:", "enum_IrqPblSyncHeaderCode_t"
| *"decl.name:", "MODE_SLEEP"
| *"decl.name:", "MODE_STDBY_RC"
| *"decl.name:", "MODE_STDBY_XOSC"
| *"decl.name:", "MODE_FS"
| *"decl.name:", "MODE_TX"
| *"decl.name:", "MODE_RX"
| *"decl.name:", "MODE_RX_DC"
| *"decl.name:", "MODE_CAD"
| *"decl.name:", "RadioOperatingModes_t"
| *"decl.name:", "STDBY_RC"
| *"decl.name:", "STDBY_XOSC"
| *"decl.name:", "RadioStandbyModes_t"
| *"decl.name:", "USE_LDO"
| *"decl.name:", "USE_DCDC"
| *"decl.name:", "RadioRegulatorMode_t"
| *"decl.name:", "PACKET_TYPE_GFSK"
| *"decl.name:", "PACKET_TYPE_LORA"
| *"decl.name:", "PACKET_TYPE_NONE"
| *"decl.name:", "RadioPacketTypes_t"
| *"decl.name:", "RADIO_RAMP_10_US"
| *"decl.name:", "RADIO_RAMP_20_US"
| *"decl.name:", "RADIO_RAMP_40_US"
| *"decl.name:", "RADIO_RAMP_80_US"
| *"decl.name:", "RADIO_RAMP_200_US"
| *"decl.name:", "RADIO_RAMP_800_US"
| *"decl.name:", "RADIO_RAMP_1700_US"
| *"decl.name:", "RADIO_RAMP_3400_US"
| *"decl.name:", "RadioRampTimes_t"
| *"decl.name:", "LORA_CAD_01_SYMBOL"
| *"decl.name:", "LORA_CAD_02_SYMBOL"
| *"decl.name:", "LORA_CAD_04_SYMBOL"
| *"decl.name:", "LORA_CAD_08_SYMBOL"
| *"decl.name:", "LORA_CAD_16_SYMBOL"
| *"decl.name:", "RadioLoRaCadSymbols_t"
| *"decl.name:", "LORA_CAD_ONLY"
| *"decl.name:", "LORA_CAD_RX"
| *"decl.name:", "LORA_CAD_LBT"
| *"decl.name:", "RadioCadExitModes_t"
| *"decl.name:", "MOD_SHAPING_OFF"
| *"decl.name:", "MOD_SHAPING_G_BT_03"
| *"decl.name:", "MOD_SHAPING_G_BT_05"
| *"decl.name:", "MOD_SHAPING_G_BT_07"
| *"decl.name:", "MOD_SHAPING_G_BT_1"
| *"decl.name:", "RadioModShapings_t"
| *"decl.name:", "RX_BW_4800"
| *"decl.name:", "RX_BW_5800"
| *"decl.name:", "RX_BW_7300"
| *"decl.name:", "RX_BW_9700"
| *"decl.name:", "RX_BW_11700"
| *"decl.name:", "RX_BW_14600"
| *"decl.name:", "RX_BW_19500"
| *"decl.name:", "RX_BW_23400"
| *"decl.name:", "RX_BW_29300"
| *"decl.name:", "RX_BW_39000"
| *"decl.name:", "RX_BW_46900"
| *"decl.name:", "RX_BW_58600"
| *"decl.name:", "RX_BW_78200"
| *"decl.name:", "RX_BW_93800"
| *"decl.name:", "RX_BW_117300"
| *"decl.name:", "RX_BW_156200"
| *"decl.name:", "RX_BW_187200"
| *"decl.name:", "RX_BW_234300"
| *"decl.name:", "RX_BW_312000"
| *"decl.name:", "RX_BW_373600"
| *"decl.name:", "RX_BW_467000"
| *"decl.name:", "RadioRxBandwidth_t"
| *"decl.name:", "LORA_SF5"
| *"decl.name:", "LORA_SF6"
| *"decl.name:", "LORA_SF7"
| *"decl.name:", "LORA_SF8"
| *"decl.name:", "LORA_SF9"
| *"decl.name:", "LORA_SF10"
| *"decl.name:", "LORA_SF11"
| *"decl.name:", "LORA_SF12"
| *"decl.name:", "RadioLoRaSpreadingFactors_t"
| *"decl.name:", "LORA_BW_500"
| *"decl.name:", "LORA_BW_250"
| *"decl.name:", "LORA_BW_125"
| *"decl.name:", "LORA_BW_062"
| *"decl.name:", "LORA_BW_041"
| *"decl.name:", "LORA_BW_031"
| *"decl.name:", "LORA_BW_020"
| *"decl.name:", "LORA_BW_015"
| *"decl.name:", "LORA_BW_010"
| *"decl.name:", "LORA_BW_007"
| *"decl.name:", "RadioLoRaBandwidths_t"
| *"decl.name:", "LORA_CR_4_5"
| *"decl.name:", "LORA_CR_4_6"
| *"decl.name:", "LORA_CR_4_7"
| *"decl.name:", "LORA_CR_4_8"
| *"decl.name:", "RadioLoRaCodingRates_t"
| *"decl.name:", "RADIO_PREAMBLE_DETECTOR_OFF"
| *"decl.name:", "RADIO_PREAMBLE_DETECTOR_08_BITS"
| *"decl.name:", "RADIO_PREAMBLE_DETECTOR_16_BITS"
| *"decl.name:", "RADIO_PREAMBLE_DETECTOR_24_BITS"
| *"decl.name:", "RADIO_PREAMBLE_DETECTOR_32_BITS"
| *"decl.name:", "RadioPreambleDetection_t"
| *"decl.name:", "RADIO_ADDRESSCOMP_FILT_OFF"
| *"decl.name:", "RADIO_ADDRESSCOMP_FILT_NODE"
| *"decl.name:", "RADIO_ADDRESSCOMP_FILT_NODE_BROAD"
| *"decl.name:", "RadioAddressComp_t"
| *"decl.name:", "RADIO_PACKET_FIXED_LENGTH"
| *"decl.name:", "RADIO_PACKET_VARIABLE_LENGTH"
| *"decl.name:", "RadioPacketLengthModes_t"
| *"decl.name:", "RADIO_CRC_OFF"
| *"decl.name:", "RADIO_CRC_1_BYTES"
| *"decl.name:", "RADIO_CRC_2_BYTES"
| *"decl.name:", "RADIO_CRC_1_BYTES_INV"
| *"decl.name:", "RADIO_CRC_2_BYTES_INV"
| *"decl.name:", "RADIO_CRC_2_BYTES_IBM"
| *"decl.name:", "RADIO_CRC_2_BYTES_CCIT"
| *"decl.name:", "RadioCrcTypes_t"
| *"decl.name:", "RADIO_DC_FREE_OFF"
| *"decl.name:", "RADIO_DC_FREEWHITENING"
| *"decl.name:", "RadioDcFree_t"
| *"decl.name:", "LORA_PACKET_VARIABLE_LENGTH"
| *"decl.name:", "LORA_PACKET_FIXED_LENGTH"
| *"decl.name:", "LORA_PACKET_EXPLICIT"
| *"decl.name:", "LORA_PACKET_IMPLICIT"
| *"decl.name:", "RadioLoRaPacketLengthsMode_t"
| *"decl.name:", "LORA_CRC_ON"
| *"decl.name:", "LORA_CRC_OFF"
| *"decl.name:", "RadioLoRaCrcModes_t"
| *"decl.name:", "LORA_IQ_NORMAL"
| *"decl.name:", "LORA_IQ_INVERTED"
| *"decl.name:", "RadioLoRaIQModes_t"
| *"decl.name:", "TCXO_CTRL_1_6V"
| *"decl.name:", "TCXO_CTRL_1_7V"
| *"decl.name:", "TCXO_CTRL_1_8V"
| *"decl.name:", "TCXO_CTRL_2_2V"
| *"decl.name:", "TCXO_CTRL_2_4V"
| *"decl.name:", "TCXO_CTRL_2_7V"
| *"decl.name:", "TCXO_CTRL_3_0V"
| *"decl.name:", "TCXO_CTRL_3_3V"
| *"decl.name:", "RadioTcxoCtrlVoltage_t"
| *"decl.name:", "IRQ_RADIO_NONE"
| *"decl.name:", "IRQ_TX_DONE"
| *"decl.name:", "IRQ_RX_DONE"
| *"decl.name:", "IRQ_PREAMBLE_DETECTED"
| *"decl.name:", "IRQ_SYNCWORD_VALID"
| *"decl.name:", "IRQ_HEADER_VALID"
| *"decl.name:", "IRQ_HEADER_ERROR"
| *"decl.name:", "IRQ_CRC_ERROR"
| *"decl.name:", "IRQ_CAD_DONE"
| *"decl.name:", "IRQ_CAD_ACTIVITY_DETECTED"
| *"decl.name:", "IRQ_RX_TX_TIMEOUT"
| *"decl.name:", "IRQ_RADIO_ALL"
| *"decl.name:", "RadioIrqMasks_t"
| *"decl.name:", "RADIO_GET_STATUS"
| *"decl.name:", "RADIO_WRITE_REGISTER"
| *"decl.name:", "RADIO_READ_REGISTER"
| *"decl.name:", "RADIO_WRITE_BUFFER"
| *"decl.name:", "RADIO_READ_BUFFER"
| *"decl.name:", "RADIO_SET_SLEEP"
| *"decl.name:", "RADIO_SET_STANDBY"
| *"decl.name:", "RADIO_SET_FS"
| *"decl.name:", "RADIO_SET_TX"
| *"decl.name:", "RADIO_SET_RX"
| *"decl.name:", "RADIO_SET_RXDUTYCYCLE"
| *"decl.name:", "RADIO_SET_CAD"
| *"decl.name:", "RADIO_SET_TXCONTINUOUSWAVE"
| *"decl.name:", "RADIO_SET_TXCONTINUOUSPREAMBLE"
| *"decl.name:", "RADIO_SET_PACKETTYPE"
| *"decl.name:", "RADIO_GET_PACKETTYPE"
| *"decl.name:", "RADIO_SET_RFFREQUENCY"
| *"decl.name:", "RADIO_SET_TXPARAMS"
| *"decl.name:", "RADIO_SET_PACONFIG"
| *"decl.name:", "RADIO_SET_CADPARAMS"
| *"decl.name:", "RADIO_SET_BUFFERBASEADDRESS"
| *"decl.name:", "RADIO_SET_MODULATIONPARAMS"
| *"decl.name:", "RADIO_SET_PACKETPARAMS"
| *"decl.name:", "RADIO_GET_RXBUFFERSTATUS"
| *"decl.name:", "RADIO_GET_PACKETSTATUS"
| *"decl.name:", "RADIO_GET_RSSIINST"
| *"decl.name:", "RADIO_GET_STATS"
| *"decl.name:", "RADIO_RESET_STATS"
| *"decl.name:", "RADIO_CFG_DIOIRQ"
| *"decl.name:", "RADIO_GET_IRQSTATUS"
| *"decl.name:", "RADIO_CLR_IRQSTATUS"
| *"decl.name:", "RADIO_CALIBRATE"
| *"decl.name:", "RADIO_CALIBRATEIMAGE"
| *"decl.name:", "RADIO_SET_REGULATORMODE"
| *"decl.name:", "RADIO_GET_ERROR"
| *"decl.name:", "RADIO_CLR_ERROR"
| *"decl.name:", "RADIO_SET_TCXOMODE"
| *"decl.name:", "RADIO_SET_TXFALLBACKMODE"
| *"decl.name:", "RADIO_SET_RFSWITCHMODE"
| *"decl.name:", "RADIO_SET_STOPRXTIMERONPREAMBLE"
| *"decl.name:", "RADIO_SET_LORASYMBTIMEOUT"
| *"decl.name:", "enum_RadioCommands_e"
| *"decl.name:", "RadioCommands_t"
| *"decl.name:", "struct_unnamed_5"
| *"decl.name:", "struct_unnamed_6"
| *"decl.name:", "struct_unnamed_4"
| *"decl.name:", "ModulationParams_t"
| *"decl.name:", "struct_unnamed_8"
| *"decl.name:", "struct_unnamed_9"
| *"decl.name:", "struct_unnamed_7"
| *"decl.name:", "PacketParams_t"
| *"decl.name:", "struct_unnamed_11"
| *"decl.name:", "struct_unnamed_12"
| *"decl.name:", "struct_unnamed_10"
| *"decl.name:", "PacketStatus_t"
| *"decl.name:", "RxCounter_t"
| *"decl.name:", "struct_unnamed_13"
| *"decl.name:", "CalibrationParams_t"
| *"decl.name:", "struct_unnamed_14"
| *"decl.name:", "SleepParams_t"
| *"decl.name:", "struct_unnamed_15"
| *"decl.name:", "RadioError_t"
| *"decl.name:", "struct_SX126x_s"
| *"decl.name:", "SX126x_t"
| *"decl.name:", "DioIrqHandler"
| *"decl.name:", "SX126xCallbacks_t"
| *"decl.name:", "SX126xInit"
| *"decl.name:", "SX126xCheckDeviceReady"
| *"decl.name:", "SX126xSetPayload"
| *"decl.name:", "SX126xGetPayload"
| *"decl.name:", "SX126xSendPayload"
| *"decl.name:", "SX126xSetSyncWord"
| *"decl.name:", "SX126xSetCrcSeed"
| *"decl.name:", "SX126xSetCrcPolynomial"
| *"decl.name:", "SX126xSetWhiteningSeed"
| *"decl.name:", "SX126xGetRandom"
| *"decl.name:", "SX126xSetSleep"
| *"decl.name:", "SX126xSetStandby"
| *"decl.name:", "SX126xSetFs"
| *"decl.name:", "SX126xSetTx"
| *"decl.name:", "SX126xSetRx"
| *"decl.name:", "SX126xSetRxBoosted"
| *"decl.name:", "SX126xSetRxDutyCycle"
| *"decl.name:", "SX126xSetCad"
| *"decl.name:", "SX126xSetTxContinuousWave"
| *"decl.name:", "SX126xSetTxInfinitePreamble"
| *"decl.name:", "SX126xSetStopRxTimerOnPreambleDetect"
| *"decl.name:", "SX126xSetLoRaSymbNumTimeout"
| *"decl.name:", "SX126xSetRegulatorMode"
| *"decl.name:", "SX126xCalibrate"
| *"decl.name:", "SX126xCalibrateImage"
| *"decl.name:", "SX126xSetLongPreamble"
| *"decl.name:", "SX126xSetPaConfig"
| *"decl.name:", "SX126xSetRxTxFallbackMode"
| *"decl.name:", "SX126xWriteRegisters"
| *"decl.name:", "SX126xReadRegisters"
| *"decl.name:", "SX126xWriteBuffer"
| *"decl.name:", "SX126xReadBuffer"
| *"decl.name:", "SX126xSetDioIrqParams"
| *"decl.name:", "SX126xGetIrqStatus"
| *"decl.name:", "SX126xSetDio2AsRfSwitchCtrl"
| *"decl.name:", "SX126xSetDio3AsTcxoCtrl"
| *"decl.name:", "SX126xSetRfFrequency"
| *"decl.name:", "SX126xSetPacketType"
| *"decl.name:", "SX126xGetPacketType"
| *"decl.name:", "SX126xSetTxParams"
| *"decl.name:", "SX126xSetModulationParams"
| *"decl.name:", "SX126xSetPacketParams"
| *"decl.name:", "SX126xSetCadParams"
| *"decl.name:", "SX126xSetBufferBaseAddress"
| *"decl.name:", "SX126xGetStatus"
| *"decl.name:", "SX126xGetRssiInst"
| *"decl.name:", "SX126xGetRxBufferStatus"
| *"decl.name:", "SX126xGetPacketStatus"
| *"decl.name:", "SX126xGetDeviceErrors"
| *"decl.name:", "SX126xClearDeviceErrors"
| *"decl.name:", "SX126xClearIrqStatus"
| *"decl.name:", "event_queue"
| *"decl.name:", "TimerEvent_t"
| *"decl.name:", "TimerInit"
| *"decl.name:", "TimerStop"
| *"decl.name:", "TimerSetValue"
| *"decl.name:", "TimerStart"
| *"decl.name:", "TimerStart2"
| *"decl.name:", "DelayMs"
| *"decl.name:", "TimerGetCurrentTime"
| *"decl.name:", "TimerGetElapsedTime"
| *"decl.name:", "SX126xIoInit"
| *"decl.name:", "SX126xIoIrqInit"
| *"decl.name:", "SX126xIoDeInit"
| *"decl.name:", "SX126xIoTcxoInit"
| *"decl.name:", "SX126xIoRfSwitchInit"
| *"decl.name:", "SX126xIoDbgInit"
| *"decl.name:", "SX126xReset"
| *"decl.name:", "SX126xWaitOnBusy"
| *"decl.name:", "SX126xWakeup"
| *"decl.name:", "SX126xWriteCommand"
| *"decl.name:", "SX126xReadCommand"
| *"decl.name:", "SX126xWriteRegister"
| *"decl.name:", "SX126xReadRegister"
| *"decl.name:", "SX126xSetRfTxPower"
| *"decl.name:", "SX126xGetDeviceId"
| *"decl.name:", "SX126xAntSwOn"
| *"decl.name:", "SX126xAntSwOff"
| *"decl.name:", "SX126xCheckRfFrequency"
| *"decl.name:", "SX126xGetBoardTcxoWakeupTime"
| *"decl.name:", "SX126xGetDio1PinState"
| *"decl.name:", "SX126xGetOperatingMode"
| *"decl.name:", "SX126xSetOperatingMode"
| *"decl.name:", "SX126x"
| *"decl.name:", "TimerTime_t"
| *"decl.name:", "struct_SysTime_s"
| *"decl.name:", "SysTime_t"
| *"decl.name:", "SysTimeAdd"
| *"decl.name:", "SysTimeSub"
| *"decl.name:", "SysTimeSet"
| *"decl.name:", "SysTimeGet"
| *"decl.name:", "SysTimeGetMcuTime"
| *"decl.name:", "SysTimeToMs"
| *"decl.name:", "SysTimeFromMs"
| *"decl.name:", "SysTimeMkTime"
| *"decl.name:", "SysTimeLocalTime"
| *"decl.name:", "CLASS_A"
| *"decl.name:", "CLASS_B"
| *"decl.name:", "CLASS_C"
| *"decl.name:", "enum_DeviceClass_e"
| *"decl.name:", "DeviceClass_t"
| *"decl.name:", "FRAME_TYPE_A"
| *"decl.name:", "FRAME_TYPE_B"
| *"decl.name:", "FRAME_TYPE_C"
| *"decl.name:", "FRAME_TYPE_D"
| *"decl.name:", "enum_eFType"
| *"decl.name:", "FType_t"
| *"decl.name:", "FCNT_UP"
| *"decl.name:", "N_FCNT_DOWN"
| *"decl.name:", "A_FCNT_DOWN"
| *"decl.name:", "FCNT_DOWN"
| *"decl.name:", "MC_FCNT_DOWN_0"
| *"decl.name:", "MC_FCNT_DOWN_1"
| *"decl.name:", "MC_FCNT_DOWN_2"
| *"decl.name:", "MC_FCNT_DOWN_3"
| *"decl.name:", "RJ_COUNT_0"
| *"decl.name:", "RJ_COUNT_1"
| *"decl.name:", "enum_eFCntIdentifier"
| *"decl.name:", "FCntIdentifier_t"
| *"decl.name:", "APP_KEY"
| *"decl.name:", "NWK_KEY"
| *"decl.name:", "J_S_INT_KEY"
| *"decl.name:", "J_S_ENC_KEY"
| *"decl.name:", "F_NWK_S_INT_KEY"
| *"decl.name:", "S_NWK_S_INT_KEY"
| *"decl.name:", "NWK_S_ENC_KEY"
| *"decl.name:", "APP_S_KEY"
| *"decl.name:", "MC_ROOT_KEY"
| *"decl.name:", "MC_KE_KEY"
| *"decl.name:", "MC_KEY_0"
| *"decl.name:", "MC_APP_S_KEY_0"
| *"decl.name:", "MC_NWK_S_KEY_0"
| *"decl.name:", "MC_KEY_1"
| *"decl.name:", "MC_APP_S_KEY_1"
| *"decl.name:", "MC_NWK_S_KEY_1"
| *"decl.name:", "MC_KEY_2"
| *"decl.name:", "MC_APP_S_KEY_2"
| *"decl.name:", "MC_NWK_S_KEY_2"
| *"decl.name:", "MC_KEY_3"
| *"decl.name:", "MC_APP_S_KEY_3"
| *"decl.name:", "MC_NWK_S_KEY_3"
| *"decl.name:", "SLOT_RAND_ZERO_KEY"
| *"decl.name:", "NO_KEY"
| *"decl.name:", "enum_eKeyIdentifier"
| *"decl.name:", "KeyIdentifier_t"
| *"decl.name:", "MULTICAST_0_ADDR"
| *"decl.name:", "MULTICAST_1_ADDR"
| *"decl.name:", "MULTICAST_2_ADDR"
| *"decl.name:", "MULTICAST_3_ADDR"
| *"decl.name:", "UNICAST_DEV_ADDR"
| *"decl.name:", "enum_eAddressIdentifier"
| *"decl.name:", "AddressIdentifier_t"
| *"decl.name:", "struct_unnamed_17"
| *"decl.name:", "struct_unnamed_18"
| *"decl.name:", "union_unnamed_16"
| *"decl.name:", "struct_sMcRxParams"
| *"decl.name:", "McRxParams_t"
| *"decl.name:", "struct_unnamed_19"
| *"decl.name:", "union_uMcKeys"
| *"decl.name:", "struct_sMcChannelParams"
| *"decl.name:", "McChannelParams_t"
| *"decl.name:", "struct_sMulticastCtx"
| *"decl.name:", "MulticastCtx_t"
| *"decl.name:", "REJOIN_REQ_0"
| *"decl.name:", "REJOIN_REQ_1"
| *"decl.name:", "REJOIN_REQ_2"
| *"decl.name:", "JOIN_REQ"
| *"decl.name:", "enum_eJoinReqIdentifier"
| *"decl.name:", "JoinReqIdentifier_t"
| *"decl.name:", "MOTE_MAC_RESET_IND"
| *"decl.name:", "MOTE_MAC_LINK_CHECK_REQ"
| *"decl.name:", "MOTE_MAC_LINK_ADR_ANS"
| *"decl.name:", "MOTE_MAC_DUTY_CYCLE_ANS"
| *"decl.name:", "MOTE_MAC_RX_PARAM_SETUP_ANS"
| *"decl.name:", "MOTE_MAC_DEV_STATUS_ANS"
| *"decl.name:", "MOTE_MAC_NEW_CHANNEL_ANS"
| *"decl.name:", "MOTE_MAC_RX_TIMING_SETUP_ANS"
| *"decl.name:", "MOTE_MAC_TX_PARAM_SETUP_ANS"
| *"decl.name:", "MOTE_MAC_DL_CHANNEL_ANS"
| *"decl.name:", "MOTE_MAC_REKEY_IND"
| *"decl.name:", "MOTE_MAC_DEVICE_TIME_REQ"
| *"decl.name:", "MOTE_MAC_ADR_PARAM_SETUP_ANS"
| *"decl.name:", "MOTE_MAC_REJOIN_PARAM_ANS"
| *"decl.name:", "MOTE_MAC_DEVICE_MODE_IND"
| *"decl.name:", "MOTE_MAC_PING_SLOT_INFO_REQ"
| *"decl.name:", "MOTE_MAC_PING_SLOT_CHANNEL_ANS"
| *"decl.name:", "MOTE_MAC_BEACON_TIMING_REQ"
| *"decl.name:", "MOTE_MAC_BEACON_FREQ_ANS"
| *"decl.name:", "enum_eLoRaMacMoteCmd"
| *"decl.name:", "LoRaMacMoteCmd_t"
| *"decl.name:", "SRV_MAC_RESET_CONF"
| *"decl.name:", "SRV_MAC_LINK_CHECK_ANS"
| *"decl.name:", "SRV_MAC_LINK_ADR_REQ"
| *"decl.name:", "SRV_MAC_DUTY_CYCLE_REQ"
| *"decl.name:", "SRV_MAC_RX_PARAM_SETUP_REQ"
| *"decl.name:", "SRV_MAC_DEV_STATUS_REQ"
| *"decl.name:", "SRV_MAC_NEW_CHANNEL_REQ"
| *"decl.name:", "SRV_MAC_RX_TIMING_SETUP_REQ"
| *"decl.name:", "SRV_MAC_TX_PARAM_SETUP_REQ"
| *"decl.name:", "SRV_MAC_DL_CHANNEL_REQ"
| *"decl.name:", "SRV_MAC_REKEY_CONF"
| *"decl.name:", "SRV_MAC_ADR_PARAM_SETUP_REQ"
| *"decl.name:", "SRV_MAC_FORCE_REJOIN_REQ"
| *"decl.name:", "SRV_MAC_REJOIN_PARAM_REQ"
| *"decl.name:", "SRV_MAC_DEVICE_MODE_CONF"
| *"decl.name:", "SRV_MAC_DEVICE_TIME_ANS"
| *"decl.name:", "SRV_MAC_PING_SLOT_INFO_ANS"
| *"decl.name:", "SRV_MAC_PING_SLOT_CHANNEL_REQ"
| *"decl.name:", "SRV_MAC_BEACON_TIMING_ANS"
| *"decl.name:", "SRV_MAC_BEACON_FREQ_REQ"
| *"decl.name:", "enum_eLoRaMacSrvCmd"
| *"decl.name:", "LoRaMacSrvCmd_t"
| *"decl.name:", "struct_sBand"
| *"decl.name:", "Band_t"
| *"decl.name:", "struct_sFields"
| *"decl.name:", "union_uDrRange"
| *"decl.name:", "DrRange_t"
| *"decl.name:", "struct_sChannelParams"
| *"decl.name:", "ChannelParams_t"
| *"decl.name:", "FRAME_TYPE_JOIN_REQ"
| *"decl.name:", "FRAME_TYPE_JOIN_ACCEPT"
| *"decl.name:", "FRAME_TYPE_DATA_UNCONFIRMED_UP"
| *"decl.name:", "FRAME_TYPE_DATA_UNCONFIRMED_DOWN"
| *"decl.name:", "FRAME_TYPE_DATA_CONFIRMED_UP"
| *"decl.name:", "FRAME_TYPE_DATA_CONFIRMED_DOWN"
| *"decl.name:", "FRAME_TYPE_REJOIN"
| *"decl.name:", "FRAME_TYPE_PROPRIETARY"
| *"decl.name:", "enum_eLoRaMacFrameType"
| *"decl.name:", "LoRaMacFrameType_t"
| *"decl.name:", "BAT_LEVEL_EXT_SRC"
| *"decl.name:", "BAT_LEVEL_EMPTY"
| *"decl.name:", "BAT_LEVEL_FULL"
| *"decl.name:", "BAT_LEVEL_NO_MEASURE"
| *"decl.name:", "enum_eLoRaMacBatteryLevel"
| *"decl.name:", "LoRaMacBatteryLevel_t"
| *"decl.name:", "struct_sDLSettingsBits"
| *"decl.name:", "union_uLoRaMacDLSettings"
| *"decl.name:", "LoRaMacDLSettings_t"
| *"decl.name:", "struct_sMacHeaderBits"
| *"decl.name:", "union_uLoRaMacHeader"
| *"decl.name:", "LoRaMacHeader_t"
| *"decl.name:", "struct_sCtrlBits"
| *"decl.name:", "union_uLoRaMacFrameCtrl"
| *"decl.name:", "LoRaMacFrameCtrl_t"
| *"decl.name:", "struct_sLoRaMacFrameHeader"
| *"decl.name:", "LoRaMacFrameHeader_t"
| *"decl.name:", "CHANNEL_PLAN_UNKNOWN"
| *"decl.name:", "CHANNEL_PLAN_20MHZ_TYPE_A"
| *"decl.name:", "CHANNEL_PLAN_20MHZ_TYPE_B"
| *"decl.name:", "CHANNEL_PLAN_26MHZ_TYPE_A"
| *"decl.name:", "CHANNEL_PLAN_26MHZ_TYPE_B"
| *"decl.name:", "enum_eRegionCN470ChannelPlan"
| *"decl.name:", "RegionCN470ChannelPlan_t"
| *"decl.name:", "struct_sRegionNvmDataGroup1"
| *"decl.name:", "RegionNvmDataGroup1_t"
| *"decl.name:", "struct_sRegionNvmDataGroup2"
| *"decl.name:", "RegionNvmDataGroup2_t"
| *"decl.name:", "struct_sFCntList"
| *"decl.name:", "FCntList_t"
| *"decl.name:", "struct_sLoRaMacCryptoNvmData"
| *"decl.name:", "LoRaMacCryptoNvmData_t"
| *"decl.name:", "struct_sKey"
| *"decl.name:", "Key_t"
| *"decl.name:", "struct_sSecureElementNvCtx"
| *"decl.name:", "SecureElementNvmData_t"
| *"decl.name:", "struct_sPingSlotCtrlNvm"
| *"decl.name:", "struct_sLoRaMacClassBPingSlotNvmData"
| *"decl.name:", "LoRaMacClassBPingSlotNvmData_t"
| *"decl.name:", "struct_sBeaconCtrlNvm"
| *"decl.name:", "struct_sLoRaMacClassBBeaconNvmData"
| *"decl.name:", "LoRaMacClassBBeaconNvmData_t"
| *"decl.name:", "struct_sLoRaMacClassBNvmData"
| *"decl.name:", "LoRaMacClassBNvmData_t"
| *"decl.name:", "ACTIVATION_TYPE_NONE"
| *"decl.name:", "ACTIVATION_TYPE_ABP"
| *"decl.name:", "ACTIVATION_TYPE_OTAA"
| *"decl.name:", "enum_eActivationType"
| *"decl.name:", "ActivationType_t"
| *"decl.name:", "struct_sRxChannelParams"
| *"decl.name:", "RxChannelParams_t"
| *"decl.name:", "RX_SLOT_WIN_1"
| *"decl.name:", "RX_SLOT_WIN_2"
| *"decl.name:", "RX_SLOT_WIN_CLASS_C"
| *"decl.name:", "RX_SLOT_WIN_CLASS_C_MULTICAST"
| *"decl.name:", "RX_SLOT_WIN_CLASS_B_PING_SLOT"
| *"decl.name:", "RX_SLOT_WIN_CLASS_B_MULTICAST_SLOT"
| *"decl.name:", "RX_SLOT_NONE"
| *"decl.name:", "enum_eLoRaMacRxSlot"
| *"decl.name:", "LoRaMacRxSlot_t"
| *"decl.name:", "struct_sLoRaMacParams"
| *"decl.name:", "LoRaMacParams_t"
| *"decl.name:", "struct_sInfoFields"
| *"decl.name:", "union_uPingSlotInfo"
| *"decl.name:", "PingSlotInfo_t"
| *"decl.name:", "struct_sGwSpecific"
| *"decl.name:", "struct_sBeaconInfo"
| *"decl.name:", "BeaconInfo_t"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_OK"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_ERROR"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_TX_TIMEOUT"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_RX1_TIMEOUT"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_RX2_TIMEOUT"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_RX1_ERROR"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_RX2_ERROR"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_JOIN_FAIL"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_DOWNLINK_REPEATED"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_TX_DR_PAYLOAD_SIZE_ERROR"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_ADDRESS_FAIL"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_MIC_FAIL"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_MULTICAST_FAIL"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_BEACON_LOCKED"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_BEACON_LOST"
| *"decl.name:", "LORAMAC_EVENT_INFO_STATUS_BEACON_NOT_FOUND"
| *"decl.name:", "enum_eLoRaMacEventInfoStatus"
| *"decl.name:", "LoRaMacEventInfoStatus_t"
| *"decl.name:", "struct_sMacFlagBits"
| *"decl.name:", "union_eLoRaMacFlags_t"
| *"decl.name:", "LoRaMacFlags_t"
| *"decl.name:", "LORAMAC_REGION_AS923"
| *"decl.name:", "LORAMAC_REGION_AU915"
| *"decl.name:", "LORAMAC_REGION_CN470"
| *"decl.name:", "LORAMAC_REGION_CN779"
| *"decl.name:", "LORAMAC_REGION_EU433"
| *"decl.name:", "LORAMAC_REGION_EU868"
| *"decl.name:", "LORAMAC_REGION_KR920"
| *"decl.name:", "LORAMAC_REGION_IN865"
| *"decl.name:", "LORAMAC_REGION_US915"
| *"decl.name:", "LORAMAC_REGION_RU864"
| *"decl.name:", "enum_eLoRaMacRegion"
| *"decl.name:", "LoRaMacRegion_t"
| *"decl.name:", "struct_sLoRaMacNvmDataGroup1"
| *"decl.name:", "LoRaMacNvmDataGroup1_t"
| *"decl.name:", "struct_sLoRaMacNvmDataGroup2"
| *"decl.name:", "LoRaMacNvmDataGroup2_t"
| *"decl.name:", "struct_sLoRaMacNvmData"
| *"decl.name:", "LoRaMacNvmData_t"
| *"decl.name:", "MCPS_UNCONFIRMED"
| *"decl.name:", "MCPS_CONFIRMED"
| *"decl.name:", "MCPS_MULTICAST"
| *"decl.name:", "MCPS_PROPRIETARY"
| *"decl.name:", "enum_eMcps"
| *"decl.name:", "Mcps_t"
| *"decl.name:", "struct_sRequestReturnParam"
| *"decl.name:", "RequestReturnParam_t"
| *"decl.name:", "struct_sMcpsReqUnconfirmed"
| *"decl.name:", "McpsReqUnconfirmed_t"
| *"decl.name:", "struct_sMcpsReqConfirmed"
| *"decl.name:", "McpsReqConfirmed_t"
| *"decl.name:", "struct_sMcpsReqProprietary"
| *"decl.name:", "McpsReqProprietary_t"
| *"decl.name:", "union_uMcpsParam"
| *"decl.name:", "struct_sMcpsReq"
| *"decl.name:", "McpsReq_t"
| *"decl.name:", "struct_sMcpsConfirm"
| *"decl.name:", "McpsConfirm_t"
| *"decl.name:", "struct_sMcpsIndication"
| *"decl.name:", "McpsIndication_t"
| *"decl.name:", "MLME_UNKNOWN"
| *"decl.name:", "MLME_JOIN"
| *"decl.name:", "MLME_REJOIN_0"
| *"decl.name:", "MLME_REJOIN_1"
| *"decl.name:", "MLME_LINK_CHECK"
| *"decl.name:", "MLME_TXCW"
| *"decl.name:", "MLME_DERIVE_MC_KE_KEY"
| *"decl.name:", "MLME_DERIVE_MC_KEY_PAIR"
| *"decl.name:", "MLME_DEVICE_TIME"
| *"decl.name:", "MLME_BEACON"
| *"decl.name:", "MLME_BEACON_ACQUISITION"
| *"decl.name:", "MLME_PING_SLOT_INFO"
| *"decl.name:", "MLME_BEACON_TIMING"
| *"decl.name:", "MLME_BEACON_LOST"
| *"decl.name:", "MLME_REVERT_JOIN"
| *"decl.name:", "enum_eMlme"
| *"decl.name:", "Mlme_t"
| *"decl.name:", "struct_sMlmeReqJoin"
| *"decl.name:", "MlmeReqJoin_t"
| *"decl.name:", "struct_sMlmeReqTxCw"
| *"decl.name:", "MlmeReqTxCw_t"
| *"decl.name:", "struct_sMlmeReqPingSlotInfo"
| *"decl.name:", "MlmeReqPingSlotInfo_t"
| *"decl.name:", "struct_sMlmeReqDeriveMcKEKey"
| *"decl.name:", "MlmeReqDeriveMcKEKey_t"
| *"decl.name:", "struct_sMlmeReqDeriveMcSessionKeyPair"
| *"decl.name:", "MlmeReqDeriveMcSessionKeyPair_t"
| *"decl.name:", "union_uMlmeParam"
| *"decl.name:", "struct_sMlmeReq"
| *"decl.name:", "MlmeReq_t"
| *"decl.name:", "struct_sMlmeConfirm"
| *"decl.name:", "MlmeConfirm_t"
| *"decl.name:", "struct_sMlmeIndication"
| *"decl.name:", "MlmeIndication_t"
| *"decl.name:", "MIB_DEVICE_CLASS"
| *"decl.name:", "MIB_NETWORK_ACTIVATION"
| *"decl.name:", "MIB_DEV_EUI"
| *"decl.name:", "MIB_JOIN_EUI"
| *"decl.name:", "MIB_SE_PIN"
| *"decl.name:", "MIB_ADR"
| *"decl.name:", "MIB_NET_ID"
| *"decl.name:", "MIB_DEV_ADDR"
| *"decl.name:", "MIB_APP_KEY"
| *"decl.name:", "MIB_NWK_KEY"
| *"decl.name:", "MIB_J_S_INT_KEY"
| *"decl.name:", "MIB_J_S_ENC_KEY"
| *"decl.name:", "MIB_F_NWK_S_INT_KEY"
| *"decl.name:", "MIB_S_NWK_S_INT_KEY"
| *"decl.name:", "MIB_NWK_S_ENC_KEY"
| *"decl.name:", "MIB_APP_S_KEY"
| *"decl.name:", "MIB_MC_KE_KEY"
| *"decl.name:", "MIB_MC_KEY_0"
| *"decl.name:", "MIB_MC_APP_S_KEY_0"
| *"decl.name:", "MIB_MC_NWK_S_KEY_0"
| *"decl.name:", "MIB_MC_KEY_1"
| *"decl.name:", "MIB_MC_APP_S_KEY_1"
| *"decl.name:", "MIB_MC_NWK_S_KEY_1"
| *"decl.name:", "MIB_MC_KEY_2"
| *"decl.name:", "MIB_MC_APP_S_KEY_2"
| *"decl.name:", "MIB_MC_NWK_S_KEY_2"
| *"decl.name:", "MIB_MC_KEY_3"
| *"decl.name:", "MIB_MC_APP_S_KEY_3"
| *"decl.name:", "MIB_MC_NWK_S_KEY_3"
| *"decl.name:", "MIB_PUBLIC_NETWORK"
| *"decl.name:", "MIB_CHANNELS"
| *"decl.name:", "MIB_RX2_CHANNEL"
| *"decl.name:", "MIB_RX2_DEFAULT_CHANNEL"
| *"decl.name:", "MIB_RXC_CHANNEL"
| *"decl.name:", "MIB_RXC_DEFAULT_CHANNEL"
| *"decl.name:", "MIB_CHANNELS_MASK"
| *"decl.name:", "MIB_CHANNELS_DEFAULT_MASK"
| *"decl.name:", "MIB_CHANNELS_NB_TRANS"
| *"decl.name:", "MIB_MAX_RX_WINDOW_DURATION"
| *"decl.name:", "MIB_RECEIVE_DELAY_1"
| *"decl.name:", "MIB_RECEIVE_DELAY_2"
| *"decl.name:", "MIB_JOIN_ACCEPT_DELAY_1"
| *"decl.name:", "MIB_JOIN_ACCEPT_DELAY_2"
| *"decl.name:", "MIB_CHANNELS_MIN_TX_DATARATE"
| *"decl.name:", "MIB_CHANNELS_DEFAULT_DATARATE"
| *"decl.name:", "MIB_CHANNELS_DATARATE"
| *"decl.name:", "MIB_CHANNELS_TX_POWER"
| *"decl.name:", "MIB_CHANNELS_DEFAULT_TX_POWER"
| *"decl.name:", "MIB_SYSTEM_MAX_RX_ERROR"
| *"decl.name:", "MIB_MIN_RX_SYMBOLS"
| *"decl.name:", "MIB_ANTENNA_GAIN"
| *"decl.name:", "MIB_DEFAULT_ANTENNA_GAIN"
| *"decl.name:", "MIB_NVM_CTXS"
| *"decl.name:", "MIB_ABP_LORAWAN_VERSION"
| *"decl.name:", "MIB_LORAWAN_VERSION"
| *"decl.name:", "MIB_REJOIN_0_CYCLE"
| *"decl.name:", "MIB_REJOIN_1_CYCLE"
| *"decl.name:", "MIB_REJOIN_2_CYCLE"
| *"decl.name:", "MIB_BEACON_INTERVAL"
| *"decl.name:", "MIB_BEACON_RESERVED"
| *"decl.name:", "MIB_BEACON_GUARD"
| *"decl.name:", "MIB_BEACON_WINDOW"
| *"decl.name:", "MIB_BEACON_WINDOW_SLOTS"
| *"decl.name:", "MIB_PING_SLOT_WINDOW"
| *"decl.name:", "MIB_BEACON_SYMBOL_TO_DEFAULT"
| *"decl.name:", "MIB_BEACON_SYMBOL_TO_EXPANSION_MAX"
| *"decl.name:", "MIB_PING_SLOT_SYMBOL_TO_EXPANSION_MAX"
| *"decl.name:", "MIB_BEACON_SYMBOL_TO_EXPANSION_FACTOR"
| *"decl.name:", "MIB_PING_SLOT_SYMBOL_TO_EXPANSION_FACTOR"
| *"decl.name:", "MIB_MAX_BEACON_LESS_PERIOD"
| *"decl.name:", "MIB_PING_SLOT_DATARATE"
| *"decl.name:", "MIB_IS_CERT_FPORT_ON"
| *"decl.name:", "enum_eMib"
| *"decl.name:", "Mib_t"
| *"decl.name:", "struct_sLrWanVersion"
| *"decl.name:", "union_uMibParam"
| *"decl.name:", "MibParam_t"
| *"decl.name:", "struct_eMibRequestConfirm"
| *"decl.name:", "MibRequestConfirm_t"
| *"decl.name:", "struct_sLoRaMacTxInfo"
| *"decl.name:", "LoRaMacTxInfo_t"
| *"decl.name:", "LORAMAC_STATUS_OK"
| *"decl.name:", "LORAMAC_STATUS_BUSY"
| *"decl.name:", "LORAMAC_STATUS_SERVICE_UNKNOWN"
| *"decl.name:", "LORAMAC_STATUS_PARAMETER_INVALID"
| *"decl.name:", "LORAMAC_STATUS_FREQUENCY_INVALID"
| *"decl.name:", "LORAMAC_STATUS_DATARATE_INVALID"
| *"decl.name:", "LORAMAC_STATUS_FREQ_AND_DR_INVALID"
| *"decl.name:", "LORAMAC_STATUS_NO_NETWORK_JOINED"
| *"decl.name:", "LORAMAC_STATUS_LENGTH_ERROR"
| *"decl.name:", "LORAMAC_STATUS_REGION_NOT_SUPPORTED"
| *"decl.name:", "LORAMAC_STATUS_SKIPPED_APP_DATA"
| *"decl.name:", "LORAMAC_STATUS_DUTYCYCLE_RESTRICTED"
| *"decl.name:", "LORAMAC_STATUS_NO_CHANNEL_FOUND"
| *"decl.name:", "LORAMAC_STATUS_NO_FREE_CHANNEL_FOUND"
| *"decl.name:", "LORAMAC_STATUS_BUSY_BEACON_RESERVED_TIME"
| *"decl.name:", "LORAMAC_STATUS_BUSY_PING_SLOT_WINDOW_TIME"
| *"decl.name:", "LORAMAC_STATUS_BUSY_UPLINK_COLLISION"
| *"decl.name:", "LORAMAC_STATUS_CRYPTO_ERROR"
| *"decl.name:", "LORAMAC_STATUS_FCNT_HANDLER_ERROR"
| *"decl.name:", "LORAMAC_STATUS_MAC_COMMAD_ERROR"
| *"decl.name:", "LORAMAC_STATUS_CLASS_B_ERROR"
| *"decl.name:", "LORAMAC_STATUS_CONFIRM_QUEUE_ERROR"
| *"decl.name:", "LORAMAC_STATUS_MC_GROUP_UNDEFINED"
| *"decl.name:", "LORAMAC_STATUS_ERROR"
| *"decl.name:", "enum_eLoRaMacStatus"
| *"decl.name:", "LoRaMacStatus_t"
| *"decl.name:", "struct_sLoRaMacPrimitives"
| *"decl.name:", "LoRaMacPrimitives_t"
| *"decl.name:", "struct_sLoRaMacCallback"
| *"decl.name:", "LoRaMacCallback_t"
| *"decl.name:", "LoRaMacMaxEirpTable"
| *"decl.name:", "LoRaMacInitialization"
| *"decl.name:", "LoRaMacStart"
| *"decl.name:", "LoRaMacStop"
| *"decl.name:", "LoRaMacIsBusy"
| *"decl.name:", "LoRaMacProcess"
| *"decl.name:", "LoRaMacQueryTxPossible"
| *"decl.name:", "LoRaMacChannelAdd"
| *"decl.name:", "LoRaMacChannelRemove"
| *"decl.name:", "LoRaMacMcChannelSetup"
| *"decl.name:", "LoRaMacMcChannelDelete"
| *"decl.name:", "LoRaMacMcChannelGetGroupId"
| *"decl.name:", "LoRaMacMcChannelSetupRxParams"
| *"decl.name:", "LoRaMacMibGetRequestConfirm"
| *"decl.name:", "LoRaMacMibSetRequestConfirm"
| *"decl.name:", "LoRaMacMlmeRequest"
| *"decl.name:", "LoRaMacMcpsRequest"
| *"decl.name:", "LoRaMacDeInitialization"
| *"decl.name:", "PHY_FREQUENCY"
| *"decl.name:", "PHY_MIN_RX_DR"
| *"decl.name:", "PHY_MIN_TX_DR"
| *"decl.name:", "PHY_MAX_RX_DR"
| *"decl.name:", "PHY_MAX_TX_DR"
| *"decl.name:", "PHY_TX_DR"
| *"decl.name:", "PHY_DEF_TX_DR"
| *"decl.name:", "PHY_RX_DR"
| *"decl.name:", "PHY_MAX_TX_POWER"
| *"decl.name:", "PHY_TX_POWER"
| *"decl.name:", "PHY_DEF_TX_POWER"
| *"decl.name:", "PHY_DEF_ADR_ACK_LIMIT"
| *"decl.name:", "PHY_DEF_ADR_ACK_DELAY"
| *"decl.name:", "PHY_MAX_PAYLOAD"
| *"decl.name:", "PHY_DUTY_CYCLE"
| *"decl.name:", "PHY_MAX_RX_WINDOW"
| *"decl.name:", "PHY_RECEIVE_DELAY1"
| *"decl.name:", "PHY_RECEIVE_DELAY2"
| *"decl.name:", "PHY_JOIN_ACCEPT_DELAY1"
| *"decl.name:", "PHY_JOIN_ACCEPT_DELAY2"
| *"decl.name:", "PHY_RETRANSMIT_TIMEOUT"
| *"decl.name:", "PHY_DEF_DR1_OFFSET"
| *"decl.name:", "PHY_DEF_RX2_FREQUENCY"
| *"decl.name:", "PHY_DEF_RX2_DR"
| *"decl.name:", "PHY_CHANNELS_MASK"
| *"decl.name:", "PHY_CHANNELS_DEFAULT_MASK"
| *"decl.name:", "PHY_MAX_NB_CHANNELS"
| *"decl.name:", "PHY_CHANNELS"
| *"decl.name:", "PHY_DEF_UPLINK_DWELL_TIME"
| *"decl.name:", "PHY_DEF_DOWNLINK_DWELL_TIME"
| *"decl.name:", "PHY_DEF_MAX_EIRP"
| *"decl.name:", "PHY_DEF_ANTENNA_GAIN"
| *"decl.name:", "PHY_NEXT_LOWER_TX_DR"
| *"decl.name:", "PHY_BEACON_INTERVAL"
| *"decl.name:", "PHY_BEACON_RESERVED"
| *"decl.name:", "PHY_BEACON_GUARD"
| *"decl.name:", "PHY_BEACON_WINDOW"
| *"decl.name:", "PHY_BEACON_WINDOW_SLOTS"
| *"decl.name:", "PHY_PING_SLOT_WINDOW"
| *"decl.name:", "PHY_BEACON_SYMBOL_TO_DEFAULT"
| *"decl.name:", "PHY_BEACON_SYMBOL_TO_EXPANSION_MAX"
| *"decl.name:", "PHY_PING_SLOT_SYMBOL_TO_EXPANSION_MAX"
| *"decl.name:", "PHY_BEACON_SYMBOL_TO_EXPANSION_FACTOR"
| *"decl.name:", "PHY_PING_SLOT_SYMBOL_TO_EXPANSION_FACTOR"
| *"decl.name:", "PHY_MAX_BEACON_LESS_PERIOD"
| *"decl.name:", "PHY_BEACON_DELAY_BEACON_TIMING_ANS"
| *"decl.name:", "PHY_BEACON_CHANNEL_FREQ"
| *"decl.name:", "PHY_BEACON_FORMAT"
| *"decl.name:", "PHY_BEACON_CHANNEL_DR"
| *"decl.name:", "PHY_BEACON_NB_CHANNELS"
| *"decl.name:", "PHY_BEACON_CHANNEL_OFFSET"
| *"decl.name:", "PHY_PING_SLOT_CHANNEL_FREQ"
| *"decl.name:", "PHY_PING_SLOT_CHANNEL_DR"
| *"decl.name:", "PHY_PING_SLOT_NB_CHANNELS"
| *"decl.name:", "PHY_SF_FROM_DR"
| *"decl.name:", "PHY_BW_FROM_DR"
| *"decl.name:", "enum_ePhyAttribute"
| *"decl.name:", "PhyAttribute_t"
| *"decl.name:", "INIT_TYPE_DEFAULTS"
| *"decl.name:", "INIT_TYPE_RESET_TO_DEFAULT_CHANNELS"
| *"decl.name:", "INIT_TYPE_ACTIVATE_DEFAULT_CHANNELS"
| *"decl.name:", "enum_eInitType"
| *"decl.name:", "InitType_t"
| *"decl.name:", "CHANNELS_MASK"
| *"decl.name:", "CHANNELS_DEFAULT_MASK"
| *"decl.name:", "enum_eChannelsMask"
| *"decl.name:", "ChannelsMask_t"
| *"decl.name:", "struct_sBeaconFormat"
| *"decl.name:", "BeaconFormat_t"
| *"decl.name:", "union_uPhyParam"
| *"decl.name:", "PhyParam_t"
| *"decl.name:", "struct_sGetPhyParams"
| *"decl.name:", "GetPhyParams_t"
| *"decl.name:", "struct_sSetBandTxDoneParams"
| *"decl.name:", "SetBandTxDoneParams_t"
| *"decl.name:", "struct_sInitDefaultsParams"
| *"decl.name:", "InitDefaultsParams_t"
| *"decl.name:", "struct_sDatarateParams"
| *"decl.name:", "union_uVerifyParams"
| *"decl.name:", "VerifyParams_t"
| *"decl.name:", "struct_sApplyCFListParams"
| *"decl.name:", "ApplyCFListParams_t"
| *"decl.name:", "struct_sChanMaskSetParams"
| *"decl.name:", "ChanMaskSetParams_t"
| *"decl.name:", "struct_sRxConfigParams"
| *"decl.name:", "RxConfigParams_t"
| *"decl.name:", "struct_sTxConfigParams"
| *"decl.name:", "TxConfigParams_t"
| *"decl.name:", "struct_sLinkAdrReqParams"
| *"decl.name:", "LinkAdrReqParams_t"
| *"decl.name:", "struct_sRxParamSetupReqParams"
| *"decl.name:", "RxParamSetupReqParams_t"
| *"decl.name:", "struct_sNewChannelReqParams"
| *"decl.name:", "NewChannelReqParams_t"
| *"decl.name:", "struct_sTxParamSetupReqParams"
| *"decl.name:", "TxParamSetupReqParams_t"
| *"decl.name:", "struct_sDlChannelReqParams"
| *"decl.name:", "DlChannelReqParams_t"
| *"decl.name:", "ALTERNATE_DR"
| *"decl.name:", "ALTERNATE_DR_RESTORE"
| *"decl.name:", "enum_eAlternateDrType"
| *"decl.name:", "AlternateDrType_t"
| *"decl.name:", "struct_sNextChanParams"
| *"decl.name:", "NextChanParams_t"
| *"decl.name:", "struct_sChannelAddParams"
| *"decl.name:", "ChannelAddParams_t"
| *"decl.name:", "struct_sChannelRemoveParams"
| *"decl.name:", "ChannelRemoveParams_t"
| *"decl.name:", "struct_sRxBeaconSetupParams"
| *"decl.name:", "RxBeaconSetup_t"
| *"decl.name:", "RegionIsActive"
| *"decl.name:", "RegionGetPhyParam"
| *"decl.name:", "RegionSetBandTxDone"
| *"decl.name:", "RegionInitDefaults"
| *"decl.name:", "RegionVerify"
| *"decl.name:", "RegionApplyCFList"
| *"decl.name:", "RegionChanMaskSet"
| *"decl.name:", "RegionRxConfig"
| *"decl.name:", "RegionComputeRxWindowParameters"
| *"decl.name:", "RegionTxConfig"
| *"decl.name:", "RegionLinkAdrReq"
| *"decl.name:", "RegionRxParamSetupReq"
| *"decl.name:", "RegionNewChannelReq"
| *"decl.name:", "RegionTxParamSetupReq"
| *"decl.name:", "RegionDlChannelReq"
| *"decl.name:", "RegionAlternateDr"
| *"decl.name:", "RegionNextChannel"
| *"decl.name:", "RegionChannelAdd"
| *"decl.name:", "RegionChannelsRemove"
| *"decl.name:", "RegionApplyDrOffset"
| *"decl.name:", "RegionRxBeaconSetup"
| *"decl.name:", "RegionGetVersion"
| *"decl.name:", "struct_sRegionCommonLinkAdrParams"
| *"decl.name:", "RegionCommonLinkAdrParams_t"
| *"decl.name:", "struct_sRegionCommonLinkAdrReqVerifyParams"
| *"decl.name:", "RegionCommonLinkAdrReqVerifyParams_t"
| *"decl.name:", "struct_sRegionCommonRxBeaconSetupParams"
| *"decl.name:", "RegionCommonRxBeaconSetupParams_t"
| *"decl.name:", "struct_sRegionCommonCountNbOfEnabledChannelsParams"
| *"decl.name:", "RegionCommonCountNbOfEnabledChannelsParams_t"
| *"decl.name:", "struct_sRegionCommonIdentifyChannelsParam"
| *"decl.name:", "RegionCommonIdentifyChannelsParam_t"
| *"decl.name:", "struct_sRegionCommonSetDutyCycleParams"
| *"decl.name:", "RegionCommonSetDutyCycleParams_t"
| *"decl.name:", "struct_sRegionCommonGetNextLowerTxDrParams"
| *"decl.name:", "RegionCommonGetNextLowerTxDrParams_t"
| *"decl.name:", "RegionCommonValueInRange"
| *"decl.name:", "RegionCommonChanVerifyDr"
| *"decl.name:", "RegionCommonChanDisable"
| *"decl.name:", "RegionCommonCountChannels"
| *"decl.name:", "RegionCommonChanMaskCopy"
| *"decl.name:", "RegionCommonSetBandTxDone"
| *"decl.name:", "RegionCommonUpdateBandTimeOff"
| *"decl.name:", "RegionCommonParseLinkAdrReq"
| *"decl.name:", "RegionCommonLinkAdrReqVerifyParams"
| *"decl.name:", "RegionCommonComputeSymbolTimeLoRa"
| *"decl.name:", "RegionCommonComputeSymbolTimeFsk"
| *"decl.name:", "RegionCommonComputeRxWindowParameters"
| *"decl.name:", "RegionCommonComputeTxPower"
| *"decl.name:", "RegionCommonRxBeaconSetup"
| *"decl.name:", "RegionCommonCountNbOfEnabledChannels"
| *"decl.name:", "RegionCommonIdentifyChannels"
| *"decl.name:", "RegionCommonGetNextLowerTxDr"
| *"decl.name:", "RegionCommonLimitTxPower"
| *"decl.name:", "RegionCommonGetBandwidth"
| *"decl.name:", "LORAMAC_HANDLER_ADR_OFF"
| *"decl.name:", "LORAMAC_HANDLER_ADR_ON"
| *"decl.name:", "LmHandlerAdrStates_t"
| *"decl.name:", "LORAMAC_HANDLER_RESET"
| *"decl.name:", "LORAMAC_HANDLER_SET"
| *"decl.name:", "LmHandlerFlagStatus_t"
| *"decl.name:", "LORAMAC_HANDLER_ERROR"
| *"decl.name:", "LORAMAC_HANDLER_SUCCESS"
| *"decl.name:", "LmHandlerErrorStatus_t"
| *"decl.name:", "LORAMAC_HANDLER_UNCONFIRMED_MSG"
| *"decl.name:", "LORAMAC_HANDLER_CONFIRMED_MSG"
| *"decl.name:", "LmHandlerMsgTypes_t"
| *"decl.name:", "LORAMAC_HANDLER_FALSE"
| *"decl.name:", "LORAMAC_HANDLER_TRUE"
| *"decl.name:", "LmHandlerBoolean_t"
| *"decl.name:", "LORAMAC_HANDLER_BEACON_ACQUIRING"
| *"decl.name:", "LORAMAC_HANDLER_BEACON_LOST"
| *"decl.name:", "LORAMAC_HANDLER_BEACON_RX"
| *"decl.name:", "LORAMAC_HANDLER_BEACON_NRX"
| *"decl.name:", "LmHandlerBeaconState_t"
| *"decl.name:", "LORAMAC_HANDLER_NVM_RESTORE"
| *"decl.name:", "LORAMAC_HANDLER_NVM_STORE"
| *"decl.name:", "LmHandlerNvmContextStates_t"
| *"decl.name:", "struct_CommissioningParams_s"
| *"decl.name:", "CommissioningParams_t"
| *"decl.name:", "struct_LmHandlerAppData_s"
| *"decl.name:", "LmHandlerAppData_t"
| *"decl.name:", "union_unnamed_20"
| *"decl.name:", "struct_LmHandlerRequestParams_s"
| *"decl.name:", "LmHandlerRequestParams_t"
| *"decl.name:", "struct_LmHandlerJoinParams_s"
| *"decl.name:", "LmHandlerJoinParams_t"
| *"decl.name:", "struct_LmHandlerTxParams_s"
| *"decl.name:", "LmHandlerTxParams_t"
| *"decl.name:", "struct_LmHandlerRxParams_s"
| *"decl.name:", "LmHandlerRxParams_t"
| *"decl.name:", "struct_LoRaMacHandlerBeaconParams_s"
| *"decl.name:", "LoRaMacHandlerBeaconParams_t"
| *"decl.name:", "struct_LmHandlerParams_s"
| *"decl.name:", "LmHandlerParams_t"
| *"decl.name:", "struct_LmHandlerCallbacks_s"
| *"decl.name:", "LmHandlerCallbacks_t"
| *"decl.name:", "LmHandlerInit"
| *"decl.name:", "LmHandlerIsBusy"
| *"decl.name:", "LmHandlerProcess"
| *"decl.name:", "LmHandlerGetDutyCycleWaitTime"
| *"decl.name:", "LmHandlerSend"
| *"decl.name:", "LmHandlerJoin"
| *"decl.name:", "LmHandlerJoinStatus"
| *"decl.name:", "LmHandlerPingSlotReq"
| *"decl.name:", "LmHandlerRequestClass"
| *"decl.name:", "LmHandlerGetCurrentClass"
| *"decl.name:", "LmHandlerGetCurrentDatarate"
| *"decl.name:", "LmHandlerGetActiveRegion"
| *"decl.name:", "LmHandlerSetSystemMaxRxError"
| *"decl.name:", "LmHandlerDeviceTimeReq"
| *"decl.name:", "LmHandlerPackageRegister"
| *"decl.name:", "LmHandlerPackageIsInitialized"
| *"decl.name:", "struct_LmhPackage_s"
| *"decl.name:", "LmhPackage_t"
| *"decl.name:", "struct_LmhpComplianceParams_s"
| *"decl.name:", "LmhpComplianceParams_t"
| *"decl.name:", "LmphCompliancePackageFactory"
| *"decl.name:", "LmphClockSyncPackageFactory"
| *"decl.name:", "LmhpClockSyncAppTimeReq"
| *"decl.name:", "LmhpRemoteMcastSetupPackageFactory"
| *"decl.name:", "struct_sFragDecoderStatus"
| *"decl.name:", "FragDecoderStatus_t"
| *"decl.name:", "struct_sFragDecoderCallbacks"
| *"decl.name:", "FragDecoderCallbacks_t"
| *"decl.name:", "FragDecoderInit"
| *"decl.name:", "FragDecoderGetMaxFileSize"
| *"decl.name:", "FragDecoderProcess"
| *"decl.name:", "FragDecoderGetStatus"
| *"decl.name:", "struct_LmhpFragmentationParams_s"
| *"decl.name:", "LmhpFragmentationParams_t"
| *"decl.name:", "LmhpFragmentationPackageFactory"
| *"decl.name:", "DisplayNvmDataChange"
| *"decl.name:", "DisplayNetworkParametersUpdate"
| *"decl.name:", "DisplayMacMcpsRequestUpdate"
| *"decl.name:", "DisplayMacMlmeRequestUpdate"
| *"decl.name:", "DisplayJoinRequestUpdate"
| *"decl.name:", "DisplayTxUpdate"
| *"decl.name:", "DisplayRxUpdate"
| *"decl.name:", "DisplayBeaconUpdate"
| *"decl.name:", "DisplayClassUpdate"
| *"decl.name:", "DisplayAppInfo"
| *"decl.name:", "__UINTMAX_C_SUFFIX__"
| *"decl.name:", "__FLT16_DENORM_MIN__"
| *"decl.name:", "__FLT16_EPSILON__"
| *"decl.name:", "__FLT16_MAX__"
| *"decl.name:", "__FLT16_MIN__"
| *"decl.name:", "__UINT32_C_SUFFIX__"
| *"decl.name:", "__UINT64_C_SUFFIX__"
| *"decl.name:", "CONFIG_INIT_ENTRYPOINT"
| *"decl.name:", "CONFIG_RAM_VEND"
| *"decl.name:", "CONFIG_FLASH_END"
| *"decl.name:", "TZ_MAX_TIMES"
| *"decl.name:", "TZ_MAX_TYPES"
| *"decl.name:", "NL_TEXTMAX"
| *"decl.name:", "offsetof"
| *"decl.name:", "weak_alias"
| *"decl.name:", "weak_data"
| *"decl.name:", "weak_function"
| *"decl.name:", "weak_const_function"
| *"decl.name:", "noreturn_function"
| *"decl.name:", "farcall_function"
| *"decl.name:", "locate_code"
| *"decl.name:", "aligned_data"
| *"decl.name:", "locate_data"
| *"decl.name:", "end_packed_struct"
| *"decl.name:", "naked_function"
| *"decl.name:", "inline_function"
| *"decl.name:", "noinline_function"
| *"decl.name:", "noinstrument_function"
| *"decl.name:", "nostackprotect_function"
| *"decl.name:", "unused_code"
| *"decl.name:", "unused_data"
| *"decl.name:", "used_code"
| *"decl.name:", "used_data"
| *"decl.name:", "__syslog__"
| *"decl.name:", "formatlike"
| *"decl.name:", "printflike"
| *"decl.name:", "sysloglike"
| *"decl.name:", "scanflike"
| *"decl.name:", "strftimelike"
| *"decl.name:", "no_builtin"
| *"decl.name:", "EXTERN"
| *"decl.name:", "__stdint_join3"
| *"decl.name:", "__uint_c"
| *"decl.name:", "__INTN_MIN"
| *"decl.name:", "__INTN_MAX"
| *"decl.name:", "__UINTN_MAX"
| *"decl.name:", "__INTN_C"
| *"decl.name:", "__UINTN_C"
| *"decl.name:", "va_start"
| *"decl.name:", "va_end"
| *"decl.name:", "va_arg"
| *"decl.name:", "__va_copy"
| *"decl.name:", "va_copy"
| *"decl.name:", "set_errno"
| *"decl.name:", "PANIC"
| *"decl.name:", "ASSERT"
| *"decl.name:", "VERIFY"
| *"decl.name:", "static_assert"
| *"decl.name:", "SEM_FAILED"
| *"decl.name:", "SEM_INITIALIZER"
| *"decl.name:", "NXSEM_INITIALIZER"
| *"decl.name:", "NXRMUTEX_INITIALIZER"
| *"decl.name:", "_NX_OPEN"
| *"decl.name:", "_NX_IOCTL"
| *"decl.name:", "INODE_SET_TYPE"
| *"decl.name:", "DIRENT_SETPSEUDONODE"
| *"decl.name:", "umount"
| *"decl.name:", "sq_init"
| *"decl.name:", "dq_init"
| *"decl.name:", "sq_move"
| *"decl.name:", "dq_move"
| *"decl.name:", "PTHREAD_CANCELED"
| *"decl.name:", "PTHREAD_COND_INITIALIZER"
| *"decl.name:", "PTHREAD_MUTEX_INITIALIZER"
| *"decl.name:", "PTHREAD_RWLOCK_INITIALIZER"
| *"decl.name:", "sa_handler"
| *"decl.name:", "sa_sigaction"
| *"decl.name:", "__STR"
| *"decl.name:", "FLOAD"
| *"decl.name:", "FSTORE"
| *"decl.name:", "REGLOAD"
| *"decl.name:", "REGSTORE"
| *"decl.name:", "CSR_STATUS"
| *"decl.name:", "CSR_SCRATCH"
| *"decl.name:", "CSR_EPC"
| *"decl.name:", "CSR_IE"
| *"decl.name:", "CSR_CAUSE"
| *"decl.name:", "ERET"
| *"decl.name:", "_SCHED_GETAFFINITY"
| *"decl.name:", "_SCHED_SETAFFINITY"
| *"decl.name:", "FIRST_ASSIGNED_STATE"
| *"decl.name:", "nxsched_suspend_scheduler"
| *"decl.name:", "CRITICAL_SECTION_BEGIN"
| *"decl.name:", "CRITICAL_SECTION_END"
| *"decl.name:", "MQ_NONBLOCK"
| *"decl.name:", "SYSINIT_PANIC_MSG"
| *"decl.name:", "SYSINIT_PANIC_ASSERT_MSG"
| *"decl.name:", "LORAWAN_DEVICE_EUI"
| *"decl.name:", "LORAWAN_JOIN_EUI"
| *"decl.name:", "SECURE_ELEMENT_PIN"
| *"decl.name:", "SOFT_SE_KEY_LIST"
| *"decl.name:", "__llvm__"
| *"decl.name:", "__clang__"
| *"decl.name:", "__clang_major__"
| *"decl.name:", "__clang_minor__"
| *"decl.name:", "__clang_patchlevel__"
| *"decl.name:", "__clang_version__"
| *"decl.name:", "__GNUC__"
| *"decl.name:", "__GNUC_MINOR__"
| *"decl.name:", "__GNUC_PATCHLEVEL__"
| *"decl.name:", "__GXX_ABI_VERSION"
| *"decl.name:", "__ATOMIC_RELAXED"
| *"decl.name:", "__ATOMIC_CONSUME"
| *"decl.name:", "__ATOMIC_ACQUIRE"
| *"decl.name:", "__ATOMIC_RELEASE"
| *"decl.name:", "__ATOMIC_ACQ_REL"
| *"decl.name:", "__ATOMIC_SEQ_CST"
| *"decl.name:", "__OPENCL_MEMORY_SCOPE_WORK_ITEM"
| *"decl.name:", "__OPENCL_MEMORY_SCOPE_WORK_GROUP"
| *"decl.name:", "__OPENCL_MEMORY_SCOPE_DEVICE"
| *"decl.name:", "__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES"
| *"decl.name:", "__OPENCL_MEMORY_SCOPE_SUB_GROUP"
| *"decl.name:", "__PRAGMA_REDEFINE_EXTNAME"
| *"decl.name:", "__VERSION__"
| *"decl.name:", "__OBJC_BOOL_IS_BOOL"
| *"decl.name:", "__CONSTANT_CFSTRINGS__"
| *"decl.name:", "__clang_literal_encoding__"
| *"decl.name:", "__clang_wide_literal_encoding__"
| *"decl.name:", "__OPTIMIZE__"
| *"decl.name:", "__ORDER_LITTLE_ENDIAN__"
| *"decl.name:", "__ORDER_BIG_ENDIAN__"
| *"decl.name:", "__ORDER_PDP_ENDIAN__"
| *"decl.name:", "__BYTE_ORDER__"
| *"decl.name:", "__LITTLE_ENDIAN__"
| *"decl.name:", "_ILP32"
| *"decl.name:", "__ILP32__"
| *"decl.name:", "__CHAR_BIT__"
| *"decl.name:", "__SCHAR_MAX__"
| *"decl.name:", "__SHRT_MAX__"
| *"decl.name:", "__INT_MAX__"
| *"decl.name:", "__LONG_MAX__"
| *"decl.name:", "__LONG_LONG_MAX__"
| *"decl.name:", "__WCHAR_MAX__"
| *"decl.name:", "__WINT_MAX__"
| *"decl.name:", "__INTMAX_MAX__"
| *"decl.name:", "__SIZE_MAX__"
| *"decl.name:", "__UINTMAX_MAX__"
| *"decl.name:", "__PTRDIFF_MAX__"
| *"decl.name:", "__INTPTR_MAX__"
| *"decl.name:", "__UINTPTR_MAX__"
| *"decl.name:", "__SIZEOF_DOUBLE__"
| *"decl.name:", "__SIZEOF_FLOAT__"
| *"decl.name:", "__SIZEOF_INT__"
| *"decl.name:", "__SIZEOF_LONG__"
| *"decl.name:", "__SIZEOF_LONG_DOUBLE__"
| *"decl.name:", "__SIZEOF_LONG_LONG__"
| *"decl.name:", "__SIZEOF_POINTER__"
| *"decl.name:", "__SIZEOF_SHORT__"
| *"decl.name:", "__SIZEOF_PTRDIFF_T__"
| *"decl.name:", "__SIZEOF_SIZE_T__"
| *"decl.name:", "__SIZEOF_WCHAR_T__"
| *"decl.name:", "__SIZEOF_WINT_T__"
| *"decl.name:", "__INTMAX_TYPE__"
| *"decl.name:", "__INTMAX_FMTd__"
| *"decl.name:", "__INTMAX_FMTi__"
| *"decl.name:", "__INTMAX_C_SUFFIX__"
| *"decl.name:", "__UINTMAX_TYPE__"
| *"decl.name:", "__UINTMAX_FMTo__"
| *"decl.name:", "__UINTMAX_FMTu__"
| *"decl.name:", "__UINTMAX_FMTx__"
| *"decl.name:", "__UINTMAX_FMTX__"
| *"decl.name:", "__INTMAX_WIDTH__"
| *"decl.name:", "__PTRDIFF_TYPE__"
| *"decl.name:", "__PTRDIFF_FMTd__"
| *"decl.name:", "__PTRDIFF_FMTi__"
| *"decl.name:", "__PTRDIFF_WIDTH__"
| *"decl.name:", "__INTPTR_TYPE__"
| *"decl.name:", "__INTPTR_FMTd__"
| *"decl.name:", "__INTPTR_FMTi__"
| *"decl.name:", "__INTPTR_WIDTH__"
| *"decl.name:", "__SIZE_TYPE__"
| *"decl.name:", "__SIZE_FMTo__"
| *"decl.name:", "__SIZE_FMTu__"
| *"decl.name:", "__SIZE_FMTx__"
| *"decl.name:", "__SIZE_FMTX__"
| *"decl.name:", "__SIZE_WIDTH__"
| *"decl.name:", "__WCHAR_TYPE__"
| *"decl.name:", "__WCHAR_WIDTH__"
| *"decl.name:", "__WINT_TYPE__"
| *"decl.name:", "__WINT_WIDTH__"
| *"decl.name:", "__SIG_ATOMIC_WIDTH__"
| *"decl.name:", "__SIG_ATOMIC_MAX__"
| *"decl.name:", "__CHAR16_TYPE__"
| *"decl.name:", "__CHAR32_TYPE__"
| *"decl.name:", "__UINTMAX_WIDTH__"
| *"decl.name:", "__UINTPTR_TYPE__"
| *"decl.name:", "__UINTPTR_FMTo__"
| *"decl.name:", "__UINTPTR_FMTu__"
| *"decl.name:", "__UINTPTR_FMTx__"
| *"decl.name:", "__UINTPTR_FMTX__"
| *"decl.name:", "__UINTPTR_WIDTH__"
| *"decl.name:", "__FLT16_HAS_DENORM__"
| *"decl.name:", "__FLT16_DIG__"
| *"decl.name:", "__FLT16_DECIMAL_DIG__"
| *"decl.name:", "__FLT16_HAS_INFINITY__"
| *"decl.name:", "__FLT16_HAS_QUIET_NAN__"
| *"decl.name:", "__FLT16_MANT_DIG__"
| *"decl.name:", "__FLT16_MAX_10_EXP__"
| *"decl.name:", "__FLT16_MAX_EXP__"
| *"decl.name:", "__FLT16_MIN_10_EXP__"
| *"decl.name:", "__FLT16_MIN_EXP__"
| *"decl.name:", "__FLT_DENORM_MIN__"
| *"decl.name:", "__FLT_HAS_DENORM__"
| *"decl.name:", "__FLT_DIG__"
| *"decl.name:", "__FLT_DECIMAL_DIG__"
| *"decl.name:", "__FLT_EPSILON__"
| *"decl.name:", "__FLT_HAS_INFINITY__"
| *"decl.name:", "__FLT_HAS_QUIET_NAN__"
| *"decl.name:", "__FLT_MANT_DIG__"
| *"decl.name:", "__FLT_MAX_10_EXP__"
| *"decl.name:", "__FLT_MAX_EXP__"
| *"decl.name:", "__FLT_MAX__"
| *"decl.name:", "__FLT_MIN_10_EXP__"
| *"decl.name:", "__FLT_MIN_EXP__"
| *"decl.name:", "__FLT_MIN__"
| *"decl.name:", "__DBL_DENORM_MIN__"
| *"decl.name:", "__DBL_HAS_DENORM__"
| *"decl.name:", "__DBL_DIG__"
| *"decl.name:", "__DBL_DECIMAL_DIG__"
| *"decl.name:", "__DBL_EPSILON__"
| *"decl.name:", "__DBL_HAS_INFINITY__"
| *"decl.name:", "__DBL_HAS_QUIET_NAN__"
| *"decl.name:", "__DBL_MANT_DIG__"
| *"decl.name:", "__DBL_MAX_10_EXP__"
| *"decl.name:", "__DBL_MAX_EXP__"
| *"decl.name:", "__DBL_MAX__"
| *"decl.name:", "__DBL_MIN_10_EXP__"
| *"decl.name:", "__DBL_MIN_EXP__"
| *"decl.name:", "__DBL_MIN__"
| *"decl.name:", "__LDBL_DENORM_MIN__"
| *"decl.name:", "__LDBL_HAS_DENORM__"
| *"decl.name:", "__LDBL_DIG__"
| *"decl.name:", "__LDBL_DECIMAL_DIG__"
| *"decl.name:", "__LDBL_EPSILON__"
| *"decl.name:", "__LDBL_HAS_INFINITY__"
| *"decl.name:", "__LDBL_HAS_QUIET_NAN__"
| *"decl.name:", "__LDBL_MANT_DIG__"
| *"decl.name:", "__LDBL_MAX_10_EXP__"
| *"decl.name:", "__LDBL_MAX_EXP__"
| *"decl.name:", "__LDBL_MAX__"
| *"decl.name:", "__LDBL_MIN_10_EXP__"
| *"decl.name:", "__LDBL_MIN_EXP__"
| *"decl.name:", "__LDBL_MIN__"
| *"decl.name:", "__POINTER_WIDTH__"
| *"decl.name:", "__BIGGEST_ALIGNMENT__"
| *"decl.name:", "__CHAR_UNSIGNED__"
| *"decl.name:", "__WINT_UNSIGNED__"
| *"decl.name:", "__INT8_TYPE__"
| *"decl.name:", "__INT8_FMTd__"
| *"decl.name:", "__INT8_FMTi__"
| *"decl.name:", "__INT8_C_SUFFIX__"
| *"decl.name:", "__INT16_TYPE__"
| *"decl.name:", "__INT16_FMTd__"
| *"decl.name:", "__INT16_FMTi__"
| *"decl.name:", "__INT16_C_SUFFIX__"
| *"decl.name:", "__INT32_TYPE__"
| *"decl.name:", "__INT32_FMTd__"
| *"decl.name:", "__INT32_FMTi__"
| *"decl.name:", "__INT32_C_SUFFIX__"
| *"decl.name:", "__INT64_TYPE__"
| *"decl.name:", "__INT64_FMTd__"
| *"decl.name:", "__INT64_FMTi__"
| *"decl.name:", "__INT64_C_SUFFIX__"
| *"decl.name:", "__UINT8_TYPE__"
| *"decl.name:", "__UINT8_FMTo__"
| *"decl.name:", "__UINT8_FMTu__"
| *"decl.name:", "__UINT8_FMTx__"
| *"decl.name:", "__UINT8_FMTX__"
| *"decl.name:", "__UINT8_C_SUFFIX__"
| *"decl.name:", "__UINT8_MAX__"
| *"decl.name:", "__INT8_MAX__"
| *"decl.name:", "__UINT16_TYPE__"
| *"decl.name:", "__UINT16_FMTo__"
| *"decl.name:", "__UINT16_FMTu__"
| *"decl.name:", "__UINT16_FMTx__"
| *"decl.name:", "__UINT16_FMTX__"
| *"decl.name:", "__UINT16_C_SUFFIX__"
| *"decl.name:", "__UINT16_MAX__"
| *"decl.name:", "__INT16_MAX__"
| *"decl.name:", "__UINT32_TYPE__"
| *"decl.name:", "__UINT32_FMTo__"
| *"decl.name:", "__UINT32_FMTu__"
| *"decl.name:", "__UINT32_FMTx__"
| *"decl.name:", "__UINT32_FMTX__"
| *"decl.name:", "__UINT32_MAX__"
| *"decl.name:", "__INT32_MAX__"
| *"decl.name:", "__UINT64_TYPE__"
| *"decl.name:", "__UINT64_FMTo__"
| *"decl.name:", "__UINT64_FMTu__"
| *"decl.name:", "__UINT64_FMTx__"
| *"decl.name:", "__UINT64_FMTX__"
| *"decl.name:", "__UINT64_MAX__"
| *"decl.name:", "__INT64_MAX__"
| *"decl.name:", "__INT_LEAST8_TYPE__"
| *"decl.name:", "__INT_LEAST8_MAX__"
| *"decl.name:", "__INT_LEAST8_FMTd__"
| *"decl.name:", "__INT_LEAST8_FMTi__"
| *"decl.name:", "__UINT_LEAST8_TYPE__"
| *"decl.name:", "__UINT_LEAST8_MAX__"
| *"decl.name:", "__UINT_LEAST8_FMTo__"
| *"decl.name:", "__UINT_LEAST8_FMTu__"
| *"decl.name:", "__UINT_LEAST8_FMTx__"
| *"decl.name:", "__UINT_LEAST8_FMTX__"
| *"decl.name:", "__INT_LEAST16_TYPE__"
| *"decl.name:", "__INT_LEAST16_MAX__"
| *"decl.name:", "__INT_LEAST16_FMTd__"
| *"decl.name:", "__INT_LEAST16_FMTi__"
| *"decl.name:", "__UINT_LEAST16_TYPE__"
| *"decl.name:", "__UINT_LEAST16_MAX__"
| *"decl.name:", "__UINT_LEAST16_FMTo__"
| *"decl.name:", "__UINT_LEAST16_FMTu__"
| *"decl.name:", "__UINT_LEAST16_FMTx__"
| *"decl.name:", "__UINT_LEAST16_FMTX__"
| *"decl.name:", "__INT_LEAST32_TYPE__"
| *"decl.name:", "__INT_LEAST32_MAX__"
| *"decl.name:", "__INT_LEAST32_FMTd__"
| *"decl.name:", "__INT_LEAST32_FMTi__"
| *"decl.name:", "__UINT_LEAST32_TYPE__"
| *"decl.name:", "__UINT_LEAST32_MAX__"
| *"decl.name:", "__UINT_LEAST32_FMTo__"
| *"decl.name:", "__UINT_LEAST32_FMTu__"
| *"decl.name:", "__UINT_LEAST32_FMTx__"
| *"decl.name:", "__UINT_LEAST32_FMTX__"
| *"decl.name:", "__INT_LEAST64_TYPE__"
| *"decl.name:", "__INT_LEAST64_MAX__"
| *"decl.name:", "__INT_LEAST64_FMTd__"
| *"decl.name:", "__INT_LEAST64_FMTi__"
| *"decl.name:", "__UINT_LEAST64_TYPE__"
| *"decl.name:", "__UINT_LEAST64_MAX__"
| *"decl.name:", "__UINT_LEAST64_FMTo__"
| *"decl.name:", "__UINT_LEAST64_FMTu__"
| *"decl.name:", "__UINT_LEAST64_FMTx__"
| *"decl.name:", "__UINT_LEAST64_FMTX__"
| *"decl.name:", "__INT_FAST8_TYPE__"
| *"decl.name:", "__INT_FAST8_MAX__"
| *"decl.name:", "__INT_FAST8_FMTd__"
| *"decl.name:", "__INT_FAST8_FMTi__"
| *"decl.name:", "__UINT_FAST8_TYPE__"
| *"decl.name:", "__UINT_FAST8_MAX__"
| *"decl.name:", "__UINT_FAST8_FMTo__"
| *"decl.name:", "__UINT_FAST8_FMTu__"
| *"decl.name:", "__UINT_FAST8_FMTx__"
| *"decl.name:", "__UINT_FAST8_FMTX__"
| *"decl.name:", "__INT_FAST16_TYPE__"
| *"decl.name:", "__INT_FAST16_MAX__"
| *"decl.name:", "__INT_FAST16_FMTd__"
| *"decl.name:", "__INT_FAST16_FMTi__"
| *"decl.name:", "__UINT_FAST16_TYPE__"
| *"decl.name:", "__UINT_FAST16_MAX__"
| *"decl.name:", "__UINT_FAST16_FMTo__"
| *"decl.name:", "__UINT_FAST16_FMTu__"
| *"decl.name:", "__UINT_FAST16_FMTx__"
| *"decl.name:", "__UINT_FAST16_FMTX__"
| *"decl.name:", "__INT_FAST32_TYPE__"
| *"decl.name:", "__INT_FAST32_MAX__"
| *"decl.name:", "__INT_FAST32_FMTd__"
| *"decl.name:", "__INT_FAST32_FMTi__"
| *"decl.name:", "__UINT_FAST32_TYPE__"
| *"decl.name:", "__UINT_FAST32_MAX__"
| *"decl.name:", "__UINT_FAST32_FMTo__"
| *"decl.name:", "__UINT_FAST32_FMTu__"
| *"decl.name:", "__UINT_FAST32_FMTx__"
| *"decl.name:", "__UINT_FAST32_FMTX__"
| *"decl.name:", "__INT_FAST64_TYPE__"
| *"decl.name:", "__INT_FAST64_MAX__"
| *"decl.name:", "__INT_FAST64_FMTd__"
| *"decl.name:", "__INT_FAST64_FMTi__"
| *"decl.name:", "__UINT_FAST64_TYPE__"
| *"decl.name:", "__UINT_FAST64_MAX__"
| *"decl.name:", "__UINT_FAST64_FMTo__"
| *"decl.name:", "__UINT_FAST64_FMTu__"
| *"decl.name:", "__UINT_FAST64_FMTx__"
| *"decl.name:", "__UINT_FAST64_FMTX__"
| *"decl.name:", "__USER_LABEL_PREFIX__"
| *"decl.name:", "__FINITE_MATH_ONLY__"
| *"decl.name:", "__GNUC_STDC_INLINE__"
| *"decl.name:", "__GCC_ATOMIC_TEST_AND_SET_TRUEVAL"
| *"decl.name:", "__CLANG_ATOMIC_BOOL_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_CHAR_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_CHAR16_T_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_CHAR32_T_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_WCHAR_T_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_SHORT_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_INT_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_LONG_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_LLONG_LOCK_FREE"
| *"decl.name:", "__CLANG_ATOMIC_POINTER_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_BOOL_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_CHAR_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_CHAR16_T_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_CHAR32_T_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_WCHAR_T_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_SHORT_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_INT_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_LONG_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_LLONG_LOCK_FREE"
| *"decl.name:", "__GCC_ATOMIC_POINTER_LOCK_FREE"
| *"decl.name:", "__FLT_EVAL_METHOD__"
| *"decl.name:", "__FLT_RADIX__"
| *"decl.name:", "__DECIMAL_DIG__"
| *"decl.name:", "__ELF__"
| *"decl.name:", "__riscv"
| *"decl.name:", "__riscv_xlen"
| *"decl.name:", "__riscv_cmodel_medlow"
| *"decl.name:", "__riscv_float_abi_soft"
| *"decl.name:", "__riscv_arch_test"
| *"decl.name:", "__riscv_i"
| *"decl.name:", "__riscv_m"
| *"decl.name:", "__riscv_mul"
| *"decl.name:", "__riscv_div"
| *"decl.name:", "__riscv_muldiv"
| *"decl.name:", "__riscv_a"
| *"decl.name:", "__riscv_atomic"
| *"decl.name:", "__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1"
| *"decl.name:", "__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2"
| *"decl.name:", "__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4"
| *"decl.name:", "__riscv_f"
| *"decl.name:", "__riscv_flen"
| *"decl.name:", "__riscv_fdiv"
| *"decl.name:", "__riscv_fsqrt"
| *"decl.name:", "__riscv_c"
| *"decl.name:", "__riscv_compressed"
| *"decl.name:", "__STDC__"
| *"decl.name:", "__STDC_HOSTED__"
| *"decl.name:", "__STDC_VERSION__"
| *"decl.name:", "__STDC_UTF_16__"
| *"decl.name:", "__STDC_UTF_32__"
| *"decl.name:", "_DEBUG"
| *"decl.name:", "__GCC_HAVE_DWARF2_CFI_ASM"
| *"decl.name:", "__NuttX__"
| *"decl.name:", "NDEBUG"
| *"decl.name:", "ARCH_RISCV"
| *"decl.name:", "LL"
| *"decl.name:", "__int_c_join"
| *"-----", "__ARCH_RISCV_INCLUDE_TYPES_H"
| *"decl.name:", "__INT64_DEFINED"
| *"decl.name:", "unsigned"
| *"-----", "__INCLUDE_LIMITS_H"
| *"-----", "__INCLUDE_NUTTX_CONFIG_H"
| *"decl.name:", "CONFIG_y"
| *"decl.name:", "CONFIG_m"
| *"decl.name:", "CONFIG_DEFAULT_SMALL"
| *"decl.name:", "CONFIG_HOST_MACOS"
| *"decl.name:", "CONFIG_APPS_DIR"
| *"decl.name:", "CONFIG_BUILD_FLAT"
| *"decl.name:", "CONFIG_INTELHEX_BINARY"
| *"decl.name:", "CONFIG_RAW_BINARY"
| *"-----", "CONFIG_ARCH_HAVE_STDARG_H"
| *"decl.name:", "CONFIG_ARCH_HAVE_SETJMP"
| *"-----", "CONFIG_ARCH_NONE_DEBUG_H"
| *"decl.name:", "CONFIG_NDEBUG"
| *"decl.name:", "CONFIG_DEBUG_ALERT"
| *"decl.name:", "CONFIG_DEBUG_FEATURES"
| *"decl.name:", "CONFIG_DEBUG_ERROR"
| *"decl.name:", "CONFIG_DEBUG_WARN"
| *"decl.name:", "CONFIG_DEBUG_INFO"
| *"decl.name:", "CONFIG_DEBUG_ASSERTIONS"
| *"decl.name:", "CONFIG_DEBUG_GRAPHICS"
| *"decl.name:", "CONFIG_DEBUG_GRAPHICS_ERROR"
| *"decl.name:", "CONFIG_DEBUG_GRAPHICS_WARN"
| *"decl.name:", "CONFIG_DEBUG_LCD"
| *"decl.name:", "CONFIG_DEBUG_LCD_ERROR"
| *"decl.name:", "CONFIG_DEBUG_LCD_WARN"
| *"decl.name:", "CONFIG_DEBUG_INPUT"
| *"decl.name:", "CONFIG_DEBUG_INPUT_ERROR"
| *"decl.name:", "CONFIG_DEBUG_INPUT_WARN"
| *"decl.name:", "CONFIG_DEBUG_INPUT_INFO"
| *"decl.name:", "CONFIG_DEBUG_GPIO"
| *"decl.name:", "CONFIG_DEBUG_GPIO_ERROR"
| *"decl.name:", "CONFIG_DEBUG_GPIO_WARN"
| *"decl.name:", "CONFIG_DEBUG_I2C"
| *"decl.name:", "CONFIG_DEBUG_I2C_ERROR"
| *"decl.name:", "CONFIG_DEBUG_I2C_WARN"
| *"decl.name:", "CONFIG_DEBUG_SENSORS"
| *"decl.name:", "CONFIG_DEBUG_SENSORS_ERROR"
| *"decl.name:", "CONFIG_DEBUG_SENSORS_WARN"
| *"decl.name:", "CONFIG_DEBUG_SPI"
| *"decl.name:", "CONFIG_DEBUG_SPI_ERROR"
| *"decl.name:", "CONFIG_DEBUG_SPI_WARN"
| *"decl.name:", "CONFIG_ARCH_HAVE_STACKCHECK"
| *"decl.name:", "CONFIG_STACK_COLORATION"
| *"decl.name:", "CONFIG_STACK_CANARIES"
| *"decl.name:", "CONFIG_DEBUG_SYMBOLS"
| *"decl.name:", "CONFIG_ARCH_HAVE_CUSTOMOPT"
| *"decl.name:", "CONFIG_DEBUG_FULLOPT"
| *"decl.name:", "CONFIG_DEBUG_OPT_UNUSED_SECTIONS"
| *"decl.name:", "CONFIG_DEBUG_LINK_MAP"
| *"decl.name:", "CONFIG_ARCH_RISCV"
| *"decl.name:", "CONFIG_ARCH"
| *"decl.name:", "CONFIG_ARCH_FAMILY"
| *"decl.name:", "CONFIG_ARCH_CHIP"
| *"decl.name:", "CONFIG_ARCH_CHIP_BL602"
| *"decl.name:", "CONFIG_ARCH_RV32"
| *"decl.name:", "CONFIG_ARCH_RV_ISA_M"
| *"decl.name:", "CONFIG_ARCH_RV_ISA_A"
| *"decl.name:", "CONFIG_ARCH_RV_ISA_C"
| *"decl.name:", "CONFIG_ARCH_HAVE_MISALIGN_EXCEPTION"
| *"decl.name:", "CONFIG_RISCV_MISALIGNED_HANDLER"
| *"decl.name:", "CONFIG_ARCH_MPU_MIN_BLOCK_SIZE"
| *"decl.name:", "CONFIG_ARCH_MPU_HAS_TOR"
| *"decl.name:", "CONFIG_ARCH_MPU_HAS_NO4"
| *"decl.name:", "CONFIG_ARCH_MPU_HAS_NAPOT"
| *"decl.name:", "CONFIG_RISCV_TOOLCHAIN_GNU_RVG"
| *"decl.name:", "CONFIG_BL602_HAVE_UART0"
| *"decl.name:", "CONFIG_BL602_UART0"
| *"decl.name:", "CONFIG_BL602_TIMER0"
| *"decl.name:", "CONFIG_BL602_I2C0"
| *"decl.name:", "CONFIG_BL602_SPI0"
| *"decl.name:", "CONFIG_ARCH_BOARD"
| *"decl.name:", "CONFIG_ARCH_TOOLCHAIN_GNU"
| *"decl.name:", "CONFIG_LTO_NONE"
| *"decl.name:", "CONFIG_ARCH_HAVE_VFORK"
| *"decl.name:", "CONFIG_ARCH_HAVE_FPU"
| *"decl.name:", "CONFIG_ARCH_HAVE_RESET"
| *"decl.name:", "CONFIG_ARCH_HAVE_TESTSET"
| *"decl.name:", "CONFIG_ARCH_HAVE_THREAD_LOCAL"
| *"decl.name:", "CONFIG_ARCH_HAVE_SYSCALL_HOOKS"
| *"decl.name:", "CONFIG_ARCH_HAVE_BACKTRACE"
| *"decl.name:", "CONFIG_ARCH_FPU"
| *"decl.name:", "CONFIG_ARCH_STACKDUMP"
| *"decl.name:", "CONFIG_BOARD_LOOPSPERMSEC"
| *"decl.name:", "CONFIG_ARCH_HAVE_INTERRUPTSTACK"
| *"decl.name:", "CONFIG_ARCH_INTERRUPTSTACK"
| *"decl.name:", "CONFIG_BOOT_RUNFROMFLASH"
| *"decl.name:", "CONFIG_RAM_START"
| *"decl.name:", "CONFIG_RAM_SIZE"
| *"decl.name:", "CONFIG_ARCH_BOARD_BL602EVB"
| *"decl.name:", "CONFIG_BOARDCTL"
| *"decl.name:", "CONFIG_DISABLE_OS_API"
| *"decl.name:", "CONFIG_DISABLE_ENVIRON"
| *"decl.name:", "CONFIG_ARCH_HAVE_TICKLESS"
| *"decl.name:", "CONFIG_USEC_PER_TICK"
| *"decl.name:", "CONFIG_ARCH_HAVE_TIMEKEEPING"
| *"decl.name:", "CONFIG_START_YEAR"
| *"decl.name:", "CONFIG_START_MONTH"
| *"decl.name:", "CONFIG_START_DAY"
| *"decl.name:", "CONFIG_PREALLOC_TIMERS"
| *"decl.name:", "CONFIG_INIT_ENTRY"
| *"decl.name:", "CONFIG_INIT_STACKSIZE"
| *"decl.name:", "CONFIG_INIT_PRIORITY"
| *"decl.name:", "CONFIG_INIT_ENTRYNAME"
| *"decl.name:", "CONFIG_RR_INTERVAL"
| *"decl.name:", "CONFIG_TASK_NAME_SIZE"
| *"decl.name:", "CONFIG_SCHED_WAITPID"
| *"decl.name:", "CONFIG_PTHREAD_MUTEX_UNSAFE"
| *"decl.name:", "CONFIG_PTHREAD_MUTEX_DEFAULT_PRIO_NONE"
| *"decl.name:", "CONFIG_DEV_CONSOLE"
| *"decl.name:", "CONFIG_NFILE_DESCRIPTORS_PER_BLOCK"
| *"decl.name:", "CONFIG_FILE_STREAM"
| *"decl.name:", "CONFIG_NAME_MAX"
| *"decl.name:", "CONFIG_PATH_MAX"
| *"decl.name:", "CONFIG_SIG_PREALLOC_IRQ_ACTIONS"
| *"decl.name:", "CONFIG_SIG_EVTHREAD"
| *"decl.name:", "CONFIG_SIG_SIGUSR1"
| *"decl.name:", "CONFIG_SIG_SIGUSR2"
| *"decl.name:", "CONFIG_SIG_SIGALRM"
| *"decl.name:", "CONFIG_SIG_PIPE"
| *"decl.name:", "CONFIG_SIG_HUP"
| *"decl.name:", "CONFIG_SIG_TTIN"
| *"decl.name:", "CONFIG_SIG_SIGCONDTIMEDOUT"
| *"decl.name:", "CONFIG_SIG_SIGWORK"
| *"decl.name:", "CONFIG_PREALLOC_MQ_MSGS"
| *"decl.name:", "CONFIG_PREALLOC_MQ_IRQ_MSGS"
| *"decl.name:", "CONFIG_MQ_MAXMSGSIZE"
| *"decl.name:", "CONFIG_DISABLE_MQUEUE_NOTIFICATION"
| *"decl.name:", "CONFIG_SCHED_WORKQUEUE"
| *"decl.name:", "CONFIG_SCHED_HPWORK"
| *"decl.name:", "CONFIG_SCHED_HPNTHREADS"
| *"decl.name:", "CONFIG_SCHED_HPWORKPRIORITY"
| *"decl.name:", "CONFIG_SCHED_HPWORKSTACKSIZE"
| *"decl.name:", "CONFIG_DEFAULT_TASK_STACKSIZE"
| *"decl.name:", "CONFIG_IDLETHREAD_STACKSIZE"
| *"decl.name:", "CONFIG_PTHREAD_STACK_MIN"
| *"decl.name:", "CONFIG_PTHREAD_STACK_DEFAULT"
| *"decl.name:", "CONFIG_SCHED_BACKTRACE"
| *"decl.name:", "CONFIG_DEV_URANDOM"
| *"decl.name:", "CONFIG_DEV_URANDOM_RANDOM_POOL"
| *"decl.name:", "CONFIG_I2C"
| *"decl.name:", "CONFIG_I2C_DRIVER"
| *"decl.name:", "CONFIG_SPI"
| *"decl.name:", "CONFIG_SPI_EXCHANGE"
| *"decl.name:", "CONFIG_SPI_CMDDATA"
| *"decl.name:", "CONFIG_SPI_DRIVER"
| *"decl.name:", "CONFIG_ARCH_HAVE_PWM_MULTICHAN"
| *"decl.name:", "CONFIG_TIMER"
| *"decl.name:", "CONFIG_TIMER_ARCH"
| *"decl.name:", "CONFIG_ONESHOT"
| *"decl.name:", "CONFIG_ALARM_ARCH"
| *"decl.name:", "CONFIG_INPUT"
| *"decl.name:", "CONFIG_INPUT_TOUCHSCREEN"
| *"decl.name:", "CONFIG_INPUT_CST816S"
| *"decl.name:", "CONFIG_IOEXPANDER"
| *"decl.name:", "CONFIG_IOEXPANDER_BL602_EXPANDER"
| *"decl.name:", "CONFIG_IOEXPANDER_INT_ENABLE"
| *"decl.name:", "CONFIG_IOEXPANDER_NPINS"
| *"decl.name:", "CONFIG_DEV_GPIO"
| *"decl.name:", "CONFIG_DEV_GPIO_NSIGNALS"
| *"decl.name:", "CONFIG_GPIO_LOWER_HALF"
| *"decl.name:", "CONFIG_GPIO_LOWER_HALF_INTTYPE"
| *"decl.name:", "CONFIG_LCD"
| *"decl.name:", "CONFIG_LCD_PACKEDMSFIRST"
| *"decl.name:", "CONFIG_LCD_DEV"
| *"decl.name:", "CONFIG_LCD_MAXCONTRAST"
| *"decl.name:", "CONFIG_LCD_MAXPOWER"
| *"decl.name:", "CONFIG_LCD_ST7789"
| *"decl.name:", "CONFIG_LCD_ST7789_XRES"
| *"decl.name:", "CONFIG_LCD_ST7789_YRES"
| *"decl.name:", "CONFIG_LCD_ST7789_XOFFSET"
| *"decl.name:", "CONFIG_LCD_ST7789_YOFFSET"
| *"decl.name:", "CONFIG_LCD_ST7789_BPP"
| *"decl.name:", "CONFIG_LCD_ST7789_SPIMODE"
| *"decl.name:", "CONFIG_LCD_ST7789_FREQUENCY"
| *"decl.name:", "CONFIG_LCD_LANDSCAPE"
| *"decl.name:", "CONFIG_DEV_NULL"
| *"decl.name:", "CONFIG_DEV_ZERO"
| *"decl.name:", "CONFIG_ARCH_HAVE_RDWR_MEM_CPU_RUN"
| *"decl.name:", "CONFIG_SENSORS"
| *"decl.name:", "CONFIG_SENSORS_NPOLLWAITERS"
| *"decl.name:", "CONFIG_ARCH_HAVE_SERIAL_TERMIOS"
| *"decl.name:", "CONFIG_SERIAL"
| *"decl.name:", "CONFIG_SERIAL_CONSOLE"
| *"decl.name:", "CONFIG_MCU_SERIAL"
| *"decl.name:", "CONFIG_STANDARD_SERIAL"
| *"decl.name:", "CONFIG_SERIAL_NPOLLWAITERS"
| *"decl.name:", "CONFIG_UART0_SERIAL_CONSOLE"
| *"decl.name:", "CONFIG_UART0_SERIALDRIVER"
| *"decl.name:", "CONFIG_UART0_RXBUFSIZE"
| *"decl.name:", "CONFIG_UART0_TXBUFSIZE"
| *"decl.name:", "CONFIG_UART0_BAUD"
| *"decl.name:", "CONFIG_UART0_BITS"
| *"decl.name:", "CONFIG_UART0_PARITY"
| *"decl.name:", "CONFIG_UART0_2STOP"
| *"decl.name:", "CONFIG_SYSLOG_MAX_CHANNELS"
| *"decl.name:", "CONFIG_SYSLOG_DEFAULT"
| *"decl.name:", "CONFIG_DRIVERS_RF"
| *"decl.name:", "CONFIG_RF_SPI_TEST_DRIVER"
| *"decl.name:", "CONFIG_CRYPTO"
| *"decl.name:", "CONFIG_CRYPTO_BLAKE2S"
| *"decl.name:", "CONFIG_CRYPTO_RANDOM_POOL"
| *"decl.name:", "CONFIG_CRYPTO_RANDOM_POOL_COLLECT_IRQ_RANDOMNESS"
| *"decl.name:", "CONFIG_FS_NEPOLL_DESCRIPTORS"
| *"decl.name:", "CONFIG_DISABLE_PSEUDOFS_OPERATIONS"
| *"decl.name:", "CONFIG_SENDFILE_BUFSIZE"
| *"decl.name:", "CONFIG_FS_MQUEUE_VFS_PATH"
| *"decl.name:", "CONFIG_FS_MQUEUE_NPOLLWAITERS"
| *"decl.name:", "CONFIG_FS_PROCFS"
| *"decl.name:", "CONFIG_FS_PROCFS_MAX_TASKS"
| *"decl.name:", "CONFIG_FS_PROCFS_EXCLUDE_ENVIRON"
| *"decl.name:", "CONFIG_NXFONTS_PACKEDMSFIRST"
| *"decl.name:", "CONFIG_MM_DEFAULT_MANAGER"
| *"decl.name:", "CONFIG_MM_REGIONS"
| *"decl.name:", "CONFIG_MM_CIRCBUF"
| *"decl.name:", "CONFIG_BINFMT_DISABLE"
| *"decl.name:", "CONFIG_STDIO_DISABLE_BUFFERING"
| *"decl.name:", "CONFIG_NUNGET_CHARS"
| *"decl.name:", "CONFIG_LIBC_FLOATINGPOINT"
| *"decl.name:", "CONFIG_EOL_IS_EITHER_CRLF"
| *"decl.name:", "CONFIG_ARCH_LOWPUTC"
| *"decl.name:", "CONFIG_LIBC_RAND_ORDER"
| *"decl.name:", "CONFIG_LIBC_TMPDIR"
| *"decl.name:", "CONFIG_LIBC_MAX_TMPFILE"
| *"decl.name:", "CONFIG_LIBC_MAX_EXITFUNS"
| *"decl.name:", "CONFIG_POSIX_SPAWN_PROXY_STACKSIZE"
| *"decl.name:", "CONFIG_TASK_SPAWN_DEFAULT_STACKSIZE"
| *"decl.name:", "CONFIG_LIBC_HOSTNAME"
| *"decl.name:", "CONFIG_LIBC_OPEN_MAX"
| *"decl.name:", "CONFIG_LIBC_STRERROR"
| *"decl.name:", "CONFIG_LIBC_PERROR_STDOUT"
| *"decl.name:", "CONFIG_TLS_NELEM"
| *"decl.name:", "CONFIG_TLS_TASK_NELEM"
| *"decl.name:", "CONFIG_NETDB_BUFSIZE"
| *"decl.name:", "CONFIG_NETDB_MAX_IPADDR"
| *"decl.name:", "CONFIG_LIBC_ERR"
| *"decl.name:", "CONFIG_BUILTIN"
| *"decl.name:", "CONFIG_LIBSX1262"
| *"decl.name:", "CONFIG_LIBSX1262_SPI_DEVPATH"
| *"decl.name:", "CONFIG_LIBSX1262_CS_DEVPATH"
| *"decl.name:", "CONFIG_LIBSX1262_BUSY_DEVPATH"
| *"decl.name:", "CONFIG_LIBSX1262_DIO1_DEVPATH"
| *"decl.name:", "CONFIG_LIBLORAWAN"
| *"decl.name:", "CONFIG_LIBNPL"
| *"decl.name:", "CONFIG_LIBTINYCBOR"
| *"decl.name:", "CONFIG_LIBRUST"
| *"decl.name:", "CONFIG_LIBBL602_ADC"
| *"decl.name:", "CONFIG_EXAMPLES_BL602_ADC_TEST"
| *"decl.name:", "CONFIG_EXAMPLES_BL602_ADC_TEST_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_BL602_ADC_TEST_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_BL602_ADC_TEST_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_GPIO"
| *"decl.name:", "CONFIG_EXAMPLES_GPIO_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_GPIO_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_GPIO_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_HELLO"
| *"decl.name:", "CONFIG_EXAMPLES_HELLO_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_HELLO_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_HELLO_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_IKEA_AIR_QUALITY_SENSOR"
| *"decl.name:", "CONFIG_EXAMPLES_IKEA_AIR_QUALITY_SENSOR_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_IKEA_AIR_QUALITY_SENSOR_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_IKEA_AIR_QUALITY_SENSOR_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_LORAWAN_TEST"
| *"decl.name:", "CONFIG_EXAMPLES_LORAWAN_TEST_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_LORAWAN_TEST_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_LORAWAN_TEST_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_LVGLTEST"
| *"decl.name:", "CONFIG_EXAMPLES_LVGLTEST_BUFF_SIZE"
| *"decl.name:", "CONFIG_EXAMPLES_LVGLTEST_WIDGETS"
| *"decl.name:", "CONFIG_EXAMPLES_LVGLTEST_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_LVGLTEST_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_LVGLTEST_CALIBRATE"
| *"decl.name:", "CONFIG_EXAMPLES_LVGLTEST_MINOR"
| *"decl.name:", "CONFIG_EXAMPLES_LVGLTEST_DEVPATH"
| *"decl.name:", "CONFIG_EXAMPLES_SPI_TEST"
| *"decl.name:", "CONFIG_EXAMPLES_SPI_TEST_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_SPI_TEST_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_SPI_TEST_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_SPI_TEST2"
| *"decl.name:", "CONFIG_EXAMPLES_SPI_TEST2_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_SPI_TEST2_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_SPI_TEST2_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_SX1262_TEST"
| *"decl.name:", "CONFIG_EXAMPLES_SX1262_TEST_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_SX1262_TEST_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_SX1262_TEST_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER_DEVNAME"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER_INTERVAL"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER_DELAY"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER_NSAMPLES"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER_SIGNO"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER_STACKSIZE"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_TIMER_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_TINYCBOR_TEST"
| *"decl.name:", "CONFIG_EXAMPLES_TINYCBOR_TEST_PROGNAME"
| *"decl.name:", "CONFIG_EXAMPLES_TINYCBOR_TEST_PRIORITY"
| *"decl.name:", "CONFIG_EXAMPLES_TINYCBOR_TEST_STACKSIZE"
| *"decl.name:", "CONFIG_GRAPHICS_LVGL"
| *"decl.name:", "CONFIG_LVGL_VERSION"
| *"decl.name:", "CONFIG_LV_MEM_SIZE"
| *"decl.name:", "CONFIG_LV_HOR_RES"
| *"decl.name:", "CONFIG_LV_VER_RES"
| *"decl.name:", "CONFIG_LV_DPI"
| *"decl.name:", "CONFIG_LV_DISP_DEF_REFR_PERIOD"
| *"decl.name:", "CONFIG_LV_INV_FIFO_SIZE"
| *"decl.name:", "CONFIG_LV_INDEV_DEF_READ_PERIOD"
| *"decl.name:", "CONFIG_LV_INDEV_POINT_MARKER"
| *"decl.name:", "CONFIG_LV_INDEV_DEF_DRAG_LIMIT"
| *"decl.name:", "CONFIG_LV_INDEV_DEF_DRAG_THROW"
| *"decl.name:", "CONFIG_LV_INDEV_DEF_LONG_PRESS_TIME"
| *"decl.name:", "CONFIG_LV_INDEV_DEF_LONG_PRESS_REP_TIME"
| *"decl.name:", "CONFIG_LV_INDEV_DEF_GESTURE_LIMIT"
| *"decl.name:", "CONFIG_LV_INDEV_DEF_GESTURE_MIN_VELOCITY"
| *"decl.name:", "CONFIG_LV_COLOR_DEPTH"
| *"decl.name:", "CONFIG_LV_COLOR_16_SWAP"
| *"decl.name:", "CONFIG_LV_COLOR_TRANSP"
| *"decl.name:", "CONFIG_LV_TXT_BREAK_CHARS"
| *"decl.name:", "CONFIG_USE_LV_ANIMATION"
| *"decl.name:", "CONFIG_USE_LV_SHADOW"
| *"decl.name:", "CONFIG_USE_LV_GROUP"
| *"decl.name:", "CONFIG_USE_LV_GPU"
| *"decl.name:", "CONFIG_USE_LV_REAL_DRAW"
| *"decl.name:", "CONFIG_USE_LV_FILESYSTEM"
| *"decl.name:", "CONFIG_LV_FILESYSTEM_MOUNTPOINT"
| *"decl.name:", "CONFIG_USE_LV_MULTI_LANG"
| *"decl.name:", "CONFIG_LV_OBJ_REALIGN"
| *"decl.name:", "CONFIG_USE_LV_LABEL"
| *"decl.name:", "CONFIG_LV_LABEL_SCROLL_SPEED"
| *"decl.name:", "CONFIG_USE_LV_IMG"
| *"decl.name:", "CONFIG_LV_IMG_CF_INDEXED"
| *"decl.name:", "CONFIG_LV_IMG_CF_ALPHA"
| *"decl.name:", "CONFIG_USE_LV_LINE"
| *"decl.name:", "CONFIG_USE_LV_ARC"
| *"decl.name:", "CONFIG_USE_LV_CONT"
| *"decl.name:", "CONFIG_USE_LV_PAGE"
| *"decl.name:", "CONFIG_USE_LV_WIN"
| *"decl.name:", "CONFIG_USE_LV_TABVIEW"
| *"decl.name:", "CONFIG_LV_TABVIEW_ANIM_TIME"
| *"decl.name:", "CONFIG_USE_LV_TILEVIEW"
| *"decl.name:", "CONFIG_LV_TILEVIEW_ANIM_TIME"
| *"decl.name:", "CONFIG_USE_LV_BAR"
| *"decl.name:", "CONFIG_USE_LV_LMETER"
| *"decl.name:", "CONFIG_USE_LV_GAUGE"
| *"decl.name:", "CONFIG_USE_LV_CHART"
| *"decl.name:", "CONFIG_LV_CHART_AXIS_TICK_LABEL_MAX_LEN"
| *"decl.name:", "CONFIG_USE_LV_TABLE"
| *"decl.name:", "CONFIG_LV_TABLE_COL_MAX"
| *"decl.name:", "CONFIG_USE_LV_LED"
| *"decl.name:", "CONFIG_USE_LV_MBOX"
| *"decl.name:", "CONFIG_USE_LV_TA"
| *"decl.name:", "CONFIG_USE_LV_SPINBOX"
| *"decl.name:", "CONFIG_USE_LV_CALENDAR"
| *"decl.name:", "CONFIG_USE_LV_PRELOAD"
| *"decl.name:", "CONFIG_LV_PRELOAD_DEF_ARC_LENGTH"
| *"decl.name:", "CONFIG_LV_PRELOAD_DEF_SPIN_TIME"
| *"decl.name:", "CONFIG_LV_PRELOAD_DEF_ANIM_SPINNING_ARC"
| *"decl.name:", "CONFIG_USE_LV_CANVAS"
| *"decl.name:", "CONFIG_USE_LV_BTN"
| *"decl.name:", "CONFIG_LV_BTN_INK_EFFECT"
| *"decl.name:", "CONFIG_USE_LV_IMGBTN"
| *"decl.name:", "CONFIG_USE_LV_BTNM"
| *"decl.name:", "CONFIG_USE_LV_KB"
| *"decl.name:", "CONFIG_USE_LV_CB"
| *"decl.name:", "CONFIG_USE_LV_SW"
| *"decl.name:", "CONFIG_USE_LV_LIST"
| *"decl.name:", "CONFIG_USE_LV_DDLIST"
| *"decl.name:", "CONFIG_USE_LV_ROLLER"
| *"decl.name:", "CONFIG_USE_LV_SLIDER"
| *"decl.name:", "CONFIG_INTERPRETERS_BAS"
| *"decl.name:", "CONFIG_INTERPRETER_BAS_VERSION"
| *"decl.name:", "CONFIG_INTERPRETER_BAS_PRIORITY"
| *"decl.name:", "CONFIG_INTERPRETER_BAS_STACKSIZE"
| *"decl.name:", "CONFIG_INTERPRETER_BAS_VT100"
| *"decl.name:", "CONFIG_NSH_LIBRARY"
| *"decl.name:", "CONFIG_NSH_PROMPT_STRING"
| *"decl.name:", "CONFIG_NSH_READLINE"
| *"decl.name:", "CONFIG_NSH_LINELEN"
| *"decl.name:", "CONFIG_NSH_DISABLE_SEMICOLON"
| *"decl.name:", "CONFIG_NSH_MAXARGUMENTS"
| *"decl.name:", "CONFIG_NSH_NESTDEPTH"
| *"decl.name:", "CONFIG_NSH_BUILTIN_APPS"
| *"decl.name:", "CONFIG_NSH_DISABLE_BASENAME"
| *"decl.name:", "CONFIG_NSH_DISABLE_CD"
| *"decl.name:", "CONFIG_NSH_DISABLE_CP"
| *"decl.name:", "CONFIG_NSH_DISABLE_CMP"
| *"decl.name:", "CONFIG_NSH_DISABLE_TIMEDATECTL"
| *"decl.name:", "CONFIG_NSH_DISABLE_DATE"
| *"decl.name:", "CONFIG_NSH_DISABLE_DD"
| *"decl.name:", "CONFIG_NSH_DISABLE_DF"
| *"decl.name:", "CONFIG_NSH_DISABLE_DIRNAME"
| *"decl.name:", "CONFIG_NSH_DISABLE_ECHO"
| *"decl.name:", "CONFIG_NSH_DISABLE_ENV"
| *"decl.name:", "CONFIG_NSH_DISABLE_EXEC"
| *"decl.name:", "CONFIG_NSH_DISABLE_EXIT"
| *"decl.name:", "CONFIG_NSH_DISABLE_EXPORT"
| *"decl.name:", "CONFIG_NSH_DISABLE_FREE"
| *"decl.name:", "CONFIG_NSH_DISABLE_GET"
| *"decl.name:", "CONFIG_NSH_DISABLE_HEXDUMP"
| *"decl.name:", "CONFIG_NSH_DISABLE_IFCONFIG"
| *"decl.name:", "CONFIG_NSH_DISABLE_IFUPDOWN"
| *"decl.name:", "CONFIG_NSH_DISABLE_KILL"
| *"decl.name:", "CONFIG_NSH_DISABLE_LOSETUP"
| *"decl.name:", "CONFIG_NSH_DISABLE_MB"
| *"decl.name:", "CONFIG_NSH_DISABLE_MKDIR"
| *"decl.name:", "CONFIG_NSH_DISABLE_MKRD"
| *"decl.name:", "CONFIG_NSH_DISABLE_MH"
| *"decl.name:", "CONFIG_NSH_DISABLE_MOUNT"
| *"decl.name:", "CONFIG_NSH_DISABLE_MV"
| *"decl.name:", "CONFIG_NSH_DISABLE_MW"
| *"decl.name:", "CONFIG_NSH_DISABLE_PRINTF"
| *"decl.name:", "CONFIG_NSH_DISABLE_PS"
| *"decl.name:", "CONFIG_NSH_DISABLE_PUT"
| *"decl.name:", "CONFIG_NSH_DISABLE_PWD"
| *"decl.name:", "CONFIG_NSH_DISABLE_RM"
| *"decl.name:", "CONFIG_NSH_DISABLE_RMDIR"
| *"decl.name:", "CONFIG_NSH_DISABLE_SET"
| *"decl.name:", "CONFIG_NSH_DISABLE_SOURCE"
| *"decl.name:", "CONFIG_NSH_DISABLE_SLEEP"
| *"decl.name:", "CONFIG_NSH_DISABLE_TIME"
| *"decl.name:", "CONFIG_NSH_DISABLE_TEST"
| *"decl.name:", "CONFIG_NSH_DISABLE_TELNETD"
| *"decl.name:", "CONFIG_NSH_DISABLE_TRUNCATE"
| *"decl.name:", "CONFIG_NSH_DISABLE_UMOUNT"
| *"decl.name:", "CONFIG_NSH_DISABLE_UNSET"
| *"decl.name:", "CONFIG_NSH_DISABLE_USLEEP"
| *"decl.name:", "CONFIG_NSH_DISABLE_WGET"
| *"decl.name:", "CONFIG_NSH_DISABLE_XD"
| *"decl.name:", "CONFIG_NSH_CODECS_BUFSIZE"
| *"decl.name:", "CONFIG_NSH_PROC_MOUNTPOINT"
| *"decl.name:", "CONFIG_NSH_FILEIOSIZE"
| *"decl.name:", "CONFIG_NSH_STRERROR"
| *"decl.name:", "CONFIG_NSH_DISABLESCRIPT"
| *"decl.name:", "CONFIG_NSH_CONSOLE"
| *"decl.name:", "CONFIG_NSH_ARCHINIT"
| *"decl.name:", "CONFIG_SYSTEM_I2CTOOL"
| *"decl.name:", "CONFIG_I2CTOOL_MINBUS"
| *"decl.name:", "CONFIG_I2CTOOL_MAXBUS"
| *"decl.name:", "CONFIG_I2CTOOL_MINADDR"
| *"decl.name:", "CONFIG_I2CTOOL_MAXADDR"
| *"decl.name:", "CONFIG_I2CTOOL_MAXREGADDR"
| *"decl.name:", "CONFIG_I2CTOOL_DEFFREQ"
| *"decl.name:", "CONFIG_SYSTEM_NSH"
| *"decl.name:", "CONFIG_SYSTEM_NSH_PRIORITY"
| *"decl.name:", "CONFIG_SYSTEM_NSH_STACKSIZE"
| *"decl.name:", "CONFIG_SYSTEM_NSH_PROGNAME"
| *"decl.name:", "CONFIG_SYSTEM_READLINE"
| *"decl.name:", "CONFIG_READLINE_HAVE_EXTMATCH"
| *"decl.name:", "CONFIG_READLINE_ECHO"
| *"decl.name:", "CONFIG_SYSTEM_SPITOOL"
| *"decl.name:", "CONFIG_SPITOOL_PROGNAME"
| *"decl.name:", "CONFIG_SPITOOL_PRIORITY"
| *"decl.name:", "CONFIG_SPITOOL_STACKSIZE"
| *"decl.name:", "CONFIG_SPITOOL_MINBUS"
| *"decl.name:", "CONFIG_SPITOOL_MAXBUS"
| *"decl.name:", "CONFIG_SPITOOL_DEFFREQ"
| *"decl.name:", "CONFIG_SPITOOL_DEFCMD"
| *"decl.name:", "CONFIG_SPITOOL_DEFMODE"
| *"decl.name:", "CONFIG_SPITOOL_DEFWIDTH"
| *"decl.name:", "CONFIG_SPITOOL_DEFWORDS"
| *"decl.name:", "CONFIG_TESTING_GETPRIME"
| *"decl.name:", "CONFIG_TESTING_GETPRIME_PROGNAME"
| *"decl.name:", "CONFIG_TESTING_GETPRIME_PRIORITY"
| *"decl.name:", "CONFIG_TESTING_GETPRIME_STACKSIZE"
| *"decl.name:", "CONFIG_TESTING_GETPRIME_THREAD_PRIORITY"
| *"decl.name:", "CONFIG_TESTING_SENSORTEST"
| *"decl.name:", "CONFIG_TESTING_SENSORTEST_PROGNAME"
| *"decl.name:", "CONFIG_TESTING_SENSORTEST_PRIORITY"
| *"decl.name:", "CONFIG_TESTING_SENSORTEST_STACKSIZE"
| *"decl.name:", "CONFIG_RAM_END"
| *"-----", "__ARCH_RISCV_INCLUDE_LIMITS_H"
| *"decl.name:", "CHAR_BIT"
| *"decl.name:", "SCHAR_MIN"
| *"decl.name:", "SCHAR_MAX"
| *"decl.name:", "UCHAR_MAX"
| *"decl.name:", "CHAR_MIN"
| *"decl.name:", "CHAR_MAX"
| *"decl.name:", "SHRT_MIN"
| *"decl.name:", "SHRT_MAX"
| *"decl.name:", "USHRT_MAX"
| *"decl.name:", "INT_MIN"
| *"decl.name:", "INT_MAX"
| *"decl.name:", "UINT_MAX"
| *"decl.name:", "LONG_MIN"
| *"decl.name:", "LONG_MAX"
| *"decl.name:", "ULONG_MAX"
| *"decl.name:", "LLONG_MIN"
| *"decl.name:", "LLONG_MAX"
| *"decl.name:", "ULLONG_MAX"
| *"decl.name:", "PTR_MIN"
| *"decl.name:", "PTR_MAX"
| *"decl.name:", "UPTR_MAX"
| *"decl.name:", "WCHAR_MIN"
| *"decl.name:", "WCHAR_MAX"
| *"decl.name:", "MB_LEN_MAX"
| *"decl.name:", "_POSIX_ARG_MAX"
| *"decl.name:", "_POSIX_CHILD_MAX"
| *"decl.name:", "_POSIX_LINK_MAX"
| *"decl.name:", "_POSIX_MAX_CANON"
| *"decl.name:", "_POSIX_MAX_INPUT"
| *"decl.name:", "_POSIX_NAME_MAX"
| *"decl.name:", "_POSIX_NGROUPS_MAX"
| *"decl.name:", "_POSIX_OPEN_MAX"
| *"decl.name:", "_POSIX_PATH_MAX"
| *"decl.name:", "_POSIX_PIPE_BUF"
| *"decl.name:", "_POSIX_STREAM_MAX"
| *"decl.name:", "_POSIX_TZNAME_MAX"
| *"decl.name:", "_POSIX_SIZE_MAX"
| *"decl.name:", "_POSIX_SIZE_MIN"
| *"decl.name:", "_POSIX_SSIZE_MAX"
| *"decl.name:", "_POSIX_SSIZE_MIN"
| *"decl.name:", "_POSIX_RTSIG_MAX"
| *"decl.name:", "_POSIX_SIGQUEUE_MAX"
| *"decl.name:", "_POSIX_SYMLOOP_MAX"
| *"decl.name:", "_POSIX_DELAYTIMER_MAX"
| *"decl.name:", "_POSIX_TIMER_MAX"
| *"decl.name:", "_POSIX_CLOCKRES_MIN"
| *"decl.name:", "_POSIX_AIO_LISTIO_MAX"
| *"decl.name:", "_POSIX_AIO_MAX"
| *"decl.name:", "_POSIX_MQ_OPEN_MAX"
| *"decl.name:", "_POSIX_MQ_PRIO_MAX"
| *"decl.name:", "_POSIX_SEM_NSEMS_MAX"
| *"decl.name:", "_POSIX_SEM_VALUE_MAX"
| *"decl.name:", "ARG_MAX"
| *"decl.name:", "CHILD_MAX"
| *"decl.name:", "LINK_MAX"
| *"decl.name:", "MAX_CANON"
| *"decl.name:", "MAX_INPUT"
| *"decl.name:", "NAME_MAX"
| *"decl.name:", "TTY_NAME_MAX"
| *"decl.name:", "NGROUPS_MAX"
| *"decl.name:", "OPEN_MAX"
| *"decl.name:", "PATH_MAX"
| *"decl.name:", "PIPE_BUF"
| *"decl.name:", "SIZE_MAX"
| *"decl.name:", "SIZE_MIN"
| *"decl.name:", "RSIZE_MAX"
| *"decl.name:", "SSIZE_MAX"
| *"decl.name:", "SSIZE_MIN"
| *"decl.name:", "STREAM_MAX"
| *"decl.name:", "TZNAME_MAX"
| *"decl.name:", "RTSIG_MAX"
| *"decl.name:", "SIGQUEUE_MAX"
| *"decl.name:", "SYMLOOP_MAX"
| *"decl.name:", "DELAYTIMER_MAX"
| *"decl.name:", "TIMER_MAX"
| *"decl.name:", "CLOCKRES_MIN"
| *"decl.name:", "CHARCLASS_NAME_MAX"
| *"decl.name:", "NL_LANGMAX"
| *"decl.name:", "NL_MSGMAX"
| *"decl.name:", "NL_SETMAX"
| *"decl.name:", "NZERO"
| *"decl.name:", "AIO_LISTIO_MAX"
| *"decl.name:", "AIO_MAX"
| *"decl.name:", "MQ_OPEN_MAX"
| *"decl.name:", "MQ_PRIO_MAX"
| *"decl.name:", "SEM_NSEMS_MAX"
| *"decl.name:", "SEM_VALUE_MAX"
| *"decl.name:", "IOV_MAX"
| *"decl.name:", "HOST_NAME_MAX"
| *"-----", "__INCLUDE_STDIO_H"
| *"-----", "__INCLUDE_SYS_TYPES_H"
| *"-----", "__INCLUDE_NUTTX_COMPILER_H"
| *"decl.name:", "CONFIG_HAVE_ANONYMOUS_STRUCT"
| *"decl.name:", "CONFIG_HAVE_ANONYMOUS_UNION"
| *"decl.name:", "CONFIG_C99_BOOL"
| *"decl.name:", "CONFIG_CPP_HAVE_VARARGS"
| *"decl.name:", "CONFIG_CPP_HAVE_WARNING"
| *"decl.name:", "CONFIG_HAVE_FUNCTIONNAME"
| *"decl.name:", "CONFIG_HAVE_FILENAME"
| *"decl.name:", "CONFIG_HAVE_BUILTIN_CTZ"
| *"decl.name:", "CONFIG_HAVE_BUILTIN_CLZ"
| *"decl.name:", "CONFIG_HAVE_BUILTIN_POPCOUNT"
| *"decl.name:", "CONFIG_HAVE_WEAKFUNCTIONS"
| *"decl.name:", "begin_packed_struct"
| *"decl.name:", "reentrant_function"
| *"decl.name:", "FAR"
| *"decl.name:", "NEAR"
| *"decl.name:", "DSEG"
| *"decl.name:", "CODE"
| *"decl.name:", "CONFIG_HAVE_LONG_LONG"
| *"decl.name:", "CONFIG_HAVE_FLOAT"
| *"decl.name:", "CONFIG_HAVE_DOUBLE"
| *"decl.name:", "CONFIG_HAVE_LONG_DOUBLE"
| *"decl.name:", "IOBJ"
| *"decl.name:", "IPTR"
| *"decl.name:", "UNUSED"
| *"-----", "__CLANG_STDINT_H"
| *"decl.name:", "__int_least64_t"
| *"decl.name:", "__uint_least64_t"
| *"decl.name:", "__int_least32_t"
| *"decl.name:", "__uint_least32_t"
| *"decl.name:", "__int_least16_t"
| *"decl.name:", "__uint_least16_t"
| *"decl.name:", "__int_least8_t"
| *"decl.name:", "__uint_least8_t"
| *"decl.name:", "__uint32_t_defined"
| *"decl.name:", "__int8_t_defined"
| *"decl.name:", "__intptr_t_defined"
| *"decl.name:", "_INTPTR_T"
| *"decl.name:", "_UINTPTR_T"
| *"decl.name:", "__int_c"
| *"decl.name:", "__int64_c_suffix"
| *"decl.name:", "__int32_c_suffix"
| *"decl.name:", "__int16_c_suffix"
| *"decl.name:", "__int8_c_suffix"
| *"decl.name:", "INT64_C"
| *"decl.name:", "UINT64_C"
| *"decl.name:", "INT32_C"
| *"decl.name:", "UINT32_C"
| *"decl.name:", "INT16_C"
| *"decl.name:", "UINT16_C"
| *"decl.name:", "INT8_C"
| *"decl.name:", "UINT8_C"
| *"decl.name:", "INT64_MAX"
| *"decl.name:", "INT64_MIN"
| *"decl.name:", "UINT64_MAX"
| *"decl.name:", "__INT_LEAST64_MIN"
| *"decl.name:", "__INT_LEAST64_MAX"
| *"decl.name:", "__UINT_LEAST64_MAX"
| *"decl.name:", "__INT_LEAST32_MIN"
| *"decl.name:", "__INT_LEAST32_MAX"
| *"decl.name:", "__UINT_LEAST32_MAX"
| *"decl.name:", "__INT_LEAST16_MIN"
| *"decl.name:", "__INT_LEAST16_MAX"
| *"decl.name:", "__UINT_LEAST16_MAX"
| *"decl.name:", "__INT_LEAST8_MIN"
| *"decl.name:", "__INT_LEAST8_MAX"
| *"decl.name:", "__UINT_LEAST8_MAX"
| *"decl.name:", "INT_LEAST64_MIN"
| *"decl.name:", "INT_LEAST64_MAX"
| *"decl.name:", "UINT_LEAST64_MAX"
| *"decl.name:", "INT_FAST64_MIN"
| *"decl.name:", "INT_FAST64_MAX"
| *"decl.name:", "UINT_FAST64_MAX"
| *"decl.name:", "INT32_MAX"
| *"decl.name:", "INT32_MIN"
| *"decl.name:", "UINT32_MAX"
| *"decl.name:", "INT_LEAST32_MIN"
| *"decl.name:", "INT_LEAST32_MAX"
| *"decl.name:", "UINT_LEAST32_MAX"
| *"decl.name:", "INT_FAST32_MIN"
| *"decl.name:", "INT_FAST32_MAX"
| *"decl.name:", "UINT_FAST32_MAX"
| *"decl.name:", "INT16_MAX"
| *"decl.name:", "INT16_MIN"
| *"decl.name:", "UINT16_MAX"
| *"decl.name:", "INT_LEAST16_MIN"
| *"decl.name:", "INT_LEAST16_MAX"
| *"decl.name:", "UINT_LEAST16_MAX"
| *"decl.name:", "INT_FAST16_MIN"
| *"decl.name:", "INT_FAST16_MAX"
| *"decl.name:", "UINT_FAST16_MAX"
| *"decl.name:", "INT8_MAX"
| *"decl.name:", "INT8_MIN"
| *"decl.name:", "UINT8_MAX"
| *"decl.name:", "INT_LEAST8_MIN"
| *"decl.name:", "INT_LEAST8_MAX"
| *"decl.name:", "UINT_LEAST8_MAX"
| *"decl.name:", "INT_FAST8_MIN"
| *"decl.name:", "INT_FAST8_MAX"
| *"decl.name:", "UINT_FAST8_MAX"
| *"decl.name:", "INTPTR_MIN"
| *"decl.name:", "INTPTR_MAX"
| *"decl.name:", "UINTPTR_MAX"
| *"decl.name:", "PTRDIFF_MIN"
| *"decl.name:", "PTRDIFF_MAX"
| *"decl.name:", "INTMAX_MIN"
| *"decl.name:", "INTMAX_MAX"
| *"decl.name:", "UINTMAX_MAX"
| *"decl.name:", "SIG_ATOMIC_MIN"
| *"decl.name:", "SIG_ATOMIC_MAX"
| *"decl.name:", "WINT_MIN"
| *"decl.name:", "WINT_MAX"
| *"decl.name:", "INTMAX_C"
| *"decl.name:", "UINTMAX_C"
| *"decl.name:", "TRUE"
| *"decl.name:", "FALSE"
| *"decl.name:", "NULL"
| *"decl.name:", "CONFIG_SMP_NCPUS"
| *"decl.name:", "SCHED_PRIORITY_MAX"
| *"decl.name:", "SCHED_PRIORITY_DEFAULT"
| *"decl.name:", "SCHED_PRIORITY_MIN"
| *"decl.name:", "SCHED_PRIORITY_IDLE"
| *"decl.name:", "__socklen_t_defined"
| *"-----", "__STDARG_H"
| *"decl.name:", "_VA_LIST"
| *"decl.name:", "__GNUC_VA_LIST"
| *"-----", "__INCLUDE_TIME_H"
| *"decl.name:", "CLK_TCK"
| *"decl.name:", "CLOCKS_PER_SEC"
| *"decl.name:", "CLOCK_REALTIME"
| *"decl.name:", "CLOCK_MONOTONIC"
| *"decl.name:", "CLOCK_BOOTTIME"
| *"decl.name:", "TIMER_ABSTIME"
| *"decl.name:", "TIME_UTC"
| *"decl.name:", "timelocal"
| *"decl.name:", "strftime_l"
| *"-----", "__INCLUDE_NUTTX_FS_FS_H"
| *"-----", "__STDBOOL_H"
| *"decl.name:", "bool"
| *"decl.name:", "true"
| *"decl.name:", "false"
| *"decl.name:", "__bool_true_false_are_defined"
| *"-----", "__INCLUDE_NUTTX_MUTEX_H"
| *"-----", "__INCLUDE_ERRNO_H"
| *"decl.name:", "errno"
| *"decl.name:", "get_errno"
| *"decl.name:", "EPERM"
| *"decl.name:", "EPERM_STR"
| *"decl.name:", "ENOENT"
| *"decl.name:", "ENOENT_STR"
| *"decl.name:", "ESRCH"
| *"decl.name:", "ESRCH_STR"
| *"decl.name:", "EINTR"
| *"decl.name:", "EINTR_STR"
| *"decl.name:", "EIO"
| *"decl.name:", "EIO_STR"
| *"decl.name:", "ENXIO"
| *"decl.name:", "ENXIO_STR"
| *"decl.name:", "E2BIG"
| *"decl.name:", "E2BIG_STR"
| *"decl.name:", "ENOEXEC"
| *"decl.name:", "ENOEXEC_STR"
| *"decl.name:", "EBADF"
| *"decl.name:", "EBADF_STR"
| *"decl.name:", "ECHILD"
| *"decl.name:", "ECHILD_STR"
| *"decl.name:", "EAGAIN"
| *"decl.name:", "EWOULDBLOCK"
| *"decl.name:", "EAGAIN_STR"
| *"decl.name:", "ENOMEM"
| *"decl.name:", "ENOMEM_STR"
| *"decl.name:", "EACCES"
| *"decl.name:", "EACCES_STR"
| *"decl.name:", "EFAULT"
| *"decl.name:", "EFAULT_STR"
| *"decl.name:", "ENOTBLK"
| *"decl.name:", "ENOTBLK_STR"
| *"decl.name:", "EBUSY"
| *"decl.name:", "EBUSY_STR"
| *"decl.name:", "EEXIST"
| *"decl.name:", "EEXIST_STR"
| *"decl.name:", "EXDEV"
| *"decl.name:", "EXDEV_STR"
| *"decl.name:", "ENODEV"
| *"decl.name:", "ENODEV_STR"
| *"decl.name:", "ENOTDIR"
| *"decl.name:", "ENOTDIR_STR"
| *"decl.name:", "EISDIR"
| *"decl.name:", "EISDIR_STR"
| *"decl.name:", "EINVAL"
| *"decl.name:", "EINVAL_STR"
| *"decl.name:", "ENFILE"
| *"decl.name:", "ENFILE_STR"
| *"decl.name:", "EMFILE"
| *"decl.name:", "EMFILE_STR"
| *"decl.name:", "ENOTTY"
| *"decl.name:", "ENOTTY_STR"
| *"decl.name:", "ETXTBSY"
| *"decl.name:", "ETXTBSY_STR"
| *"decl.name:", "EFBIG"
| *"decl.name:", "EFBIG_STR"
| *"decl.name:", "ENOSPC"
| *"decl.name:", "ENOSPC_STR"
| *"decl.name:", "ESPIPE"
| *"decl.name:", "ESPIPE_STR"
| *"decl.name:", "EROFS"
| *"decl.name:", "EROFS_STR"
| *"decl.name:", "EMLINK"
| *"decl.name:", "EMLINK_STR"
| *"decl.name:", "EPIPE"
| *"decl.name:", "EPIPE_STR"
| *"decl.name:", "EDOM"
| *"decl.name:", "EDOM_STR"
| *"decl.name:", "ERANGE"
| *"decl.name:", "ERANGE_STR"
| *"decl.name:", "ENOMSG"
| *"decl.name:", "ENOMSG_STR"
| *"decl.name:", "EIDRM"
| *"decl.name:", "EIDRM_STR"
| *"decl.name:", "ECHRNG"
| *"decl.name:", "ECHRNG_STR"
| *"decl.name:", "EL2NSYNC"
| *"decl.name:", "EL2NSYNC_STR"
| *"decl.name:", "EL3HLT"
| *"decl.name:", "EL3HLT_STR"
| *"decl.name:", "EL3RST"
| *"decl.name:", "EL3RST_STR"
| *"decl.name:", "ELNRNG"
| *"decl.name:", "ELNRNG_STR"
| *"decl.name:", "EUNATCH"
| *"decl.name:", "EUNATCH_STR"
| *"decl.name:", "ENOCSI"
| *"decl.name:", "ENOCSI_STR"
| *"decl.name:", "EL2HLT"
| *"decl.name:", "EL2HLT_STR"
| *"decl.name:", "EDEADLK"
| *"decl.name:", "EDEADLK_STR"
| *"decl.name:", "ENOLCK"
| *"decl.name:", "ENOLCK_STR"
| *"decl.name:", "EBADE"
| *"decl.name:", "EBADE_STR"
| *"decl.name:", "EBADR"
| *"decl.name:", "EBADR_STR"
| *"decl.name:", "EXFULL"
| *"decl.name:", "EXFULL_STR"
| *"decl.name:", "ENOANO"
| *"decl.name:", "ENOANO_STR"
| *"decl.name:", "EBADRQC"
| *"decl.name:", "EBADRQC_STR"
| *"decl.name:", "EBADSLT"
| *"decl.name:", "EBADSLT_STR"
| *"decl.name:", "EDEADLOCK"
| *"decl.name:", "EDEADLOCK_STR"
| *"decl.name:", "EBFONT"
| *"decl.name:", "EBFONT_STR"
| *"decl.name:", "ENOSTR"
| *"decl.name:", "ENOSTR_STR"
| *"decl.name:", "ENODATA"
| *"decl.name:", "ENODATA_STR"
| *"decl.name:", "ETIME"
| *"decl.name:", "ETIME_STR"
| *"decl.name:", "ENOSR"
| *"decl.name:", "ENOSR_STR"
| *"decl.name:", "ENONET"
| *"decl.name:", "ENONET_STR"
| *"decl.name:", "ENOPKG"
| *"decl.name:", "ENOPKG_STR"
| *"decl.name:", "EREMOTE"
| *"decl.name:", "EREMOTE_STR"
| *"decl.name:", "ENOLINK"
| *"decl.name:", "ENOLINK_STR"
| *"decl.name:", "EADV"
| *"decl.name:", "EADV_STR"
| *"decl.name:", "ESRMNT"
| *"decl.name:", "ESRMNT_STR"
| *"decl.name:", "ECOMM"
| *"decl.name:", "ECOMM_STR"
| *"decl.name:", "EPROTO"
| *"decl.name:", "EPROTO_STR"
| *"decl.name:", "EMULTIHOP"
| *"decl.name:", "EMULTIHOP_STR"
| *"decl.name:", "ELBIN"
| *"decl.name:", "ELBIN_STR"
| *"decl.name:", "EDOTDOT"
| *"decl.name:", "EDOTDOT_STR"
| *"decl.name:", "EBADMSG"
| *"decl.name:", "EBADMSG_STR"
| *"decl.name:", "EFTYPE"
| *"decl.name:", "EFTYPE_STR"
| *"decl.name:", "ENOTUNIQ"
| *"decl.name:", "ENOTUNIQ_STR"
| *"decl.name:", "EBADFD"
| *"decl.name:", "EBADFD_STR"
| *"decl.name:", "EREMCHG"
| *"decl.name:", "EREMCHG_STR"
| *"decl.name:", "ELIBACC"
| *"decl.name:", "ELIBACC_STR"
| *"decl.name:", "ELIBBAD"
| *"decl.name:", "ELIBBAD_STR"
| *"decl.name:", "ELIBSCN"
| *"decl.name:", "ELIBSCN_STR"
| *"decl.name:", "ELIBMAX"
| *"decl.name:", "ELIBMAX_STR"
| *"decl.name:", "ELIBEXEC"
| *"decl.name:", "ELIBEXEC_STR"
| *"decl.name:", "ENOSYS"
| *"decl.name:", "ENOSYS_STR"
| *"decl.name:", "ENMFILE"
| *"decl.name:", "ENMFILE_STR"
| *"decl.name:", "ENOTEMPTY"
| *"decl.name:", "ENOTEMPTY_STR"
| *"decl.name:", "ENAMETOOLONG"
| *"decl.name:", "ENAMETOOLONG_STR"
| *"decl.name:", "ELOOP"
| *"decl.name:", "ELOOP_STR"
| *"decl.name:", "EOPNOTSUPP"
| *"decl.name:", "EOPNOTSUPP_STR"
| *"decl.name:", "EPFNOSUPPORT"
| *"decl.name:", "EPFNOSUPPORT_STR"
| *"decl.name:", "ECONNRESET"
| *"decl.name:", "ECONNRESET_STR"
| *"decl.name:", "ENOBUFS"
| *"decl.name:", "ENOBUFS_STR"
| *"decl.name:", "EAFNOSUPPORT"
| *"decl.name:", "EAFNOSUPPORT_STR"
| *"decl.name:", "EPROTOTYPE"
| *"decl.name:", "EPROTOTYPE_STR"
| *"decl.name:", "ENOTSOCK"
| *"decl.name:", "ENOTSOCK_STR"
| *"decl.name:", "ENOPROTOOPT"
| *"decl.name:", "ENOPROTOOPT_STR"
| *"decl.name:", "ESHUTDOWN"
| *"decl.name:", "ESHUTDOWN_STR"
| *"decl.name:", "ECONNREFUSED"
| *"decl.name:", "ECONNREFUSED_STR"
| *"decl.name:", "EADDRINUSE"
| *"decl.name:", "EADDRINUSE_STR"
| *"decl.name:", "ECONNABORTED"
| *"decl.name:", "ECONNABORTED_STR"
| *"decl.name:", "ENETUNREACH"
| *"decl.name:", "ENETUNREACH_STR"
| *"decl.name:", "ENETDOWN"
| *"decl.name:", "ENETDOWN_STR"
| *"decl.name:", "ETIMEDOUT"
| *"decl.name:", "ETIMEDOUT_STR"
| *"decl.name:", "EHOSTDOWN"
| *"decl.name:", "EHOSTDOWN_STR"
| *"decl.name:", "EHOSTUNREACH"
| *"decl.name:", "EHOSTUNREACH_STR"
| *"decl.name:", "EINPROGRESS"
| *"decl.name:", "EINPROGRESS_STR"
| *"decl.name:", "EALREADY"
| *"decl.name:", "EALREADY_STR"
| *"decl.name:", "EDESTADDRREQ"
| *"decl.name:", "EDESTADDRREQ_STR"
| *"decl.name:", "EMSGSIZE"
| *"decl.name:", "EMSGSIZE_STR"
| *"decl.name:", "EPROTONOSUPPORT"
| *"decl.name:", "EPROTONOSUPPORT_STR"
| *"decl.name:", "ESOCKTNOSUPPORT"
| *"decl.name:", "ESOCKTNOSUPPORT_STR"
| *"decl.name:", "EADDRNOTAVAIL"
| *"decl.name:", "EADDRNOTAVAIL_STR"
| *"decl.name:", "ENETRESET"
| *"decl.name:", "ENETRESET_STR"
| *"decl.name:", "EISCONN"
| *"decl.name:", "EISCONN_STR"
| *"decl.name:", "ENOTCONN"
| *"decl.name:", "ENOTCONN_STR"
| *"decl.name:", "ETOOMANYREFS"
| *"decl.name:", "ETOOMANYREFS_STR"
| *"decl.name:", "EPROCLIM"
| *"decl.name:", "EPROCLIM_STR"
| *"decl.name:", "EUSERS"
| *"decl.name:", "EUSERS_STR"
| *"decl.name:", "EDQUOT"
| *"decl.name:", "EDQUOT_STR"
| *"decl.name:", "ESTALE"
| *"decl.name:", "ESTALE_STR"
| *"decl.name:", "ENOTSUP"
| *"decl.name:", "ENOTSUP_STR"
| *"decl.name:", "ENOMEDIUM"
| *"decl.name:", "ENOMEDIUM_STR"
| *"decl.name:", "ENOSHARE"
| *"decl.name:", "ENOSHARE_STR"
| *"decl.name:", "ECASECLASH"
| *"decl.name:", "ECASECLASH_STR"
| *"decl.name:", "EILSEQ"
| *"decl.name:", "EILSEQ_STR"
| *"decl.name:", "EOVERFLOW"
| *"decl.name:", "EOVERFLOW_STR"
| *"decl.name:", "ECANCELED"
| *"decl.name:", "ECANCELED_STR"
| *"decl.name:", "ENOTRECOVERABLE"
| *"decl.name:", "ENOTRECOVERABLE_STR"
| *"decl.name:", "EOWNERDEAD"
| *"decl.name:", "EOWNERDEAD_STR"
| *"decl.name:", "ESTRPIPE"
| *"decl.name:", "ESTRPIPE_STR"
| *"decl.name:", "__ELASTERROR"
| *"-----", "__INCLUDE_ASSERT_H"
| *"decl.name:", "DEBUGPANIC"
| *"decl.name:", "DEBUGASSERT"
| *"decl.name:", "DEBUGVERIFY"
| *"decl.name:", "assert"
| *"-----", "__INCLUDE_UNISTD_H"
| *"-----", "__CLANG_LIMITS_H"
| *"-----", "_GCC_LIMITS_H_"
| *"decl.name:", "LONG_LONG_MAX"
| *"decl.name:", "LONG_LONG_MIN"
| *"decl.name:", "ULONG_LONG_MAX"
| *"decl.name:", "SEEK_SET"
| *"decl.name:", "SEEK_CUR"
| *"decl.name:", "SEEK_END"
| *"decl.name:", "F_OK"
| *"decl.name:", "X_OK"
| *"decl.name:", "W_OK"
| *"decl.name:", "R_OK"
| *"decl.name:", "POSIX_VERSION"
| *"decl.name:", "_POSIX_REALTIME_SIGNALS"
| *"decl.name:", "_POSIX_MESSAGE_PASSING"
| *"decl.name:", "_POSIX_PRIORITY_SCHEDULING"
| *"decl.name:", "_POSIX_TIMERS"
| *"decl.name:", "_POSIX_TIMEOUTS"
| *"decl.name:", "_POSIX_SYNCHRONIZED_IO"
| *"decl.name:", "_POSIX_SPORADIC_SERVER"
| *"decl.name:", "_POSIX_THREAD_SPORADIC_SERVER"
| *"decl.name:", "_POSIX_SYNC_IO"
| *"decl.name:", "_PC_2_SYMLINKS"
| *"decl.name:", "_PC_ALLOC_SIZE_MIN"
| *"decl.name:", "_PC_ASYNC_IO"
| *"decl.name:", "_PC_CHOWN_RESTRICTED"
| *"decl.name:", "_PC_FILESIZEBITS"
| *"decl.name:", "_PC_LINK_MAX"
| *"decl.name:", "_PC_MAX_CANON"
| *"decl.name:", "_PC_MAX_INPUT"
| *"decl.name:", "_PC_NAME_MAX"
| *"decl.name:", "_PC_NO_TRUNC"
| *"decl.name:", "_PC_PATH_MAX"
| *"decl.name:", "_PC_PIPE_BUF"
| *"decl.name:", "_PC_PRIO_IO"
| *"decl.name:", "_PC_REC_INCR_XFER_SIZE"
| *"decl.name:", "_PC_REC_MIN_XFER_SIZE"
| *"decl.name:", "_PC_REC_XFER_ALIGN"
| *"decl.name:", "_PC_SYMLINK_MAX"
| *"decl.name:", "_PC_SYNC_IO"
| *"decl.name:", "_PC_VDISABLE"
| *"decl.name:", "_SC_2_C_BIND"
| *"decl.name:", "_SC_2_C_DEV"
| *"decl.name:", "_SC_2_CHAR_TERM"
| *"decl.name:", "_SC_2_FORT_DEV"
| *"decl.name:", "_SC_2_FORT_RUN"
| *"decl.name:", "_SC_2_LOCALEDEF"
| *"decl.name:", "_SC_2_PBS"
| *"decl.name:", "_SC_2_PBS_ACCOUNTING"
| *"decl.name:", "_SC_2_PBS_CHECKPOINT"
| *"decl.name:", "_SC_2_PBS_LOCATE"
| *"decl.name:", "_SC_2_PBS_MESSAGE"
| *"decl.name:", "_SC_2_PBS_TRACK"
| *"decl.name:", "_SC_2_SW_DEV"
| *"decl.name:", "_SC_2_UPE"
| *"decl.name:", "_SC_2_VERSION"
| *"decl.name:", "_SC_ADVISORY_INFO"
| *"decl.name:", "_SC_AIO_LISTIO_MAX"
| *"decl.name:", "_SC_AIO_MAX"
| *"decl.name:", "_SC_AIO_PRIO_DELTA_MAX"
| *"decl.name:", "_SC_ARG_MAX"
| *"decl.name:", "_SC_ASYNCHRONOUS_IO"
| *"decl.name:", "_SC_ATEXIT_MAX"
| *"decl.name:", "_SC_BARRIERS"
| *"decl.name:", "_SC_BC_BASE_MAX"
| *"decl.name:", "_SC_BC_DIM_MAX"
| *"decl.name:", "_SC_BC_SCALE_MAX"
| *"decl.name:", "_SC_BC_STRING_MAX"
| *"decl.name:", "_SC_CHILD_MAX"
| *"decl.name:", "_SC_CLK_TCK"
| *"decl.name:", "_SC_CLOCK_SELECTION"
| *"decl.name:", "_SC_COLL_WEIGHTS_MAX"
| *"decl.name:", "_SC_CPUTIME"
| *"decl.name:", "_SC_DELAYTIMER_MAX"
| *"decl.name:", "_SC_EXPR_NEST_MAX"
| *"decl.name:", "_SC_FSYNC"
| *"decl.name:", "_SC_GETGR_R_SIZE_MAX"
| *"decl.name:", "_SC_GETPW_R_SIZE_MAX"
| *"decl.name:", "_SC_HOST_NAME_MAX"
| *"decl.name:", "_SC_IOV_MAX"
| *"decl.name:", "_SC_IPV6"
| *"decl.name:", "_SC_JOB_CONTROL"
| *"decl.name:", "_SC_LINE_MAX"
| *"decl.name:", "_SC_LOGIN_NAME_MAX"
| *"decl.name:", "_SC_MAPPED_FILES"
| *"decl.name:", "_SC_MEMLOCK"
| *"decl.name:", "_SC_MEMLOCK_RANGE"
| *"decl.name:", "_SC_MEMORY_PROTECTION"
| *"decl.name:", "_SC_MESSAGE_PASSING"
| *"decl.name:", "_SC_MONOTONIC_CLOCK"
| *"decl.name:", "_SC_MQ_OPEN_MAX"
| *"decl.name:", "_SC_MQ_PRIO_MAX"
| *"decl.name:", "_SC_NGROUPS_MAX"
| *"decl.name:", "_SC_OPEN_MAX"
| *"decl.name:", "_SC_PAGE_SIZE"
| *"decl.name:", "_SC_PAGESIZE"
| *"decl.name:", "_SC_PRIORITIZED_IO"
| *"decl.name:", "_SC_PRIORITY_SCHEDULING"
| *"decl.name:", "_SC_RAW_SOCKETS"
| *"decl.name:", "_SC_RE_DUP_MAX"
| *"decl.name:", "_SC_READER_WRITER_LOCKS"
| *"decl.name:", "_SC_REALTIME_SIGNALS"
| *"decl.name:", "_SC_REGEXP"
| *"decl.name:", "_SC_RTSIG_MAX"
| *"decl.name:", "_SC_SAVED_IDS"
| *"decl.name:", "_SC_SEM_NSEMS_MAX"
| *"decl.name:", "_SC_SEM_VALUE_MAX"
| *"decl.name:", "_SC_SEMAPHORES"
| *"decl.name:", "_SC_SHARED_MEMORY_OBJECTS"
| *"decl.name:", "_SC_SHELL"
| *"decl.name:", "_SC_SIGQUEUE_MAX"
| *"decl.name:", "_SC_SPAWN"
| *"decl.name:", "_SC_SPIN_LOCKS"
| *"decl.name:", "_SC_SPORADIC_SERVER"
| *"decl.name:", "_SC_SS_REPL_MAX"
| *"decl.name:", "_SC_STREAM_MAX"
| *"decl.name:", "_SC_SYMLOOP_MAX"
| *"decl.name:", "_SC_SYNCHRONIZED_IO"
| *"decl.name:", "_SC_THREAD_ATTR_STACKADDR"
| *"decl.name:", "_SC_THREAD_ATTR_STACKSIZE"
| *"decl.name:", "_SC_THREAD_CPUTIME"
| *"decl.name:", "_SC_THREAD_DESTRUCTOR_ITERATIONS"
| *"decl.name:", "_SC_THREAD_KEYS_MAX"
| *"decl.name:", "_SC_THREAD_PRIO_INHERIT"
| *"decl.name:", "_SC_THREAD_PRIO_PROTECT"
| *"decl.name:", "_SC_THREAD_PRIORITY_SCHEDULING"
| *"decl.name:", "_SC_THREAD_PROCESS_SHARED"
| *"decl.name:", "_SC_THREAD_SAFE_FUNCTIONS"
| *"decl.name:", "_SC_THREAD_SPORADIC_SERVER"
| *"decl.name:", "_SC_THREAD_STACK_MIN"
| *"decl.name:", "_SC_THREAD_THREADS_MAX"
| *"decl.name:", "_SC_THREADS"
| *"decl.name:", "_SC_TIMEOUTS"
| *"decl.name:", "_SC_TIMER_MAX"
| *"decl.name:", "_SC_TIMERS"
| *"decl.name:", "_SC_TRACE"
| *"decl.name:", "_SC_TRACE_EVENT_FILTER"
| *"decl.name:", "_SC_TRACE_EVENT_NAME_MAX"
| *"decl.name:", "_SC_TRACE_INHERIT"
| *"decl.name:", "_SC_TRACE_LOG"
| *"decl.name:", "_SC_TRACE_NAME_MAX"
| *"decl.name:", "_SC_TRACE_SYS_MAX"
| *"decl.name:", "_SC_TRACE_USER_EVENT_MAX"
| *"decl.name:", "_SC_TTY_NAME_MAX"
| *"decl.name:", "_SC_TYPED_MEMORY_OBJECTS"
| *"decl.name:", "_SC_TZNAME_MAX"
| *"decl.name:", "_SC_V6_ILP32_OFF32"
| *"decl.name:", "_SC_V6_ILP32_OFFBIG"
| *"decl.name:", "_SC_V6_LP64_OFF64"
| *"decl.name:", "_SC_V6_LPBIG_OFFBIG"
| *"decl.name:", "_SC_VERSION"
| *"decl.name:", "_SC_XBS5_ILP32_OFF32"
| *"decl.name:", "_SC_XBS5_ILP32_OFFBIG"
| *"decl.name:", "_SC_XBS5_LP64_OFF64"
| *"decl.name:", "_SC_XBS5_LPBIG_OFFBIG"
| *"decl.name:", "_SC_XOPEN_CRYPT"
| *"decl.name:", "_SC_XOPEN_ENH_I18N"
| *"decl.name:", "_SC_XOPEN_LEGACY"
| *"decl.name:", "_SC_XOPEN_REALTIME"
| *"decl.name:", "_SC_XOPEN_REALTIME_THREADS"
| *"decl.name:", "_SC_XOPEN_SHM"
| *"decl.name:", "_SC_XOPEN_STREAMS"
| *"decl.name:", "_SC_XOPEN_UNIX"
| *"decl.name:", "_SC_XOPEN_VERSION"
| *"decl.name:", "_SC_PHYS_PAGES"
| *"decl.name:", "_SC_AVPHYS_PAGES"
| *"decl.name:", "_SC_NPROCESSORS_CONF"
| *"decl.name:", "_SC_NPROCESSORS_ONLN"
| *"decl.name:", "STDERR_FILENO"
| *"decl.name:", "STDIN_FILENO"
| *"decl.name:", "STDOUT_FILENO"
| *"decl.name:", "link"
| *"decl.name:", "fdatasync"
| *"decl.name:", "getdtablesize"
| *"decl.name:", "getpagesize"
| *"decl.name:", "optarg"
| *"decl.name:", "opterr"
| *"decl.name:", "optind"
| *"decl.name:", "optopt"
| *"-----", "__INCLUDE_NUTTX_SEMAPHORE_H"
| *"-----", "__INCLUDE_SEMAPHORE_H"
| *"decl.name:", "SEM_PRIO_NONE"
| *"decl.name:", "SEM_PRIO_INHERIT"
| *"decl.name:", "SEM_PRIO_PROTECT"
| *"decl.name:", "PRIOINHERIT_FLAGS_DISABLE"
| *"-----", "__INCLUDE_NUTTX_CLOCK_H"
| *"decl.name:", "__HAVE_KERNEL_GLOBALS"
| *"decl.name:", "NSEC_PER_SEC"
| *"decl.name:", "USEC_PER_SEC"
| *"decl.name:", "MSEC_PER_SEC"
| *"decl.name:", "DSEC_PER_SEC"
| *"decl.name:", "HSEC_PER_SEC"
| *"decl.name:", "NSEC_PER_HSEC"
| *"decl.name:", "USEC_PER_HSEC"
| *"decl.name:", "MSEC_PER_HSEC"
| *"decl.name:", "DSEC_PER_HSEC"
| *"decl.name:", "NSEC_PER_DSEC"
| *"decl.name:", "USEC_PER_DSEC"
| *"decl.name:", "MSEC_PER_DSEC"
| *"decl.name:", "NSEC_PER_MSEC"
| *"decl.name:", "USEC_PER_MSEC"
| *"decl.name:", "NSEC_PER_USEC"
| *"decl.name:", "SEC_PER_MIN"
| *"decl.name:", "NSEC_PER_MIN"
| *"decl.name:", "USEC_PER_MIN"
| *"decl.name:", "MSEC_PER_MIN"
| *"decl.name:", "DSEC_PER_MIN"
| *"decl.name:", "HSEC_PER_MIN"
| *"decl.name:", "MIN_PER_HOUR"
| *"decl.name:", "NSEC_PER_HOUR"
| *"decl.name:", "USEC_PER_HOUR"
| *"decl.name:", "MSEC_PER_HOUR"
| *"decl.name:", "DSEC_PER_HOUR"
| *"decl.name:", "HSEC_PER_HOUR"
| *"decl.name:", "SEC_PER_HOUR"
| *"decl.name:", "HOURS_PER_DAY"
| *"decl.name:", "SEC_PER_DAY"
| *"decl.name:", "USEC_PER_TICK"
| *"decl.name:", "TICK_PER_HOUR"
| *"decl.name:", "TICK_PER_MIN"
| *"decl.name:", "TICK_PER_SEC"
| *"decl.name:", "TICK_PER_MSEC"
| *"decl.name:", "TICK_PER_DSEC"
| *"decl.name:", "TICK_PER_HSEC"
| *"decl.name:", "MSEC_PER_TICK"
| *"decl.name:", "NSEC_PER_TICK"
| *"decl.name:", "NSEC2TICK"
| *"decl.name:", "USEC2TICK"
| *"decl.name:", "MSEC2TICK"
| *"decl.name:", "DSEC2TICK"
| *"decl.name:", "HSEC2TICK"
| *"decl.name:", "SEC2TICK"
| *"decl.name:", "TICK2NSEC"
| *"decl.name:", "TICK2USEC"
| *"decl.name:", "TICK2MSEC"
| *"decl.name:", "TICK2DSEC"
| *"decl.name:", "TICK2HSEC"
| *"decl.name:", "TICK2SEC"
| *"decl.name:", "INITIAL_SYSTEM_TIMER_TICKS"
| *"decl.name:", "clock_systime_ticks"
| *"decl.name:", "_SEM_INIT"
| *"decl.name:", "_SEM_DESTROY"
| *"decl.name:", "_SEM_WAIT"
| *"decl.name:", "_SEM_TRYWAIT"
| *"decl.name:", "_SEM_TIMEDWAIT"
| *"decl.name:", "_SEM_CLOCKWAIT"
| *"decl.name:", "_SEM_GETVALUE"
| *"decl.name:", "_SEM_POST"
| *"decl.name:", "_SEM_GETPROTOCOL"
| *"decl.name:", "_SEM_SETPROTOCOL"
| *"decl.name:", "_SEM_ERRNO"
| *"decl.name:", "_SEM_ERRVAL"
| *"decl.name:", "nxsem_get_protocol"
| *"decl.name:", "NXRMUTEX_NO_HOLDER"
| *"decl.name:", "NXMUTEX_INITIALIZER"
| *"decl.name:", "_NX_CLOSE"
| *"decl.name:", "_NX_READ"
| *"decl.name:", "_NX_WRITE"
| *"decl.name:", "_NX_SEEK"
| *"decl.name:", "_NX_STAT"
| *"decl.name:", "_NX_GETERRNO"
| *"decl.name:", "_NX_SETERRNO"
| *"decl.name:", "_NX_GETERRVAL"
| *"decl.name:", "__FS_FLAG_EOF"
| *"decl.name:", "__FS_FLAG_ERROR"
| *"decl.name:", "__FS_FLAG_LBF"
| *"decl.name:", "__FS_FLAG_UBF"
| *"decl.name:", "FSNODEFLAG_TYPE_MASK"
| *"decl.name:", "FSNODEFLAG_TYPE_PSEUDODIR"
| *"decl.name:", "FSNODEFLAG_TYPE_DRIVER"
| *"decl.name:", "FSNODEFLAG_TYPE_BLOCK"
| *"decl.name:", "FSNODEFLAG_TYPE_MOUNTPT"
| *"decl.name:", "FSNODEFLAG_TYPE_NAMEDSEM"
| *"decl.name:", "FSNODEFLAG_TYPE_MQUEUE"
| *"decl.name:", "FSNODEFLAG_TYPE_SHM"
| *"decl.name:", "FSNODEFLAG_TYPE_MTD"
| *"decl.name:", "FSNODEFLAG_TYPE_SOFTLINK"
| *"decl.name:", "FSNODEFLAG_TYPE_SOCKET"
| *"decl.name:", "FSNODEFLAG_DELETED"
| *"decl.name:", "INODE_IS_TYPE"
| *"decl.name:", "INODE_IS_PSEUDODIR"
| *"decl.name:", "INODE_IS_DRIVER"
| *"decl.name:", "INODE_IS_BLOCK"
| *"decl.name:", "INODE_IS_MOUNTPT"
| *"decl.name:", "INODE_IS_NAMEDSEM"
| *"decl.name:", "INODE_IS_MQUEUE"
| *"decl.name:", "INODE_IS_SHM"
| *"decl.name:", "INODE_IS_MTD"
| *"decl.name:", "INODE_IS_SOFTLINK"
| *"decl.name:", "INODE_IS_SOCKET"
| *"decl.name:", "INODE_GET_TYPE"
| *"decl.name:", "INODE_SET_DRIVER"
| *"decl.name:", "INODE_SET_BLOCK"
| *"decl.name:", "INODE_SET_MOUNTPT"
| *"decl.name:", "INODE_SET_NAMEDSEM"
| *"decl.name:", "INODE_SET_MQUEUE"
| *"decl.name:", "INODE_SET_SHM"
| *"decl.name:", "INODE_SET_MTD"
| *"decl.name:", "INODE_SET_SOFTLINK"
| *"decl.name:", "INODE_SET_SOCKET"
| *"decl.name:", "DIRENTFLAGS_PSEUDONODE"
| *"decl.name:", "DIRENT_ISPSEUDONODE"
| *"decl.name:", "CH_STAT_MODE"
| *"decl.name:", "CH_STAT_UID"
| *"decl.name:", "CH_STAT_GID"
| *"decl.name:", "CH_STAT_ATIME"
| *"decl.name:", "CH_STAT_MTIME"
| *"decl.name:", "FSNODE_SIZE"
| *"-----", "__INCLUDE_NUTTX_SCHED_H"
| *"-----", "__INCLUDE_QUEUE_H"
| *"decl.name:", "sq_next"
| *"decl.name:", "dq_next"
| *"decl.name:", "dq_prev"
| *"decl.name:", "sq_empty"
| *"decl.name:", "dq_empty"
| *"decl.name:", "sq_peek"
| *"decl.name:", "dq_peek"
| *"decl.name:", "sq_tail"
| *"decl.name:", "dq_tail"
| *"-----", "__INCLUDE_SCHED_H"
| *"-----", "__INCLUDE_STRINGS_H"
| *"-----", "__INCLUDE_STRING_H"
| *"-----", "__STDDEF_H"
| *"decl.name:", "__need_ptrdiff_t"
| *"decl.name:", "__need_size_t"
| *"decl.name:", "__need_wchar_t"
| *"decl.name:", "__need_NULL"
| *"decl.name:", "__need_STDDEF_H_misc"
| *"decl.name:", "_PTRDIFF_T"
| *"decl.name:", "_SIZE_T"
| *"decl.name:", "_WCHAR_T"
| *"decl.name:", "__CLANG_MAX_ALIGN_T_DEFINED"
| *"decl.name:", "strcoll_l"
| *"decl.name:", "strerror_l"
| *"decl.name:", "strxfrm_l"
| *"decl.name:", "bcmp"
| *"decl.name:", "bcopy"
| *"decl.name:", "bzero"
| *"decl.name:", "strcasecmp_l"
| *"decl.name:", "strncasecmp_l"
| *"decl.name:", "SCHED_FIFO"
| *"decl.name:", "SCHED_RR"
| *"decl.name:", "SCHED_SPORADIC"
| *"decl.name:", "SCHED_OTHER"
| *"decl.name:", "SS_REPL_MAX"
| *"decl.name:", "TASK_CANCEL_ENABLE"
| *"decl.name:", "TASK_CANCEL_DISABLE"
| *"decl.name:", "TASK_CANCEL_DEFERRED"
| *"decl.name:", "TASK_CANCEL_ASYNCHRONOUS"
| *"decl.name:", "PTHREAD_KEYS_MAX"
| *"-----", "__INCLUDE_SIGNAL_H"
| *"-----", "__INCLUDE_PTHREAD_H"
| *"decl.name:", "__SIGSET_T_DEFINED"
| *"decl.name:", "__SIGINFO_T_DEFINED"
| *"decl.name:", "_POSIX_THREADS"
| *"decl.name:", "_POSIX_THREAD_ATTR_STACKSIZE"
| *"decl.name:", "PTHREAD_PROCESS_PRIVATE"
| *"decl.name:", "PTHREAD_PROCESS_SHARED"
| *"decl.name:", "PTHREAD_MUTEX_NORMAL"
| *"decl.name:", "PTHREAD_MUTEX_ERRORCHECK"
| *"decl.name:", "PTHREAD_MUTEX_RECURSIVE"
| *"decl.name:", "PTHREAD_MUTEX_DEFAULT"
| *"decl.name:", "PTHREAD_STACK_MIN"
| *"decl.name:", "PTHREAD_STACK_DEFAULT"
| *"decl.name:", "PTHREAD_INHERIT_SCHED"
| *"decl.name:", "PTHREAD_EXPLICIT_SCHED"
| *"decl.name:", "PTHREAD_CREATE_JOINABLE"
| *"decl.name:", "PTHREAD_CREATE_DETACHED"
| *"decl.name:", "PTHREAD_DEFAULT_PRIORITY"
| *"decl.name:", "PTHREAD_CANCEL_ENABLE"
| *"decl.name:", "PTHREAD_CANCEL_DISABLE"
| *"decl.name:", "PTHREAD_CANCEL_DEFERRED"
| *"decl.name:", "PTHREAD_CANCEL_ASYNCHRONOUS"
| *"decl.name:", "PTHREAD_ONCE_INIT"
| *"decl.name:", "PTHREAD_BARRIER_SERIAL_THREAD"
| *"decl.name:", "PTHREAD_PRIO_NONE"
| *"decl.name:", "PTHREAD_PRIO_INHERIT"
| *"decl.name:", "PTHREAD_PRIO_PROTECT"
| *"decl.name:", "PTHREAD_MUTEX_STALLED"
| *"decl.name:", "PTHREAD_MUTEX_ROBUST"
| *"decl.name:", "_PTHREAD_MFLAGS_ROBUST"
| *"decl.name:", "_PTHREAD_MFLAGS_INCONSISTENT"
| *"decl.name:", "_PTHREAD_MFLAGS_NRECOVERABLE"
| *"decl.name:", "__PTHREAD_KEY_T_DEFINED"
| *"decl.name:", "__PTHREAD_ADDR_T_DEFINED"
| *"decl.name:", "__PTHREAD_ATTR_T_DEFINED"
| *"decl.name:", "__PTHREAD_T_DEFINED"
| *"decl.name:", "__PTHREAD_CONDATTR_T_DEFINED"
| *"decl.name:", "__PTHREAD_COND_T_DEFINED"
| *"decl.name:", "__PTHREAD_MUTEXATTR_T_DEFINED"
| *"decl.name:", "__PTHREAD_MUTEX_T_DEFINED"
| *"decl.name:", "__PTHREAD_BARRIERATTR_T_DEFINED"
| *"decl.name:", "__PTHREAD_BARRIER_T_DEFINED"
| *"decl.name:", "__PTHREAD_ONCE_T_DEFINED"
| *"decl.name:", "pthread_self"
| *"decl.name:", "pthread_equal"
| *"decl.name:", "NULL_SIGNAL_SET"
| *"decl.name:", "ALL_SIGNAL_SET"
| *"decl.name:", "MIN_SIGNO"
| *"decl.name:", "MAX_SIGNO"
| *"decl.name:", "GOOD_SIGNO"
| *"decl.name:", "SIGNO2SET"
| *"decl.name:", "SIGRTMIN"
| *"decl.name:", "SIGRTMAX"
| *"decl.name:", "SIGUSR1"
| *"decl.name:", "SIGUSR2"
| *"decl.name:", "SIGALRM"
| *"decl.name:", "SIGSTOP"
| *"decl.name:", "SIGTSTP"
| *"decl.name:", "SIGCONT"
| *"decl.name:", "SIGKILL"
| *"decl.name:", "SIGINT"
| *"decl.name:", "SIGQUIT"
| *"decl.name:", "SIGTERM"
| *"decl.name:", "SIGPIPE"
| *"decl.name:", "SIGHUP"
| *"decl.name:", "SIGTTIN"
| *"decl.name:", "SIGCONDTIMEDOUT"
| *"decl.name:", "SIGWORK"
| *"decl.name:", "SIG_BLOCK"
| *"decl.name:", "SIG_UNBLOCK"
| *"decl.name:", "SIG_SETMASK"
| *"decl.name:", "SA_NOCLDSTOP"
| *"decl.name:", "SA_SIGINFO"
| *"decl.name:", "SA_NOCLDWAIT"
| *"decl.name:", "SA_ONSTACK"
| *"decl.name:", "SA_RESTART"
| *"decl.name:", "SA_NODEFER"
| *"decl.name:", "SA_RESETHAND"
| *"decl.name:", "SI_USER"
| *"decl.name:", "SI_QUEUE"
| *"decl.name:", "SI_TIMER"
| *"decl.name:", "SI_ASYNCIO"
| *"decl.name:", "SI_MESGQ"
| *"decl.name:", "CLD_EXITED"
| *"decl.name:", "CLD_KILLED"
| *"decl.name:", "CLD_DUMPED"
| *"decl.name:", "CLD_TRAPPED"
| *"decl.name:", "CLD_STOPPED"
| *"decl.name:", "CLD_CONTINUED"
| *"decl.name:", "SIGEV_NONE"
| *"decl.name:", "SIGEV_SIGNAL"
| *"decl.name:", "SIGEV_THREAD"
| *"decl.name:", "SIG_ERR"
| *"decl.name:", "SIG_IGN"
| *"decl.name:", "SIG_DFL"
| *"decl.name:", "SIG_HOLD"
| *"-----", "__INCLUDE_NUTTX_IRQ_H"
| *"-----", "__ARCH_RISCV_INCLUDE_IRQ_H"
| *"-----", "__ARCH_RISCV_INCLUDE_ARCH_H"
| *"decl.name:", "__XSTR"
| *"-----", "__ARCH_RISCV_INCLUDE_CSR_H"
| *"decl.name:", "CSR_USTATUS"
| *"decl.name:", "CSR_UIE"
| *"decl.name:", "CSR_UTVEC"
| *"decl.name:", "CSR_USCRATCH"
| *"decl.name:", "CSR_UEPC"
| *"decl.name:", "CSR_UCAUSE"
| *"decl.name:", "CSR_UTVAL"
| *"decl.name:", "CSR_UIP"
| *"decl.name:", "CSR_FFLAGS"
| *"decl.name:", "CSR_FRM"
| *"decl.name:", "CSR_FCSR"
| *"decl.name:", "CSR_CYCLE"
| *"decl.name:", "CSR_TIME"
| *"decl.name:", "CSR_INSTRET"
| *"decl.name:", "CSR_HPCOUNTER3"
| *"decl.name:", "CSR_HPCOUNTER4"
| *"decl.name:", "CSR_HPCOUNTER5"
| *"decl.name:", "CSR_HPCOUNTER6"
| *"decl.name:", "CSR_HPCOUNTER7"
| *"decl.name:", "CSR_HPCOUNTER8"
| *"decl.name:", "CSR_HPCOUNTER9"
| *"decl.name:", "CSR_HPCOUNTER10"
| *"decl.name:", "CSR_HPCOUNTER11"
| *"decl.name:", "CSR_HPCOUNTER12"
| *"decl.name:", "CSR_HPCOUNTER13"
| *"decl.name:", "CSR_HPCOUNTER14"
| *"decl.name:", "CSR_HPCOUNTER15"
| *"decl.name:", "CSR_HPCOUNTER16"
| *"decl.name:", "CSR_HPCOUNTER17"
| *"decl.name:", "CSR_HPCOUNTER18"
| *"decl.name:", "CSR_HPCOUNTER19"
| *"decl.name:", "CSR_HPCOUNTER20"
| *"decl.name:", "CSR_HPCOUNTER21"
| *"decl.name:", "CSR_HPCOUNTER22"
| *"decl.name:", "CSR_HPCOUNTER24"
| *"decl.name:", "CSR_HPCOUNTER25"
| *"decl.name:", "CSR_HPCOUNTER26"
| *"decl.name:", "CSR_HPCOUNTER27"
| *"decl.name:", "CSR_HPCOUNTER28"
| *"decl.name:", "CSR_HPCOUNTER29"
| *"decl.name:", "CSR_HPCOUNTER30"
| *"decl.name:", "CSR_HPCOUNTER31"
| *"decl.name:", "CSR_CYCLEH"
| *"decl.name:", "CSR_TIMEH"
| *"decl.name:", "CSR_INSTRETH"
| *"decl.name:", "CSR_HPCOUNTER3H"
| *"decl.name:", "CSR_HPCOUNTER4H"
| *"decl.name:", "CSR_HPCOUNTER5H"
| *"decl.name:", "CSR_HPCOUNTER6H"
| *"decl.name:", "CSR_HPCOUNTER7H"
| *"decl.name:", "CSR_HPCOUNTER8H"
| *"decl.name:", "CSR_HPCOUNTER9H"
| *"decl.name:", "CSR_HPCOUNTER10H"
| *"decl.name:", "CSR_HPCOUNTER11H"
| *"decl.name:", "CSR_HPCOUNTER12H"
| *"decl.name:", "CSR_HPCOUNTER13H"
| *"decl.name:", "CSR_HPCOUNTER14H"
| *"decl.name:", "CSR_HPCOUNTER15H"
| *"decl.name:", "CSR_HPCOUNTER16H"
| *"decl.name:", "CSR_HPCOUNTER17H"
| *"decl.name:", "CSR_HPCOUNTER18H"
| *"decl.name:", "CSR_HPCOUNTER19H"
| *"decl.name:", "CSR_HPCOUNTER20H"
| *"decl.name:", "CSR_HPCOUNTER21H"
| *"decl.name:", "CSR_HPCOUNTER22H"
| *"decl.name:", "CSR_HPCOUNTER24H"
| *"decl.name:", "CSR_HPCOUNTER25H"
| *"decl.name:", "CSR_HPCOUNTER26H"
| *"decl.name:", "CSR_HPCOUNTER27H"
| *"decl.name:", "CSR_HPCOUNTER28H"
| *"decl.name:", "CSR_HPCOUNTER29H"
| *"decl.name:", "CSR_HPCOUNTER30H"
| *"decl.name:", "CSR_HPCOUNTER31H"
| *"decl.name:", "CSR_SSTATUS"
| *"decl.name:", "CSR_SEDELEG"
| *"decl.name:", "CSR_SIDELEG"
| *"decl.name:", "CSR_SIE"
| *"decl.name:", "CSR_STVEC"
| *"decl.name:", "CSR_SCOUNTEREN"
| *"decl.name:", "CSR_SSCRATCH"
| *"decl.name:", "CSR_SEPC"
| *"decl.name:", "CSR_SCAUSE"
| *"decl.name:", "CSR_STVAL"
| *"decl.name:", "CSR_SIP"
| *"decl.name:", "CSR_SATP"
| *"decl.name:", "CSR_MVENDORID"
| *"decl.name:", "CSR_MARCHID"
| *"decl.name:", "CSR_MIMPID"
| *"decl.name:", "CSR_MHARTID"
| *"decl.name:", "CSR_MSTATUS"
| *"decl.name:", "CSR_MISA"
| *"decl.name:", "CSR_MEDELEG"
| *"decl.name:", "CSR_MIDELEG"
| *"decl.name:", "CSR_MIE"
| *"decl.name:", "CSR_MTVEC"
| *"decl.name:", "CSR_MCOUNTEREN"
| *"decl.name:", "CSR_MSCRATCH"
| *"decl.name:", "CSR_MEPC"
| *"decl.name:", "CSR_MCAUSE"
| *"decl.name:", "CSR_MTVAL"
| *"decl.name:", "CSR_MIP"
| *"decl.name:", "CSR_PMPCFG0"
| *"decl.name:", "CSR_PMPCFG1"
| *"decl.name:", "CSR_PMPCFG2"
| *"decl.name:", "CSR_PMPCFG3"
| *"decl.name:", "CSR_PMPADDR0"
| *"decl.name:", "CSR_PMPADDR1"
| *"decl.name:", "CSR_PMPADDR2"
| *"decl.name:", "CSR_PMPADDR3"
| *"decl.name:", "CSR_PMPADDR4"
| *"decl.name:", "CSR_PMPADDR5"
| *"decl.name:", "CSR_PMPADDR6"
| *"decl.name:", "CSR_PMPADDR7"
| *"decl.name:", "CSR_PMPADDR8"
| *"decl.name:", "CSR_PMPADDR9"
| *"decl.name:", "CSR_PMPADDR10"
| *"decl.name:", "CSR_PMPADDR11"
| *"decl.name:", "CSR_PMPADDR12"
| *"decl.name:", "CSR_PMPADDR13"
| *"decl.name:", "CSR_PMPADDR14"
| *"decl.name:", "CSR_PMPADDR15"
| *"decl.name:", "CSR_MCYCLE"
| *"decl.name:", "CSR_MINSTRET"
| *"decl.name:", "CSR_MHPMCOUNTER3"
| *"decl.name:", "CSR_MHPMCOUNTER4"
| *"decl.name:", "CSR_MHPMCOUNTER5"
| *"decl.name:", "CSR_MHPMCOUNTER6"
| *"decl.name:", "CSR_MHPMCOUNTER7"
| *"decl.name:", "CSR_MHPMCOUNTER8"
| *"decl.name:", "CSR_MHPMCOUNTER9"
| *"decl.name:", "CSR_MHPMCOUNTER10"
| *"decl.name:", "CSR_MHPMCOUNTER11"
| *"decl.name:", "CSR_MHPMCOUNTER12"
| *"decl.name:", "CSR_MHPMCOUNTER13"
| *"decl.name:", "CSR_MHPMCOUNTER14"
| *"decl.name:", "CSR_MHPMCOUNTER15"
| *"decl.name:", "CSR_MHPMCOUNTER16"
| *"decl.name:", "CSR_MHPMCOUNTER17"
| *"decl.name:", "CSR_MHPMCOUNTER18"
| *"decl.name:", "CSR_MHPMCOUNTER19"
| *"decl.name:", "CSR_MHPMCOUNTER20"
| *"decl.name:", "CSR_MHPMCOUNTER21"
| *"decl.name:", "CSR_MHPMCOUNTER22"
| *"decl.name:", "CSR_MHPMCOUNTER23"
| *"decl.name:", "CSR_MHPMCOUNTER24"
| *"decl.name:", "CSR_MHPMCOUNTER25"
| *"decl.name:", "CSR_MHPMCOUNTER26"
| *"decl.name:", "CSR_MHPMCOUNTER27"
| *"decl.name:", "CSR_MHPMCOUNTER28"
| *"decl.name:", "CSR_MHPMCOUNTER29"
| *"decl.name:", "CSR_MHPMCOUNTER30"
| *"decl.name:", "CSR_MHPMCOUNTER31"
| *"decl.name:", "CSR_MCYCLEH"
| *"decl.name:", "CSR_MINSTRETH"
| *"decl.name:", "CSR_MHPMCOUNTER3H"
| *"decl.name:", "CSR_MHPMCOUNTER4H"
| *"decl.name:", "CSR_MHPMCOUNTER5H"
| *"decl.name:", "CSR_MHPMCOUNTER6H"
| *"decl.name:", "CSR_MHPMCOUNTER7H"
| *"decl.name:", "CSR_MHPMCOUNTER8H"
| *"decl.name:", "CSR_MHPMCOUNTER9H"
| *"decl.name:", "CSR_MHPMCOUNTER10H"
| *"decl.name:", "CSR_MHPMCOUNTER11H"
| *"decl.name:", "CSR_MHPMCOUNTER12H"
| *"decl.name:", "CSR_MHPMCOUNTER13H"
| *"decl.name:", "CSR_MHPMCOUNTER14H"
| *"decl.name:", "CSR_MHPMCOUNTER15H"
| *"decl.name:", "CSR_MHPMCOUNTER16H"
| *"decl.name:", "CSR_MHPMCOUNTER17H"
| *"decl.name:", "CSR_MHPMCOUNTER18H"
| *"decl.name:", "CSR_MHPMCOUNTER19H"
| *"decl.name:", "CSR_MHPMCOUNTER20H"
| *"decl.name:", "CSR_MHPMCOUNTER21H"
| *"decl.name:", "CSR_MHPMCOUNTER22H"
| *"decl.name:", "CSR_MHPMCOUNTER23H"
| *"decl.name:", "CSR_MHPMCOUNTER24H"
| *"decl.name:", "CSR_MHPMCOUNTER25H"
| *"decl.name:", "CSR_MHPMCOUNTER26H"
| *"decl.name:", "CSR_MHPMCOUNTER27H"
| *"decl.name:", "CSR_MHPMCOUNTER28H"
| *"decl.name:", "CSR_MHPMCOUNTER29H"
| *"decl.name:", "CSR_MHPMCOUNTER30H"
| *"decl.name:", "CSR_MHPMCOUNTER31H"
| *"decl.name:", "CSR_MPHEVENT3"
| *"decl.name:", "CSR_MPHEVENT4"
| *"decl.name:", "CSR_MPHEVENT5"
| *"decl.name:", "CSR_MPHEVENT6"
| *"decl.name:", "CSR_MPHEVENT7"
| *"decl.name:", "CSR_MPHEVENT8"
| *"decl.name:", "CSR_MPHEVENT9"
| *"decl.name:", "CSR_MPHEVENT10"
| *"decl.name:", "CSR_MPHEVENT11"
| *"decl.name:", "CSR_MPHEVENT12"
| *"decl.name:", "CSR_MPHEVENT13"
| *"decl.name:", "CSR_MPHEVENT14"
| *"decl.name:", "CSR_MPHEVENT15"
| *"decl.name:", "CSR_MPHEVENT16"
| *"decl.name:", "CSR_MPHEVENT17"
| *"decl.name:", "CSR_MPHEVENT18"
| *"decl.name:", "CSR_MPHEVENT19"
| *"decl.name:", "CSR_MPHEVENT20"
| *"decl.name:", "CSR_MPHEVENT21"
| *"decl.name:", "CSR_MPHEVENT22"
| *"decl.name:", "CSR_MPHEVENT23"
| *"decl.name:", "CSR_MPHEVENT24"
| *"decl.name:", "CSR_MPHEVENT25"
| *"decl.name:", "CSR_MPHEVENT26"
| *"decl.name:", "CSR_MPHEVENT27"
| *"decl.name:", "CSR_MPHEVENT28"
| *"decl.name:", "CSR_MPHEVENT29"
| *"decl.name:", "CSR_MPHEVENT30"
| *"decl.name:", "CSR_MPHEVENT31"
| *"decl.name:", "CSR_TSELECT"
| *"decl.name:", "CSR_TDATA1"
| *"decl.name:", "CSR_TDATA2"
| *"decl.name:", "CSR_TDATA3"
| *"decl.name:", "CSR_DCSR"
| *"decl.name:", "CSR_DPC"
| *"decl.name:", "CSR_DSCRATCH"
| *"decl.name:", "MSTATUS_UIE"
| *"decl.name:", "MSTATUS_SIE"
| *"decl.name:", "MSTATUS_MIE"
| *"decl.name:", "MSTATUS_SPIE"
| *"decl.name:", "MSTATUS_MPIE"
| *"decl.name:", "MSTATUS_SPPU"
| *"decl.name:", "MSTATUS_SPPS"
| *"decl.name:", "MSTATUS_MPPU"
| *"decl.name:", "MSTATUS_MPPS"
| *"decl.name:", "MSTATUS_MPPM"
| *"decl.name:", "MSTATUS_MPP_MASK"
| *"decl.name:", "MSTATUS_FS"
| *"decl.name:", "MSTATUS_FS_INIT"
| *"decl.name:", "MSTATUS_FS_CLEAN"
| *"decl.name:", "MSTATUS_FS_DIRTY"
| *"decl.name:", "MSTATUS_MPRV"
| *"decl.name:", "MSTATUS_SUM"
| *"decl.name:", "MSTATUS_MXR"
| *"decl.name:", "MSTATUS_TVM"
| *"decl.name:", "MSTATUS_TW"
| *"decl.name:", "MSTATUS_TSR"
| *"decl.name:", "MSTATUS_WPRI"
| *"decl.name:", "MIE_SSIE"
| *"decl.name:", "MIE_MSIE"
| *"decl.name:", "MIE_STIE"
| *"decl.name:", "MIE_MTIE"
| *"decl.name:", "MIE_SEIE"
| *"decl.name:", "MIE_MEIE"
| *"decl.name:", "MIP_SSIP"
| *"decl.name:", "MIP_STIP"
| *"decl.name:", "MIP_MTIP"
| *"decl.name:", "MIP_SEIP"
| *"decl.name:", "SSTATUS_SIE"
| *"decl.name:", "SSTATUS_SPIE"
| *"decl.name:", "SSTATUS_SPPU"
| *"decl.name:", "SSTATUS_SPPS"
| *"decl.name:", "SSTATUS_FS"
| *"decl.name:", "SSTATUS_FS_INIT"
| *"decl.name:", "SSTATUS_FS_CLEAN"
| *"decl.name:", "SSTATUS_FS_DIRTY"
| *"decl.name:", "SSTATUS_SUM"
| *"decl.name:", "SSTATUS_MXR"
| *"decl.name:", "SIE_SSIE"
| *"decl.name:", "SIE_STIE"
| *"decl.name:", "SIE_SEIE"
| *"decl.name:", "SIP_SSIP"
| *"decl.name:", "SIP_STIP"
| *"decl.name:", "SIP_SEIP"
| *"decl.name:", "PMPCFG_R"
| *"decl.name:", "PMPCFG_W"
| *"decl.name:", "PMPCFG_X"
| *"decl.name:", "PMPCFG_RWX_MASK"
| *"decl.name:", "PMPCFG_A_OFF"
| *"decl.name:", "PMPCFG_A_TOR"
| *"decl.name:", "PMPCFG_A_NA4"
| *"decl.name:", "PMPCFG_A_NAPOT"
| *"decl.name:", "PMPCFG_A_MASK"
| *"decl.name:", "PMPCFG_L"
| *"-----", "__ARCH_RISCV_INCLUDE_BL602_IRQ_H"
| *"decl.name:", "CLIC_TIMER_ENABLE_ADDRESS"
| *"decl.name:", "BL602_IRQ_NUM_BASE"
| *"decl.name:", "BL602_IRQ_BMX_ERR"
| *"decl.name:", "BL602_IRQ_BMX_TO"
| *"decl.name:", "BL602_IRQ_L1C_BMX_ERR"
| *"decl.name:", "BL602_IRQ_L1C_BMX_TO"
| *"decl.name:", "BL602_IRQ_SEC_BMX_ERR"
| *"decl.name:", "BL602_IRQ_RF_TOP_INT0"
| *"decl.name:", "BL602_IRQ_RF_TOP_INT1"
| *"decl.name:", "BL602_IRQ_SDIO"
| *"decl.name:", "BL602_IRQ_DMA_BMX_ERR"
| *"decl.name:", "BL602_IRQ_SEC_GMAC"
| *"decl.name:", "BL602_IRQ_SEC_CDET"
| *"decl.name:", "BL602_IRQ_SEC_PKA"
| *"decl.name:", "BL602_IRQ_SEC_TRNG"
| *"decl.name:", "BL602_IRQ_SEC_AES"
| *"decl.name:", "BL602_IRQ_SEC_SHA"
| *"decl.name:", "BL602_IRQ_DMA_ALL"
| *"decl.name:", "BL602_IRQ_RESERVED0"
| *"decl.name:", "BL602_IRQ_RESERVED1"
| *"decl.name:", "BL602_IRQ_RESERVED2"
| *"decl.name:", "BL602_IRQ_IRTX_IRQn"
| *"decl.name:", "BL602_IRQ_IRRX_IRQn"
| *"decl.name:", "BL602_IRQ_RESERVED3"
| *"decl.name:", "BL602_IRQ_RESERVED4"
| *"decl.name:", "BL602_IRQ_SF_CTRL"
| *"decl.name:", "BL602_IRQ_RESERVED5"
| *"decl.name:", "BL602_IRQ_GPADC_DMA"
| *"decl.name:", "BL602_IRQ_EFUSE"
| *"decl.name:", "BL602_IRQ_SPI"
| *"decl.name:", "BL602_IRQ_RESERVED6"
| *"decl.name:", "BL602_IRQ_UART0"
| *"decl.name:", "BL602_IRQ_UART1"
| *"decl.name:", "BL602_IRQ_RESERVED7"
| *"decl.name:", "BL602_IRQ_I2C"
| *"decl.name:", "BL602_IRQ_RESERVED8"
| *"decl.name:", "BL602_IRQ_PWM"
| *"decl.name:", "BL602_IRQ_RESERVED9"
| *"decl.name:", "BL602_IRQ_TIMER_CH0"
| *"decl.name:", "BL602_IRQ_TIMER_CH1"
| *"decl.name:", "BL602_IRQ_TIMER_WDT"
| *"decl.name:", "BL602_IRQ_RESERVED10"
| *"decl.name:", "BL602_IRQ_RESERVED11"
| *"decl.name:", "BL602_IRQ_RESERVED12"
| *"decl.name:", "BL602_IRQ_RESERVED13"
| *"decl.name:", "BL602_IRQ_RESERVED14"
| *"decl.name:", "BL602_IRQ_GPIO_INT0"
| *"decl.name:", "BL602_IRQ_RESERVED16"
| *"decl.name:", "BL602_IRQ_RESERVED17"
| *"decl.name:", "BL602_IRQ_RESERVED18"
| *"decl.name:", "BL602_IRQ_RESERVED19"
| *"decl.name:", "BL602_IRQ_RESERVED20"
| *"decl.name:", "BL602_IRQ_PDS_WAKEUP"
| *"decl.name:", "BL602_IRQ_HBN_OUT0"
| *"decl.name:", "BL602_IRQ_HBN_OUT1"
| *"decl.name:", "BL602_IRQ_BOR"
| *"decl.name:", "BL602_IRQ_WIFI"
| *"decl.name:", "BL602_IRQ_BZ_PHY"
| *"decl.name:", "BL602_IRQ_BLE"
| *"decl.name:", "BL602_IRQ_MAC_TXRX_TIMER"
| *"decl.name:", "BL602_IRQ_MAC_TXRX_MISC"
| *"decl.name:", "BL602_IRQ_MAC_RX_TRG"
| *"decl.name:", "BL602_IRQ_MAC_TX_TRG"
| *"decl.name:", "BL602_IRQ_MAC_GEN"
| *"decl.name:", "BL602_IRQ_MAC_PORT_TRG"
| *"decl.name:", "BL602_IRQ_WIFI_IPC_PUBLIC"
| *"decl.name:", "NR_IRQS"
| *"-----", "__ARCH_RISCV_INCLUDE_MODE_H"
| *"decl.name:", "STATUS_IE"
| *"decl.name:", "STATUS_PIE"
| *"decl.name:", "STATUS_PPP"
| *"decl.name:", "STATUS_SUM"
| *"decl.name:", "IE_EIE"
| *"decl.name:", "IE_SIE"
| *"decl.name:", "IE_TIE"
| *"decl.name:", "RISCV_IRQ_EXT"
| *"decl.name:", "RISCV_IRQ_TIMER"
| *"decl.name:", "RISCV_IRQ_SOFT"
| *"decl.name:", "RISCV_IRQ_IAMISALIGNED"
| *"decl.name:", "RISCV_IRQ_IAFAULT"
| *"decl.name:", "RISCV_IRQ_IINSTRUCTION"
| *"decl.name:", "RISCV_IRQ_BPOINT"
| *"decl.name:", "RISCV_IRQ_LAMISALIGNED"
| *"decl.name:", "RISCV_IRQ_LAFAULT"
| *"decl.name:", "RISCV_IRQ_SAMISALIGNED"
| *"decl.name:", "RISCV_IRQ_SAFAULT"
| *"decl.name:", "RISCV_IRQ_ECALLU"
| *"decl.name:", "RISCV_IRQ_ECALLS"
| *"decl.name:", "RISCV_IRQ_ECALLH"
| *"decl.name:", "RISCV_IRQ_ECALLM"
| *"decl.name:", "RISCV_IRQ_INSTRUCTIONPF"
| *"decl.name:", "RISCV_IRQ_LOADPF"
| *"decl.name:", "RISCV_IRQ_RESERVED"
| *"decl.name:", "RISCV_IRQ_STOREPF"
| *"decl.name:", "RISCV_MAX_EXCEPTION"
| *"decl.name:", "RISCV_IRQ_ASYNC"
| *"decl.name:", "RISCV_IRQ_SSOFT"
| *"decl.name:", "RISCV_IRQ_MSOFT"
| *"decl.name:", "RISCV_IRQ_STIMER"
| *"decl.name:", "RISCV_IRQ_MTIMER"
| *"decl.name:", "RISCV_IRQ_SEXT"
| *"decl.name:", "RISCV_IRQ_MEXT"
| *"decl.name:", "RISCV_IRQ_HPMOV"
| *"decl.name:", "RISCV_IRQ_BIT"
| *"decl.name:", "RISCV_IRQ_MASK"
| *"decl.name:", "CONFIG_SYS_NNEST"
| *"decl.name:", "REG_EPC_NDX"
| *"decl.name:", "REG_X1_NDX"
| *"decl.name:", "REG_X2_NDX"
| *"decl.name:", "REG_X3_NDX"
| *"decl.name:", "REG_X4_NDX"
| *"decl.name:", "REG_X5_NDX"
| *"decl.name:", "REG_X6_NDX"
| *"decl.name:", "REG_X7_NDX"
| *"decl.name:", "REG_X8_NDX"
| *"decl.name:", "REG_X9_NDX"
| *"decl.name:", "REG_X10_NDX"
| *"decl.name:", "REG_X11_NDX"
| *"decl.name:", "REG_X12_NDX"
| *"decl.name:", "REG_X13_NDX"
| *"decl.name:", "REG_X14_NDX"
| *"decl.name:", "REG_X15_NDX"
| *"decl.name:", "REG_X16_NDX"
| *"decl.name:", "REG_X17_NDX"
| *"decl.name:", "REG_X18_NDX"
| *"decl.name:", "REG_X19_NDX"
| *"decl.name:", "REG_X20_NDX"
| *"decl.name:", "REG_X21_NDX"
| *"decl.name:", "REG_X22_NDX"
| *"decl.name:", "REG_X23_NDX"
| *"decl.name:", "REG_X24_NDX"
| *"decl.name:", "REG_X25_NDX"
| *"decl.name:", "REG_X26_NDX"
| *"decl.name:", "REG_X27_NDX"
| *"decl.name:", "REG_X28_NDX"
| *"decl.name:", "REG_X29_NDX"
| *"decl.name:", "REG_X30_NDX"
| *"decl.name:", "REG_X31_NDX"
| *"decl.name:", "REG_INT_CTX_NDX"
| *"decl.name:", "INT_XCPT_REGS"
| *"decl.name:", "INT_REG_SIZE"
| *"decl.name:", "INT_XCPT_SIZE"
| *"decl.name:", "FPU_REG_SIZE"
| *"decl.name:", "REG_F0_NDX"
| *"decl.name:", "REG_F1_NDX"
| *"decl.name:", "REG_F2_NDX"
| *"decl.name:", "REG_F3_NDX"
| *"decl.name:", "REG_F4_NDX"
| *"decl.name:", "REG_F5_NDX"
| *"decl.name:", "REG_F6_NDX"
| *"decl.name:", "REG_F7_NDX"
| *"decl.name:", "REG_F8_NDX"
| *"decl.name:", "REG_F9_NDX"
| *"decl.name:", "REG_F10_NDX"
| *"decl.name:", "REG_F11_NDX"
| *"decl.name:", "REG_F12_NDX"
| *"decl.name:", "REG_F13_NDX"
| *"decl.name:", "REG_F14_NDX"
| *"decl.name:", "REG_F15_NDX"
| *"decl.name:", "REG_F16_NDX"
| *"decl.name:", "REG_F17_NDX"
| *"decl.name:", "REG_F18_NDX"
| *"decl.name:", "REG_F19_NDX"
| *"decl.name:", "REG_F20_NDX"
| *"decl.name:", "REG_F21_NDX"
| *"decl.name:", "REG_F22_NDX"
| *"decl.name:", "REG_F23_NDX"
| *"decl.name:", "REG_F24_NDX"
| *"decl.name:", "REG_F25_NDX"
| *"decl.name:", "REG_F26_NDX"
| *"decl.name:", "REG_F27_NDX"
| *"decl.name:", "REG_F28_NDX"
| *"decl.name:", "REG_F29_NDX"
| *"decl.name:", "REG_F30_NDX"
| *"decl.name:", "REG_F31_NDX"
| *"decl.name:", "REG_FCSR_NDX"
| *"decl.name:", "FPU_XCPT_REGS"
| *"decl.name:", "FPU_REG_FULL_SIZE"
| *"decl.name:", "XCPTCONTEXT_REGS"
| *"decl.name:", "XCPTCONTEXT_SIZE"
| *"decl.name:", "REG_EPC"
| *"decl.name:", "REG_X1"
| *"decl.name:", "REG_X2"
| *"decl.name:", "REG_X3"
| *"decl.name:", "REG_X4"
| *"decl.name:", "REG_X5"
| *"decl.name:", "REG_X6"
| *"decl.name:", "REG_X7"
| *"decl.name:", "REG_X8"
| *"decl.name:", "REG_X9"
| *"decl.name:", "REG_X10"
| *"decl.name:", "REG_X11"
| *"decl.name:", "REG_X12"
| *"decl.name:", "REG_X13"
| *"decl.name:", "REG_X14"
| *"decl.name:", "REG_X15"
| *"decl.name:", "REG_X16"
| *"decl.name:", "REG_X17"
| *"decl.name:", "REG_X18"
| *"decl.name:", "REG_X19"
| *"decl.name:", "REG_X20"
| *"decl.name:", "REG_X21"
| *"decl.name:", "REG_X22"
| *"decl.name:", "REG_X23"
| *"decl.name:", "REG_X24"
| *"decl.name:", "REG_X25"
| *"decl.name:", "REG_X26"
| *"decl.name:", "REG_X27"
| *"decl.name:", "REG_X28"
| *"decl.name:", "REG_X29"
| *"decl.name:", "REG_X30"
| *"decl.name:", "REG_X31"
| *"decl.name:", "REG_INT_CTX"
| *"decl.name:", "REG_F0"
| *"decl.name:", "REG_F1"
| *"decl.name:", "REG_F2"
| *"decl.name:", "REG_F3"
| *"decl.name:", "REG_F4"
| *"decl.name:", "REG_F5"
| *"decl.name:", "REG_F6"
| *"decl.name:", "REG_F7"
| *"decl.name:", "REG_F8"
| *"decl.name:", "REG_F9"
| *"decl.name:", "REG_F10"
| *"decl.name:", "REG_F11"
| *"decl.name:", "REG_F12"
| *"decl.name:", "REG_F13"
| *"decl.name:", "REG_F14"
| *"decl.name:", "REG_F15"
| *"decl.name:", "REG_F16"
| *"decl.name:", "REG_F17"
| *"decl.name:", "REG_F18"
| *"decl.name:", "REG_F19"
| *"decl.name:", "REG_F20"
| *"decl.name:", "REG_F21"
| *"decl.name:", "REG_F22"
| *"decl.name:", "REG_F23"
| *"decl.name:", "REG_F24"
| *"decl.name:", "REG_F25"
| *"decl.name:", "REG_F26"
| *"decl.name:", "REG_F27"
| *"decl.name:", "REG_F28"
| *"decl.name:", "REG_F29"
| *"decl.name:", "REG_F30"
| *"decl.name:", "REG_F31"
| *"decl.name:", "REG_FCSR"
| *"decl.name:", "REG_RA"
| *"decl.name:", "REG_SP"
| *"decl.name:", "REG_GP"
| *"decl.name:", "REG_TP"
| *"decl.name:", "REG_T0"
| *"decl.name:", "REG_T1"
| *"decl.name:", "REG_T2"
| *"decl.name:", "REG_S0"
| *"decl.name:", "REG_FP"
| *"decl.name:", "REG_S1"
| *"decl.name:", "REG_A0"
| *"decl.name:", "REG_A1"
| *"decl.name:", "REG_A2"
| *"decl.name:", "REG_A3"
| *"decl.name:", "REG_A4"
| *"decl.name:", "REG_A5"
| *"decl.name:", "REG_A6"
| *"decl.name:", "REG_A7"
| *"decl.name:", "REG_S2"
| *"decl.name:", "REG_S3"
| *"decl.name:", "REG_S4"
| *"decl.name:", "REG_S5"
| *"decl.name:", "REG_S6"
| *"decl.name:", "REG_S7"
| *"decl.name:", "REG_S8"
| *"decl.name:", "REG_S9"
| *"decl.name:", "REG_S10"
| *"decl.name:", "REG_S11"
| *"decl.name:", "REG_T3"
| *"decl.name:", "REG_T4"
| *"decl.name:", "REG_T5"
| *"decl.name:", "REG_T6"
| *"decl.name:", "REG_FS0"
| *"decl.name:", "REG_FS1"
| *"decl.name:", "REG_FS2"
| *"decl.name:", "REG_FS3"
| *"decl.name:", "REG_FS4"
| *"decl.name:", "REG_FS5"
| *"decl.name:", "REG_FS6"
| *"decl.name:", "REG_FS7"
| *"decl.name:", "REG_FS8"
| *"decl.name:", "REG_FS9"
| *"decl.name:", "REG_FS10"
| *"decl.name:", "REG_FS11"
| *"decl.name:", "CURRENT_REGS"
| *"decl.name:", "up_cpu_index"
| *"decl.name:", "irq_detach"
| *"decl.name:", "IRQT_MAX"
| *"decl.name:", "irqchain_detach"
| *"decl.name:", "enter_critical_section"
| *"decl.name:", "leave_critical_section"
| *"-----", "__INCLUDE_NUTTX_WDOG_H"
| *"decl.name:", "WDOG_ISACTIVE"
| *"-----", "__INCLUDE_NUTTX_MM_SHM_H"
| *"-----", "__INCLUDE_NUTTX_MM_GRAN_H"
| *"-----", "__INCLUDE_NUTTX_NET_NET_H"
| *"decl.name:", "CONFIG_SCHED_SPORADIC_MAXREPL"
| *"decl.name:", "IDLE_PROCESS_ID"
| *"decl.name:", "INVALID_PROCESS_ID"
| *"decl.name:", "MAX_LOCK_COUNT"
| *"decl.name:", "TCB_FLAG_TTYPE_SHIFT"
| *"decl.name:", "TCB_FLAG_TTYPE_MASK"
| *"decl.name:", "TCB_FLAG_TTYPE_TASK"
| *"decl.name:", "TCB_FLAG_TTYPE_PTHREAD"
| *"decl.name:", "TCB_FLAG_TTYPE_KERNEL"
| *"decl.name:", "TCB_FLAG_NONCANCELABLE"
| *"decl.name:", "TCB_FLAG_CANCEL_DEFERRED"
| *"decl.name:", "TCB_FLAG_CANCEL_PENDING"
| *"decl.name:", "TCB_FLAG_POLICY_SHIFT"
| *"decl.name:", "TCB_FLAG_POLICY_MASK"
| *"decl.name:", "TCB_FLAG_SCHED_FIFO"
| *"decl.name:", "TCB_FLAG_SCHED_RR"
| *"decl.name:", "TCB_FLAG_SCHED_SPORADIC"
| *"decl.name:", "TCB_FLAG_SCHED_OTHER"
| *"decl.name:", "TCB_FLAG_CPU_LOCKED"
| *"decl.name:", "TCB_FLAG_SIGNAL_ACTION"
| *"decl.name:", "TCB_FLAG_SYSCALL"
| *"decl.name:", "TCB_FLAG_EXIT_PROCESSING"
| *"decl.name:", "TCB_FLAG_FREE_STACK"
| *"decl.name:", "TCB_FLAG_MEM_CHECK"
| *"decl.name:", "GROUP_FLAG_NOCLDWAIT"
| *"decl.name:", "GROUP_FLAG_ADDRENV"
| *"decl.name:", "GROUP_FLAG_PRIVILEGED"
| *"decl.name:", "GROUP_FLAG_DELETED"
| *"decl.name:", "CHILD_FLAG_TTYPE_SHIFT"
| *"decl.name:", "CHILD_FLAG_TTYPE_MASK"
| *"decl.name:", "CHILD_FLAG_TTYPE_TASK"
| *"decl.name:", "CHILD_FLAG_TTYPE_PTHREAD"
| *"decl.name:", "CHILD_FLAG_TTYPE_KERNEL"
| *"decl.name:", "CHILD_FLAG_EXITED"
| *"decl.name:", "SPORADIC_FLAG_ALLOCED"
| *"decl.name:", "SPORADIC_FLAG_MAIN"
| *"decl.name:", "SPORADIC_FLAG_REPLENISH"
| *"decl.name:", "_SCHED_GETPARAM"
| *"decl.name:", "_SCHED_SETPARAM"
| *"decl.name:", "_SCHED_GETSCHEDULER"
| *"decl.name:", "_SCHED_SETSCHEDULER"
| *"decl.name:", "_SCHED_ERRNO"
| *"decl.name:", "_SCHED_ERRVAL"
| *"decl.name:", "FIRST_READY_TO_RUN_STATE"
| *"decl.name:", "LAST_READY_TO_RUN_STATE"
| *"decl.name:", "LAST_ASSIGNED_STATE"
| *"decl.name:", "FIRST_BLOCKED_STATE"
| *"decl.name:", "LAST_BLOCKED_STATE"
| *"decl.name:", "FILENAME_MAX"
| *"decl.name:", "BUFSIZ"
| *"decl.name:", "_IOFBF"
| *"decl.name:", "_IOLBF"
| *"decl.name:", "_IONBF"
| *"decl.name:", "EOF"
| *"decl.name:", "stdin"
| *"decl.name:", "stdout"
| *"decl.name:", "stderr"
| *"decl.name:", "P_tmpdir"
| *"decl.name:", "L_tmpnam"
| *"decl.name:", "TMP_MAX"
| *"decl.name:", "setlinebuf"
| *"-----", "__FIRMWARE_VERSION_H__"
| *"decl.name:", "FIRMWARE_VERSION"
| *"-----", "__GITHUB_VERSION_H__"
| *"decl.name:", "GITHUB_VERSION"
| *"-----", "__UTILITIES_H__"
| *"decl.name:", "MIN"
| *"decl.name:", "MAX"
| *"decl.name:", "POW2"
| *"-----", "__REGIONCOMMON_H__"
| *"-----", "__LORAMAC_TYPES_H__"
| *"-----", "__TIMER_H__"
| *"-----", "__SX126x_BOARD_H__"
| *"-----", "_NIMBLE_NPL_H_"
| *"-----", "_NIMBLE_NPL_OS_H_"
| *"-----", "_NPL_OS_TYPES_H"
| *"-----", "__INCLUDE_MQUEUE_H"
| *"decl.name:", "OS_TASK_PRI_HIGHEST"
| *"decl.name:", "OS_TASK_PRI_LOWEST"
| *"decl.name:", "BLE_NPL_OS_ALIGNMENT"
| *"decl.name:", "BLE_NPL_TIME_FOREVER"
| *"decl.name:", "MYNEWT_VAL_BLE_LL_CFG_FEAT_LL_PRIVACY"
| *"decl.name:", "MYNEWT_VAL_BLE_LL_CFG_FEAT_LL_EXT_ADV"
| *"decl.name:", "MYNEWT_VAL_BLE_LL_DTM_EXTENSIONS"
| *"decl.name:", "MYNEWT_VAL_BLE_CONTROLLER"
| *"decl.name:", "default_RNG_defined"
| *"decl.name:", "BLETEST_THROUGHPUT_TEST"
| *"decl.name:", "MYNEWT_VAL_TRNG"
| *"decl.name:", "MYNEWT_VAL_SELFTEST"
| *"-----", "__SX126x_H__"
| *"-----", "__RADIO_H__"
| *"decl.name:", "SX1261"
| *"decl.name:", "SX1262"
| *"decl.name:", "RADIO_WAKEUP_TIME"
| *"decl.name:", "AUTO_RX_TX_OFFSET"
| *"decl.name:", "CRC_IBM_SEED"
| *"decl.name:", "CRC_CCITT_SEED"
| *"decl.name:", "CRC_POLYNOMIAL_IBM"
| *"decl.name:", "CRC_POLYNOMIAL_CCITT"
| *"decl.name:", "REG_LR_CRCSEEDBASEADDR"
| *"decl.name:", "REG_LR_CRCPOLYBASEADDR"
| *"decl.name:", "REG_LR_WHITSEEDBASEADDR_MSB"
| *"decl.name:", "REG_LR_WHITSEEDBASEADDR_LSB"
| *"decl.name:", "REG_LR_PACKETPARAMS"
| *"decl.name:", "REG_LR_PAYLOADLENGTH"
| *"decl.name:", "REG_LR_SYNCH_TIMEOUT"
| *"decl.name:", "REG_LR_SYNCWORDBASEADDRESS"
| *"decl.name:", "REG_LR_SYNCWORD"
| *"decl.name:", "LORA_MAC_PRIVATE_SYNCWORD"
| *"decl.name:", "LORA_MAC_PUBLIC_SYNCWORD"
| *"decl.name:", "RANDOM_NUMBER_GENERATORBASEADDR"
| *"decl.name:", "REG_ANA_LNA"
| *"decl.name:", "REG_ANA_MIXER"
| *"decl.name:", "REG_RX_GAIN"
| *"decl.name:", "REG_XTA_TRIM"
| *"decl.name:", "REG_OCP"
| *"decl.name:", "MAX_NB_REG_IN_RETENTION"
| *"decl.name:", "REG_RETENTION_LIST_BASE_ADDRESS"
| *"decl.name:", "REG_IQ_POLARITY"
| *"decl.name:", "REG_TX_MODULATION"
| *"decl.name:", "REG_TX_CLAMP_CFG"
| *"decl.name:", "REG_RTC_CTRL"
| *"decl.name:", "REG_EVT_CLR"
| *"decl.name:", "SX126X_TCXO_WAKEUP_TIME"
| *"decl.name:", "TIMERTIME_T_MAX"
| *"-----", "__SYS_TIME_H__"
| *"decl.name:", "TM_DAYS_IN_LEAP_YEAR"
| *"decl.name:", "TM_DAYS_IN_YEAR"
| *"decl.name:", "TM_SECONDS_IN_1DAY"
| *"decl.name:", "TM_SECONDS_IN_1HOUR"
| *"decl.name:", "TM_SECONDS_IN_1MINUTE"
| *"decl.name:", "TM_MINUTES_IN_1HOUR"
| *"decl.name:", "TM_HOURS_IN_1DAY"
| *"decl.name:", "TM_MONTH_JANUARY"
| *"decl.name:", "TM_MONTH_FEBRUARY"
| *"decl.name:", "TM_MONTH_MARCH"
| *"decl.name:", "TM_MONTH_APRIL"
| *"decl.name:", "TM_MONTH_MAY"
| *"decl.name:", "TM_MONTH_JUNE"
| *"decl.name:", "TM_MONTH_JULY"
| *"decl.name:", "TM_MONTH_AUGUST"
| *"decl.name:", "TM_MONTH_SEPTEMBER"
| *"decl.name:", "TM_MONTH_OCTOBER"
| *"decl.name:", "TM_MONTH_NOVEMBER"
| *"decl.name:", "TM_MONTH_DECEMBER"
| *"decl.name:", "TM_WEEKDAY_SUNDAY"
| *"decl.name:", "TM_WEEKDAY_MONDAY"
| *"decl.name:", "TM_WEEKDAY_TUESDAY"
| *"decl.name:", "TM_WEEKDAY_WEDNESDAY"
| *"decl.name:", "TM_WEEKDAY_THURSDAY"
| *"decl.name:", "TM_WEEKDAY_FRIDAY"
| *"decl.name:", "TM_WEEKDAY_SATURDAY"
| *"decl.name:", "UNIX_GPS_EPOCH_OFFSET"
| *"decl.name:", "LORAMAC_CRYPTO_UNICAST_KEYS"
| *"decl.name:", "LORAMAC_CRYPTO_MULTICAST_KEYS"
| *"decl.name:", "LORAMAC_MAX_MC_CTX"
| *"decl.name:", "DR_0"
| *"decl.name:", "DR_1"
| *"decl.name:", "DR_2"
| *"decl.name:", "DR_3"
| *"decl.name:", "DR_4"
| *"decl.name:", "DR_5"
| *"decl.name:", "DR_6"
| *"decl.name:", "DR_7"
| *"decl.name:", "DR_8"
| *"decl.name:", "DR_9"
| *"decl.name:", "DR_10"
| *"decl.name:", "DR_11"
| *"decl.name:", "DR_12"
| *"decl.name:", "DR_13"
| *"decl.name:", "DR_14"
| *"decl.name:", "DR_15"
| *"decl.name:", "TX_POWER_0"
| *"decl.name:", "TX_POWER_1"
| *"decl.name:", "TX_POWER_2"
| *"decl.name:", "TX_POWER_3"
| *"decl.name:", "TX_POWER_4"
| *"decl.name:", "TX_POWER_5"
| *"decl.name:", "TX_POWER_6"
| *"decl.name:", "TX_POWER_7"
| *"decl.name:", "TX_POWER_8"
| *"decl.name:", "TX_POWER_9"
| *"decl.name:", "TX_POWER_10"
| *"decl.name:", "TX_POWER_11"
| *"decl.name:", "TX_POWER_12"
| *"decl.name:", "TX_POWER_13"
| *"decl.name:", "TX_POWER_14"
| *"decl.name:", "TX_POWER_15"
| *"-----", "__LORAMAC_HEADER_TYPES_H__"
| *"decl.name:", "LORAMAC_MHDR_FIELD_SIZE"
| *"decl.name:", "LORAMAC_JOIN_TYPE_FIELD_SIZE"
| *"decl.name:", "LORAMAC_JOIN_EUI_FIELD_SIZE"
| *"decl.name:", "LORAMAC_DEV_EUI_FIELD_SIZE"
| *"decl.name:", "LORAMAC_DEV_NONCE_FIELD_SIZE"
| *"decl.name:", "LORAMAC_JOIN_NONCE_FIELD_SIZE"
| *"decl.name:", "LORAMAC_RJCOUNT_0_FIELD_SIZE"
| *"decl.name:", "LORAMAC_RJCOUNT_1_FIELD_SIZE"
| *"decl.name:", "LORAMAC_NET_ID_FIELD_SIZE"
| *"decl.name:", "LORAMAC_DEV_ADDR_FIELD_SIZE"
| *"decl.name:", "LORAMAC_DL_SETTINGS_FIELD_SIZE"
| *"decl.name:", "LORAMAC_RX_DELAY_FIELD_SIZE"
| *"decl.name:", "LORAMAC_CF_LIST_FIELD_SIZE"
| *"decl.name:", "LORAMAC_FHDR_DEV_ADDR_FIELD_SIZE"
| *"decl.name:", "LORAMAC_FHDR_F_CTRL_FIELD_SIZE"
| *"decl.name:", "LORAMAC_FHDR_F_CNT_FIELD_SIZE"
| *"decl.name:", "LORAMAC_FHDR_F_OPTS_MAX_FIELD_SIZE"
| *"decl.name:", "LORAMAC_F_PORT_FIELD_SIZE"
| *"decl.name:", "LORAMAC_MAC_PAYLOAD_FIELD_MAX_SIZE"
| *"decl.name:", "LORAMAC_MIC_FIELD_SIZE"
| *"decl.name:", "LORAMAC_JOIN_REQ_MSG_SIZE"
| *"decl.name:", "LORAMAC_RE_JOIN_1_MSG_SIZE"
| *"decl.name:", "LORAMAC_RE_JOIN_0_2_MSG_SIZE"
| *"decl.name:", "LORAMAC_JOIN_ACCEPT_FRAME_MIN_SIZE"
| *"decl.name:", "LORAMAC_JOIN_ACCEPT_FRAME_MAX_SIZE"
| *"decl.name:", "JOIN_ACCEPT_MIC_COMPUTATION_OFFSET"
| *"decl.name:", "LORAMAC_FRAME_PAYLOAD_OVERHEAD_SIZE"
| *"decl.name:", "LORAMAC_FRAME_PAYLOAD_MIN_SIZE"
| *"decl.name:", "LORAMAC_FRAME_PAYLOAD_MAX_SIZE"
| *"-----", "__REGION_H__"
| *"-----", "__LORAMAC_H__"
| *"-----", "__REGIONNVM_H__"
| *"decl.name:", "REGION_NVM_MAX_NB_CHANNELS"
| *"decl.name:", "REGION_NVM_MAX_NB_BANDS"
| *"decl.name:", "REGION_NVM_CHANNELS_MASK_SIZE"
| *"-----", "__LORAMAC_CRYPTO_NVM_H__"
| *"-----", "__SECURE_ELEMENT_NVM_H__"
| *"decl.name:", "SOFT_SE"
| *"decl.name:", "SE_KEY_SIZE"
| *"decl.name:", "SE_EUI_SIZE"
| *"decl.name:", "SE_PIN_SIZE"
| *"decl.name:", "NUM_OF_KEYS"
| *"-----", "__LORAMACCLASSBNVM_H__"
| *"decl.name:", "MAX_ACK_RETRIES"
| *"decl.name:", "UP_LINK"
| *"decl.name:", "DOWN_LINK"
| *"decl.name:", "LORA_MAC_MLME_CONFIRM_QUEUE_LEN"
| *"decl.name:", "LORA_MAC_COMMAND_MAX_LENGTH"
| *"decl.name:", "LORAMAC_NVM_NOTIFY_FLAG_NONE"
| *"decl.name:", "LORAMAC_NVM_NOTIFY_FLAG_CRYPTO"
| *"decl.name:", "LORAMAC_NVM_NOTIFY_FLAG_MAC_GROUP1"
| *"decl.name:", "LORAMAC_NVM_NOTIFY_FLAG_MAC_GROUP2"
| *"decl.name:", "LORAMAC_NVM_NOTIFY_FLAG_SECURE_ELEMENT"
| *"decl.name:", "LORAMAC_NVM_NOTIFY_FLAG_REGION_GROUP1"
| *"decl.name:", "LORAMAC_NVM_NOTIFY_FLAG_REGION_GROUP2"
| *"decl.name:", "LORAMAC_NVM_NOTIFY_FLAG_CLASS_B"
| *"decl.name:", "LORAMAC_CERT_FPORT"
| *"decl.name:", "LC"
| *"decl.name:", "REGION_VERSION"
| *"decl.name:", "REGION_COMMON_DEFAULT_RECEIVE_DELAY1"
| *"decl.name:", "REGION_COMMON_DEFAULT_RECEIVE_DELAY2"
| *"decl.name:", "REGION_COMMON_DEFAULT_JOIN_ACCEPT_DELAY1"
| *"decl.name:", "REGION_COMMON_DEFAULT_JOIN_ACCEPT_DELAY2"
| *"decl.name:", "REGION_COMMON_DEFAULT_ADR_ACK_LIMIT"
| *"decl.name:", "REGION_COMMON_DEFAULT_ADR_ACK_DELAY"
| *"decl.name:", "REGION_COMMON_DEFAULT_RETRANSMIT_TIMEOUT"
| *"decl.name:", "REGION_COMMON_DEFAULT_RETRANSMIT_TIMEOUT_RND"
| *"decl.name:", "REGION_COMMON_DEFAULT_RX1_DR_OFFSET"
| *"decl.name:", "REGION_COMMON_DEFAULT_DOWNLINK_DWELL_TIME"
| *"decl.name:", "REGION_COMMON_DEFAULT_PING_SLOT_PERIODICITY"
| *"decl.name:", "REGION_COMMON_CLASS_B_C_RESP_TIMEOUT"
| *"-----", "__COMMISSIONING_H__"
| *"-----", "__SOFT_SE_IDENTITY_H__"
| *"decl.name:", "STATIC_DEVICE_EUI"
| *"decl.name:", "STATIC_DEVICE_ADDRESS"
| *"decl.name:", "LORAWAN_DEVICE_ADDRESS"
| *"decl.name:", "OVER_THE_AIR_ACTIVATION"
| *"decl.name:", "ABP_ACTIVATION_LRWAN_VERSION_V10x"
| *"decl.name:", "ABP_ACTIVATION_LRWAN_VERSION_V11x"
| *"decl.name:", "ABP_ACTIVATION_LRWAN_VERSION"
| *"decl.name:", "LORAWAN_PUBLIC_NETWORK"
| *"decl.name:", "LORAWAN_NETWORK_ID"
| *"-----", "__LORAMAC_HANDLER_H__"
| *"-----", "__LORAMAC_HANDLER_TYPES_H__"
| *"decl.name:", "LMH_SYS_TIME_UPDATE_NEW_API"
| *"decl.name:", "__LMHP_COMPLIANCE__"
| *"-----", "__LMH_PACKAGE_H__"
| *"decl.name:", "PKG_MAX_NUMBER"
| *"decl.name:", "PACKAGE_ID_COMPLIANCE"
| *"-----", "__LMHP_CLOCK_SYNC_H__"
| *"decl.name:", "PACKAGE_ID_CLOCK_SYNC"
| *"-----", "__LMHP_REMOTE_MCAST_SETUP_H__"
| *"decl.name:", "PACKAGE_ID_REMOTE_MCAST_SETUP"
| *"-----", "__LMHP_FRAGMENTATION_H__"
| *"-----", "__FRAG_DECODER_H__"
| *"decl.name:", "FRAG_DECODER_FILE_HANDLING_NEW_API"
| *"decl.name:", "FRAG_MAX_NB"
| *"decl.name:", "FRAG_MAX_SIZE"
| *"decl.name:", "FRAG_MAX_REDUNDANCY"
| *"decl.name:", "FRAG_SESSION_FINISHED"
| *"decl.name:", "FRAG_SESSION_NOT_STARTED"
| *"decl.name:", "FRAG_SESSION_ONGOING"
| *"decl.name:", "PACKAGE_ID_FRAGMENTATION"
| *"-----", "__LMHANDLER_MSG_DISPLAY_H__"
| *"decl.name:", "timespec"
| *"decl.name:", "tm"
| *"decl.name:", "itimerspec"
| *"decl.name:", "sigval"
| *"decl.name:", "pthread_attr_s"
| *"decl.name:", "sigevent"
| *"decl.name:", "sem_s"
| *"decl.name:", "rmutex_s"
| *"decl.name:", "pollfd"
| *"decl.name:", "file_operations"
| *"decl.name:", "geometry"
| *"decl.name:", "block_operations"
| *"decl.name:", "mtd_dev_s"
| *"decl.name:", "stat"
| *"decl.name:", "fs_dirent_s"
| *"decl.name:", "statfs"
| *"decl.name:", "mountpt_operations"
| *"decl.name:", "inode_ops_u"
| *"decl.name:", "inode"
| *"decl.name:", "file"
| *"decl.name:", "partition_info_s"
| *"decl.name:", "filelist"
| *"decl.name:", "file_struct"
| *"decl.name:", "streamlist"
| *"decl.name:", "join_s"
| *"decl.name:", "task_info_s"
| *"decl.name:", "sq_entry_s"
| *"decl.name:", "sq_queue_s"
| *"decl.name:", "task_group_s"
| *"decl.name:", "entry_u"
| *"decl.name:", "wdog_s"
| *"decl.name:", "siginfo"
| *"decl.name:", "mqueue_inode_s"
| *"decl.name:", "xcptcontext"
| *"decl.name:", "tcb_s"
| *"decl.name:", "dq_entry_s"
| *"decl.name:", "dq_queue_s"
| *"decl.name:", "sched_param"
| *"decl.name:", "pthread_condattr_s"
| *"decl.name:", "pthread_cond_s"
| *"decl.name:", "pthread_mutexattr_s"
| *"decl.name:", "pthread_mutex_s"
| *"decl.name:", "pthread_barrierattr_s"
| *"decl.name:", "pthread_barrier_s"
| *"decl.name:", "pthread_rwlock_s"
| *"decl.name:", "tstate_e"
| *"decl.name:", "stackinfo_s"
| *"decl.name:", "task_tcb_s"
| *"decl.name:", "pthread_tcb_s"
| *"decl.name:", "va_format"
| *"decl.name:", "LmnStatus_e"
| *"decl.name:", "Version_s"
| *"decl.name:", "Version_u"
| *"decl.name:", "ble_npl_event"
| *"decl.name:", "ble_npl_error"
| *"decl.name:", "mq_attr"
| *"decl.name:", "ble_npl_eventq"
| *"decl.name:", "ble_npl_callout"
| *"decl.name:", "ble_npl_mutex"
| *"decl.name:", "ble_npl_sem"
| *"decl.name:", "ble_npl_task"
| *"decl.name:", "Radio_s"
| *"decl.name:", "RadioStatus_u"
| *"decl.name:", "IrqPblSyncHeaderCode_t"
| *"decl.name:", "RadioCommands_e"
| *"decl.name:", "SX126x_s"
| *"decl.name:", "SysTime_s"
| *"decl.name:", "DeviceClass_e"
| *"decl.name:", "eFType"
| *"decl.name:", "eFCntIdentifier"
| *"decl.name:", "eKeyIdentifier"
| *"decl.name:", "eAddressIdentifier"
| *"decl.name:", "sMcRxParams"
| *"decl.name:", "uMcKeys"
| *"decl.name:", "sMcChannelParams"
| *"decl.name:", "sMulticastCtx"
| *"decl.name:", "eJoinReqIdentifier"
| *"decl.name:", "eLoRaMacMoteCmd"
| *"decl.name:", "eLoRaMacSrvCmd"
| *"decl.name:", "sBand"
| *"decl.name:", "sFields"
| *"decl.name:", "uDrRange"
| *"decl.name:", "sChannelParams"
| *"decl.name:", "eLoRaMacFrameType"
| *"decl.name:", "eLoRaMacBatteryLevel"
| *"decl.name:", "sDLSettingsBits"
| *"decl.name:", "uLoRaMacDLSettings"
| *"decl.name:", "sMacHeaderBits"
| *"decl.name:", "uLoRaMacHeader"
| *"decl.name:", "sCtrlBits"
| *"decl.name:", "uLoRaMacFrameCtrl"
| *"decl.name:", "sLoRaMacFrameHeader"
| *"decl.name:", "eRegionCN470ChannelPlan"
| *"decl.name:", "sRegionNvmDataGroup1"
| *"decl.name:", "sRegionNvmDataGroup2"
| *"decl.name:", "sFCntList"
| *"decl.name:", "sLoRaMacCryptoNvmData"
| *"decl.name:", "sKey"
| *"decl.name:", "sSecureElementNvCtx"
| *"decl.name:", "sPingSlotCtrlNvm"
| *"decl.name:", "sLoRaMacClassBPingSlotNvmData"
| *"decl.name:", "sBeaconCtrlNvm"
| *"decl.name:", "sLoRaMacClassBBeaconNvmData"
| *"decl.name:", "sLoRaMacClassBNvmData"
| *"decl.name:", "eActivationType"
| *"decl.name:", "sRxChannelParams"
| *"decl.name:", "eLoRaMacRxSlot"
| *"decl.name:", "sLoRaMacParams"
| *"decl.name:", "sInfoFields"
| *"decl.name:", "uPingSlotInfo"
| *"decl.name:", "sGwSpecific"
| *"decl.name:", "sBeaconInfo"
| *"decl.name:", "eLoRaMacEventInfoStatus"
| *"decl.name:", "sMacFlagBits"
| *"decl.name:", "eLoRaMacFlags_t"
| *"decl.name:", "eLoRaMacRegion"
| *"decl.name:", "sLoRaMacNvmDataGroup1"
| *"decl.name:", "sLoRaMacNvmDataGroup2"
| *"decl.name:", "sLoRaMacNvmData"
| *"decl.name:", "eMcps"
| *"decl.name:", "sRequestReturnParam"
| *"decl.name:", "sMcpsReqUnconfirmed"
| *"decl.name:", "sMcpsReqConfirmed"
| *"decl.name:", "sMcpsReqProprietary"
| *"decl.name:", "uMcpsParam"
| *"decl.name:", "sMcpsReq"
| *"decl.name:", "sMcpsConfirm"
| *"decl.name:", "sMcpsIndication"
| *"decl.name:", "eMlme"
| *"decl.name:", "sMlmeReqJoin"
| *"decl.name:", "sMlmeReqTxCw"
| *"decl.name:", "sMlmeReqPingSlotInfo"
| *"decl.name:", "sMlmeReqDeriveMcKEKey"
| *"decl.name:", "sMlmeReqDeriveMcSessionKeyPair"
| *"decl.name:", "uMlmeParam"
| *"decl.name:", "sMlmeReq"
| *"decl.name:", "sMlmeConfirm"
| *"decl.name:", "sMlmeIndication"
| *"decl.name:", "eMib"
| *"decl.name:", "sLrWanVersion"
| *"decl.name:", "uMibParam"
| *"decl.name:", "eMibRequestConfirm"
| *"decl.name:", "sLoRaMacTxInfo"
| *"decl.name:", "eLoRaMacStatus"
| *"decl.name:", "sLoRaMacPrimitives"
| *"decl.name:", "sLoRaMacCallback"
| *"decl.name:", "ePhyAttribute"
| *"decl.name:", "eInitType"
| *"decl.name:", "eChannelsMask"
| *"decl.name:", "sBeaconFormat"
| *"decl.name:", "uPhyParam"
| *"decl.name:", "sGetPhyParams"
| *"decl.name:", "sSetBandTxDoneParams"
| *"decl.name:", "sInitDefaultsParams"
| *"decl.name:", "sDatarateParams"
| *"decl.name:", "uVerifyParams"
| *"decl.name:", "sApplyCFListParams"
| *"decl.name:", "sChanMaskSetParams"
| *"decl.name:", "sRxConfigParams"
| *"decl.name:", "sTxConfigParams"
| *"decl.name:", "sLinkAdrReqParams"
| *"decl.name:", "sRxParamSetupReqParams"
| *"decl.name:", "sNewChannelReqParams"
| *"decl.name:", "sTxParamSetupReqParams"
| *"decl.name:", "sDlChannelReqParams"
| *"decl.name:", "eAlternateDrType"
| *"decl.name:", "sNextChanParams"
| *"decl.name:", "sChannelAddParams"
| *"decl.name:", "sChannelRemoveParams"
| *"decl.name:", "sRxBeaconSetupParams"
| *"decl.name:", "sRegionCommonLinkAdrParams"
| *"decl.name:", "sRegionCommonLinkAdrReqVerifyParams"
| *"decl.name:", "sRegionCommonRxBeaconSetupParams"
| *"decl.name:", "sRegionCommonCountNbOfEnabledChannelsParams"
| *"decl.name:", "sRegionCommonIdentifyChannelsParam"
| *"decl.name:", "sRegionCommonSetDutyCycleParams"
| *"decl.name:", "sRegionCommonGetNextLowerTxDrParams"
| *"decl.name:", "CommissioningParams_s"
| *"decl.name:", "LmHandlerAppData_s"
| *"decl.name:", "LmHandlerRequestParams_s"
| *"decl.name:", "LmHandlerJoinParams_s"
| *"decl.name:", "LmHandlerTxParams_s"
| *"decl.name:", "LmHandlerRxParams_s"
| *"decl.name:", "LoRaMacHandlerBeaconParams_s"
| *"decl.name:", "LmHandlerParams_s"
| *"decl.name:", "LmHandlerCallbacks_s"
| *"decl.name:", "LmhPackage_s"
| *"decl.name:", "LmhpComplianceParams_s"
| *"decl.name:", "sFragDecoderStatus"
| *"decl.name:", "sFragDecoderCallbacks"
| *"decl.name:", "LmhpFragmentationParams_s"
./reflect.zig:836:9: error: found compile log statement
@compileLog("@typeInfo(c): ", T);
^
./reflect.zig:840:9: error: found compile log statement
@compileLog("T.Struct.fields.len: ", T.Struct.fields.len);
^
./reflect.zig:844:9: error: found compile log statement
@compileLog("T.Struct.decls.len: ", T.Struct.decls.len);
^
./reflect.zig:848:9: error: found compile log statement
@compileLog("T.Struct.decls[0].name: ", T.Struct.decls[0].name);
^
./reflect.zig:876:17: error: found compile log statement
@compileLog("decl.name:", name);
^
./reflect.zig:866:17: error: found compile log statement
@compileLog("-----", name);
^
The terminal process "/bin/zsh '-c', 'cd apps && git pull && cd ../nuttx && git pull && ../run.sh'" terminated with exit code: 1.
Terminal will be reused by tasks, press any key to close it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment