libmaple_types.h

[Stub] support.

Library Documentation

libmaple types

Defines
__io

__attr_flash

NULL

Typedefs
typedef unsigned char uint8

typedef unsigned short uint16

typedef unsigned int uint32

typedef unsigned long long uint64

typedef signed char int8

typedef short int16

typedef int int32

typedef long long int64

typedef void(* voidFuncPtr)(void)