|
2020-2021 Sunseeker Telemetry and Lighting System
|
#include <msp430.h>#include "msp430f5xx_6xxgeneric.h"#include "stdint.h"#include "stdbool.h"Go to the source code of this file.
Macros | |
| #define | __DRIVERLIB_MSP430F5XX_6XX_FAMILY__ |
| #define | STATUS_SUCCESS 0x01 |
| #define | STATUS_FAIL 0x00 |
| #define | NDEBUG |
| #define | HWREG32(x) (*((volatile uint32_t *)((uint16_t)x))) |
| #define | HWREG16(x) (*((volatile uint16_t *)((uint16_t)x))) |
| #define | HWREG8(x) (*((volatile uint8_t *)((uint16_t)x))) |
| #define __DRIVERLIB_MSP430F5XX_6XX_FAMILY__ |
Definition at line 4 of file hw_memmap.h.
| #define HWREG16 | ( | x | ) | (*((volatile uint16_t *)((uint16_t)x))) |
Definition at line 39 of file hw_memmap.h.
| #define HWREG32 | ( | x | ) | (*((volatile uint32_t *)((uint16_t)x))) |
Definition at line 37 of file hw_memmap.h.
| #define HWREG8 | ( | x | ) | (*((volatile uint8_t *)((uint16_t)x))) |
Definition at line 41 of file hw_memmap.h.
| #define NDEBUG |
Definition at line 30 of file hw_memmap.h.
| #define STATUS_FAIL 0x00 |
Definition at line 23 of file hw_memmap.h.
| #define STATUS_SUCCESS 0x01 |
Definition at line 22 of file hw_memmap.h.