|
CLEON
Version 1
Cloud-Offloaded GPS Receiver
|
HAL definitions for CLEON. More...
#include "intrinsics.h"#include "msp430.h"#include <stdarg.h>#include <stdlib.h>#include <stdbool.h>#include <stdio.h>#include <math.h>#include <stdint.h>#include <string.h>#include <ctype.h>#include "hal_init.h"#include "hal_wdt.h"#include "hal_ucs.h"#include "hal_uart.h"#include "hal_dma.h"#include "hal_rtc.h"#include "hal_gpio.h"#include "hal_flash.h"#include "hal_timer.h"#include "hal_adc.h"#include "hal_spi.h"#include "hal_pmm.h"

Go to the source code of this file.
Macros | |
| #define | BV(bit) (1 << (bit)) |
| #define | st(x) do { x } while (__LINE__ == -1); |
| #define | bin(a, b, c, d, e, f, g, h) ((a<<7)|(b<<6)|(c<<5)|(d<<4)|(e<<3)|(f<<2)|(g<<1)|(h<<0)); |
HAL definitions for CLEON.
Definition in file hal_define.h.
| #define bin | ( | a, | |
| b, | |||
| c, | |||
| d, | |||
| e, | |||
| f, | |||
| g, | |||
| h | |||
| ) | ((a<<7)|(b<<6)|(c<<5)|(d<<4)|(e<<3)|(f<<2)|(g<<1)|(h<<0)); |
Definition at line 45 of file hal_define.h.
| #define BV | ( | bit | ) | (1 << (bit)) |
Definition at line 43 of file hal_define.h.
| #define st | ( | x | ) | do { x } while (__LINE__ == -1); |
Definition at line 44 of file hal_define.h.