Board support package API for GPIO leds on STK's. More...
#include "bsp.h"
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. |
Board support package API for GPIO leds on STK's.
(C) Copyright 2014 Silicon Labs, http://www.silabs.com
This file is licensensed 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.