contiki/cpu/cc2538/dev
Benoît Thébaudeau 1e67ab3941 cc2538: gpio: Add macros to get interrupt status
Introduce new useful GPIO macros to:
 - get the raw interrupt status of a port,
 - get the masked interrupt status of a port,
 - get the power-up interrupt status of a port.

These macros are cleaner and less error-prone than raw register access
code copied all over the place.

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau.dev@gmail.com>
2015-04-27 01:14:51 +02:00
..
adc.c cc2538: Add adc driver and example 2013-12-06 22:07:45 +01:00
adc.h
ana-regs.h Corrected the register offset value of ANA_REGS_IVCTRL. TI was using the address offset instead of the physical address in their header file. 2014-12-19 04:14:34 -05:00
cc2538-rf.c
cc2538-rf.h
cctest.h
flash-cca.h
gpio.c cc2538: gpio: Add macros to get interrupt status 2015-04-27 01:14:51 +02:00
gpio.h cc2538: gpio: Add macros to get interrupt status 2015-04-27 01:14:51 +02:00
gptimer.h
i2c.c
i2c.h
ioc.c
ioc.h
mpu.h
nvic.c Use additive offsets 2015-03-28 17:28:15 +01:00
nvic.h
random.c Fix CC2538 random_init lockup 2014-04-13 14:38:00 +01:00
rfcore-ffsm.h
rfcore-sfr.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
rfcore-xreg.h
rfcore.h
rom-util.h
scb.h
smwdthrosc.h
soc-adc.h
spi.c Improve wording, fix warnigs in the SSI/SPI docs 2015-02-16 10:17:58 +01:00
ssi.h
sys-ctrl.c
sys-ctrl.h
systick.h
uart1.h
uart.c
uart.h
udma.c
udma.h Fix doxygen warning in the CC2538 uDMA driver's header 2015-02-16 10:17:57 +01:00
usb-regs.h
watchdog.c