bsp_dk_leds.c File Reference

Board support package API for GPIO leds on STK's. More...

#include "bsp.h"
Include dependency graph for bsp_dk_leds.c:

Go to the source code of this file.

Functions

int BSP_LedsInit (void)
 Initialize LED drivers.
uint32_t BSP_LedsGet (void)
 Get status of all LED's.
int BSP_LedsSet (uint32_t leds)
 Update all LED's.
int BSP_LedClear (int ledNo)
 Turn off a single LED.
int BSP_LedGet (int ledNo)
 Get current status of a single LED.
int BSP_LedSet (int ledNo)
 Turn on a single LED.
int BSP_LedToggle (int ledNo)
 Toggle a single LED.

Detailed Description

Board support package API for GPIO leds on STK's.

Version:
4.0.0

License

(C) Copyright 2014 Silicon Labs, http://www.silabs.com

This file is licensed under the Silabs License Agreement. See the file "Silabs_License_Agreement.txt" for details. Before using this software for any purpose, you must agree to the terms of that agreement.

Definition in file bsp_dk_leds.c.