Files | |
| file | bus.h | 
| This provides System Buses for common events.  | |
Enumerations | |
| enum | sys_bus_t { SYS_BUS_NUMOF } | 
| System Bus types.  More... | |
| enum | sys_bus_power_event_t { SYS_BUS_POWER_EVENT_LOW_VOLTAGE } | 
| Power Bus Events.  More... | |
Functions | |
| static msg_bus_t * | sys_bus_get (sys_bus_t bus) | 
| Get a System Bus for a category of events.  More... | |
Variables | |
| msg_bus_t | _sys_bus [SYS_BUS_NUMOF] | 
| The System Bus array - do not use directly.  | |
| enum sys_bus_t |