RetroArch
Functions | Variables
led_driver.c File Reference
#include <stdio.h>
#include <string/stdstring.h>
#include "led_driver.h"
#include "../configuration.h"
#include "../verbosity.h"
Include dependency graph for led_driver.c:
This graph shows which files directly or indirectly include this file:

Functions

bool led_driver_init (void)
 
void led_driver_free (void)
 
void led_driver_set_led (int led, int value)
 

Variables

static const led_driver_tcurrent_led_driver = NULL
 

Function Documentation

◆ led_driver_free()

void led_driver_free ( void  )
Here is the caller graph for this function:

◆ led_driver_init()

bool led_driver_init ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ led_driver_set_led()

void led_driver_set_led ( int  led,
int  value 
)
Here is the caller graph for this function:

Variable Documentation

◆ current_led_driver

const led_driver_t* current_led_driver = NULL
static