Microchip® Advanced Software Framework

autostart.c File Reference

    Implementation of module for automatically starting and exiting a list of processes.
Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se
#include "sys/autostart.h"

Macros

#define _DEBUG_   0
 
#define PRINTF(...)
 

Functions

void autostart_exit (struct process *const processes[])
 
void autostart_start (struct process *const processes[])
 

#define _DEBUG_   0
#define PRINTF (   ...)

Referenced by autostart_exit(), and autostart_start().

void autostart_exit ( struct process *const  processes[])

References i, NULL, PRINTF, and process_exit().

void autostart_start ( struct process *const  processes[])

References i, NULL, PRINTF, and process_start().

Referenced by main().