RetroArch
Classes | Functions | Variables
led_overlay.c File Reference
#include <stdio.h>
#include "../led_driver.h"
#include "../led_defines.h"
#include "../../configuration.h"
#include "../../verbosity.h"
#include "../../gfx/video_driver.h"
#include "../../input/input_overlay.h"
Include dependency graph for led_overlay.c:

Classes

struct  overlayled_t
 

Functions

static void overlay_init (void)
 
static void overlay_free (void)
 
static void overlay_set (int led, int state)
 

Variables

static overlayled_t curins
 
static overlayled_tcur = &curins
 
const led_driver_t overlay_led_driver
 

Function Documentation

◆ overlay_free()

static void overlay_free ( void  )
static
Here is the call graph for this function:

◆ overlay_init()

static void overlay_init ( void  )
static
Here is the call graph for this function:

◆ overlay_set()

static void overlay_set ( int  led,
int  state 
)
static
Here is the call graph for this function:

Variable Documentation

◆ cur

overlayled_t* cur = &curins
static

◆ curins

overlayled_t curins
static

◆ overlay_led_driver

const led_driver_t overlay_led_driver
Initial value:
= {
"Overlay"
}
static void overlay_set(int led, int state)
Definition: led_overlay.c:44
static void overlay_init(void)
Definition: led_overlay.c:20
static void overlay_free(void)
Definition: led_overlay.c:39