Board specific definitions for the Teensy3.1 & 3.2 board.
More...
Board specific definitions for the Teensy3.1 & 3.2 board.
- Author
- Loïc Dauphin loic..nosp@m.daup.nosp@m.hin@i.nosp@m.nria.nosp@m..fr
Definition in file board.h.
#include "cpu.h"
#include "periph_conf.h"
Go to the source code of this file.
#define | LPTIMER_CLKSRC LPTIMER_CLKSRC_ERCLK32K |
| Clock source for the LPTMR module.
|
|
#define | DISABLE_WDOG 1 |
| Disable hardware watchdog, for debugging purposes, don't use this on production builds.
|
|
◆ DISABLE_WDOG
Disable hardware watchdog, for debugging purposes, don't use this on production builds.
Definition at line 35 of file board.h.
◆ LED0_BIT
◆ LED0_OFF
#define LED0_OFF (LED_PORT->PCOR = (1 << LED0_BIT)) |
◆ LED0_ON
#define LED0_ON (LED_PORT->PSOR = (1 << LED0_BIT)) |
◆ LED0_PIN
◆ LED0_TOGGLE
#define LED0_TOGGLE (LED_PORT->PTOR = (1 << LED0_BIT)) |
◆ LED_PORT
◆ LPTIMER_CLKSRC
#define LPTIMER_CLKSRC LPTIMER_CLKSRC_ERCLK32K |
Clock source for the LPTMR module.
Definition at line 32 of file board.h.
◆ XTIMER_BACKOFF
#define XTIMER_BACKOFF (40) |
◆ XTIMER_CHAN
◆ XTIMER_DEV
◆ XTIMER_ISR_BACKOFF
#define XTIMER_ISR_BACKOFF (40) |