OpenBIC
OpenSource Bridge-IC
plat_led.h File Reference
#include <stdint.h>
Include dependency graph for plat_led.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SSD_TURN_OFF   0x00
 
#define SSD_TURN_ON   0x01
 
#define SSD_START_BLINK   0x02
 
#define SSD_STOP_BLINK   0x03
 

Functions

void SSDLEDSet (uint8_t idx, uint8_t behaviour)
 
uint8_t SSDLEDCtrl (uint8_t idx, uint8_t ctrl)
 
uint8_t GetAmberLEDStat (uint8_t idx)
 
void SSDLEDInit (void)
 

Macro Definition Documentation

◆ SSD_START_BLINK

#define SSD_START_BLINK   0x02

◆ SSD_STOP_BLINK

#define SSD_STOP_BLINK   0x03

◆ SSD_TURN_OFF

#define SSD_TURN_OFF   0x00

◆ SSD_TURN_ON

#define SSD_TURN_ON   0x01

Function Documentation

◆ GetAmberLEDStat()

uint8_t GetAmberLEDStat ( uint8_t  idx)

◆ SSDLEDCtrl()

uint8_t SSDLEDCtrl ( uint8_t  idx,
uint8_t  ctrl 
)

◆ SSDLEDInit()

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

◆ SSDLEDSet()

void SSDLEDSet ( uint8_t  idx,
uint8_t  behaviour 
)
Here is the call graph for this function: