libmaple/libmaple/include/libmaple
Michael Hope 828facd2b7 Use stdint.h to define the basic types.
Solves a problem when building in strict C++ mode, as GCC defines
uint32_t as unsigned long on systems where sizeof(long) == 4.  This
causes GCC to complain that uint32 != uint32_t as unsigned int !=
unsigned long.

Signed-off-by: Michael Hope <michaelh@juju.net.nz>
2013-06-30 21:07:59 +02:00
..
adc.h Globally switch style for GPIO config routines. 2012-06-03 02:15:22 -04:00
bitband.h <libmaple/bitband.h>: Doxygen 2012-06-03 22:40:40 -04:00
bkp.h Fix a bunch of Doxygen file-level comments. 2012-05-08 16:22:41 -04:00
dac.h Bring back libmaple/dac.h. 2012-06-04 00:20:21 -04:00
delay.h Revert "Re-work the constraints on delay_us(). Ask GCC to allocate a register" 2012-08-22 17:05:04 -04:00
dma.h Doxygen hacks and fixups. 2012-06-28 17:29:43 -04:00
dma_common.h Doxygen hacks and fixups. 2012-06-28 17:29:43 -04:00
exti.h "Callback versions of functions now take voidArgumentFuncPtr. We can probably use voidFuncPtr instead, but this way people can see that the function expects something different. Existing functions haven't changed in signature. 2012-09-02 11:04:01 -04:00
flash.h flash.h: Doxygen. 2012-05-09 17:53:45 -04:00
fsmc.h libmaple/fsmc.h: Better Doxygen for memory bank bases. 2012-05-31 17:24:17 -04:00
gpio.h Bring back EXTI on F1, with deprecations for gpio.h on F1. 2012-06-03 22:40:40 -04:00
i2c.h <libmaple/i2c.h>: Add I2C_CCR_DUTY bit value definitions. 2012-06-22 15:07:08 -04:00
i2c_common.h Doxygen hacks and fixups. 2012-06-28 17:29:43 -04:00
iwdg.h libmaple/iwdg.h: Remove BIT() usages. 2012-05-31 17:24:17 -04:00
libmaple.h Move bootloader details out of libmaple.h. 2012-07-31 17:27:43 -04:00
libmaple_types.h Use stdint.h to define the basic types. 2013-06-30 21:07:59 +02:00
nvic.h Make PRIMASK set/clear functions __always_inline. 2012-08-14 11:35:01 -04:00
pwr.h Fix a bunch of Doxygen file-level comments. 2012-05-08 16:22:41 -04:00
rcc.h libmaple/rcc.h: Doxygen. 2012-05-31 17:24:17 -04:00
ring_buffer.h ring_buffer.h: Fix Doxygen @file. 2012-05-08 13:10:00 -04:00
scb.h <libmaple/scb.h>: Add FIXME to check for F2 compatibility. 2012-07-13 03:04:27 -04:00
spi.h Doxygen hacks and fixups. 2012-06-28 17:29:43 -04:00
stm32.h stm32.h: Add STM32_HAVE_DAC feature-test. 2012-06-04 00:17:01 -04:00
syscfg.h STM32F2: Add SYSCFG support. 2012-06-03 22:44:43 -04:00
systick.h Fix a bunch of Doxygen file-level comments. 2012-05-08 16:22:41 -04:00
timer.h libmaple/timer.h: Capitalization fix 2012-06-07 19:15:05 -04:00
usart.h Globally switch style for GPIO config routines. 2012-06-03 02:15:22 -04:00
usb.h Preserve previous usb state when suspending / restore on resume 2013-04-26 11:12:03 +02:00
usb_cdcacm.h Handle sending 0 byte packets. 2013-01-17 21:17:00 +01:00
util.h libmaple/util.h: Doxygen cosmetics. 2012-05-08 16:25:32 -04:00