no-OS
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
main.c File Reference
#include <string.h>
#include "no_os_delay.h"
#include "no_os_print_log.h"
#include "no_os_util.h"
#include "no_os_rtc.h"
#include "no_os_crc8.h"
#include "parameters.h"
#include "adm1177.h"
#include "iio_adm1177.h"
#include "hmc630x.h"
#include "iio_hmc630x.h"
#include "mwc.h"
#include "iio_app.h"
#include "led.h"
#include "net.h"
Include dependency graph for main.c:

Macros

#define NO_OS_STRINGIFY(x)
 
#define NO_OS_TOSTRING(x)
 

Functions

void heartbeat (void *context)
 
int main (void)
 

Variables

volatile bool heartbeat_pulse = false
 

Macro Definition Documentation

◆ NO_OS_STRINGIFY

#define NO_OS_STRINGIFY ( x)
Value:
#x

◆ NO_OS_TOSTRING

#define NO_OS_TOSTRING ( x)
Value:
#define NO_OS_STRINGIFY(x)
Definition iio.c:67

Function Documentation

◆ heartbeat()

void heartbeat ( void * context)

◆ main()

int main ( void )

Variable Documentation

◆ heartbeat_pulse

volatile bool heartbeat_pulse = false