Contiki 2.6
|
Leds. More...
#include "hal/micro/led.h"
#include "hal/micro/micro-common.h"
#include "hal/micro/cortexm3/micro-common.h"
#include "contiki-conf.h"
#include "dev/leds.h"
Go to the source code of this file.
Functions | |
int8u | halGpioGetPxOUT (int32u gpio) |
Read single GPIO bit from PxOUT. | |
int8u | halGpioGetPxIN (int32u gpio) |
Read single GPIO bit from PxIN. | |
void | leds_arch_init (void) |
Leds implementation. |
Leds.
Definition in file leds-arch.c.
int8u halGpioGetPxIN | ( | int32u | gpio | ) |
Read single GPIO bit from PxIN.
io | The io pin to use, can be specified with the convenience macros PORTA_PIN(), PORTB_PIN(), PORTC_PIN() |
Definition at line 79 of file leds-arch.c.
References BIT.
int8u halGpioGetPxOUT | ( | int32u | gpio | ) |
Read single GPIO bit from PxOUT.
io | The io pin to use, can be specified with the convenience macros PORTA_PIN(), PORTB_PIN(), PORTC_PIN() |
Definition at line 62 of file leds-arch.c.
References BIT.