diff options
| author | danicampora | 2015-02-22 17:31:26 +0100 |
|---|---|---|
| committer | danicampora | 2015-02-22 17:50:50 +0100 |
| commit | 33ddb566a7565b4fba4a68939d43bcdb5f132836 (patch) | |
| tree | bd348fd647ca26de8e05b18e411bcf7323a09a8c /cc3200/hal/cc3200_hal.h | |
| parent | 5c047b97f2e41b51f8314f6ee06788b1d9246dbf (diff) | |
cc3200: Remove dependencies from FreeRTOS.
Use the simplelink wrappers instead. This is one step further
towards having a single module for the cc3200 and the cc3100.
Diffstat (limited to 'cc3200/hal/cc3200_hal.h')
| -rw-r--r-- | cc3200/hal/cc3200_hal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cc3200/hal/cc3200_hal.h b/cc3200/hal/cc3200_hal.h index 71b644239..5ce93edd2 100644 --- a/cc3200/hal/cc3200_hal.h +++ b/cc3200/hal/cc3200_hal.h @@ -39,6 +39,9 @@ #define HAL_SYSTICK_PERIOD_US 1000U #define UTILS_DELAY_US_TO_COUNT(us) (((us) * HAL_FCPU_MHZ) / 3) +#define HAL_NVIC_INT_CTRL_REG (*((volatile uint32_t *) 0xE000ED04 ) ) +#define HAL_VECTACTIVE_MASK (0x1FUL) + /****************************************************************************** DEFINE TYPES ******************************************************************************/ |
