no-OS
Functions
blinky_example.c File Reference
#include <sys/platform.h>
#include "adi_initialize.h"
#include <drivers/pwr/adi_pwr.h>
#include "no_os_gpio.h"
#include "aducm3029_gpio.h"
#include "no_os_delay.h"
Include dependency graph for blinky_example.c:

Functions

int initPower ()
 
void toggle (struct no_os_gpio_desc *led)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ initPower()

int initPower ( )
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)

Initialize managed drivers and/or services that have been added to the project.

Returns
zero on success

◆ toggle()

void toggle ( struct no_os_gpio_desc led)
Here is the caller graph for this function: