pins.h File Reference
Kubos-HAL-MSP430F5529 - GPIO pin defs. More...
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | KPinDesc |
Struct which contains gpio details (dir/out/in/pull pins and bit) More... | |
Macros | |
#define | K_LED_0 P10 |
#define | K_LED_RED P10 |
#define | K_LED_1 P47 |
#define | K_LED_GREEN P47 |
#define | K_LED_COUNT 2 |
#define | K_BUTTON_0 P21 |
Enumerations | |
enum | KPin { P10 = 0, P11, P12, P13, P14, P15, P16, P20, P21, P22, P23, P24, P25, P26, P27, P30, P31, P32, P33, P34, P35, P36, P37, P40, P41, P42, P43, P44, P45, P47, P60, P61, P62, P63, P64, P65, P66, P70, P74, P81, P82 } |
Enum containing gpios currently setup. More... | |