embedded-software
reusable software modules for embedded systems
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
system_t Struct Reference

system module structure More...

Collaboration diagram for system_t:

Data Fields

int last_subsys
 
struct {
   uint8_t   echo:1
 
   uint8_t   mute:1
 
   uint8_t   __pad0__:6
 
settings
 
int id
 
subsystem_t subsystem [MAX_SUBSYSTEMS]
 

Detailed Description

system module structure

Field Documentation

uint8_t __pad0__
uint8_t echo
int id

subsystem ID of the subsystem management module

int last_subsys

index of the last subsytem in the array

uint8_t mute
struct { ... } settings

binary settings for subsystem management

subsystem array


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