Board specific definitions for openlabs-kw41z-mini.
More...
#include "cpu.h"
#include "periph_conf.h"
Go to the source code of this file.
|
#define | PTB3_OUTPUT_OSC32K (0) |
| Enable LF oscillator output on PTB3 to aid debugging or calibration.
|
|
#define | PTB3_OUTPUT_OSCERCLK (0) |
| Enable HF oscillator output on PTB3 to aid debugging or calibration.
|
|
#define | KINETIS_FOPT 0xFB /* disable NMI (0xFF to enable) */ |
|
◆ KINETIS_FOPT
#define KINETIS_FOPT 0xFB /* disable NMI (0xFF to enable) */ |
◆ LED0_MASK
#define LED0_MASK (1 << 0) |
◆ LED0_OFF
#define LED0_OFF (GPIOB->PSOR = LED0_MASK) |
◆ LED0_ON
#define LED0_ON (GPIOB->PCOR = LED0_MASK) |
◆ LED0_PIN
◆ LED0_TOGGLE
#define LED0_TOGGLE (GPIOB->PTOR = LED0_MASK) |
◆ PTB3_OUTPUT_OSC32K
#define PTB3_OUTPUT_OSC32K (0) |
Enable LF oscillator output on PTB3 to aid debugging or calibration.
Definition at line 76 of file board.h.
◆ PTB3_OUTPUT_OSCERCLK
#define PTB3_OUTPUT_OSCERCLK (0) |
Enable HF oscillator output on PTB3 to aid debugging or calibration.
Definition at line 85 of file board.h.
◆ XTIMER_BACKOFF
#define XTIMER_BACKOFF (16) |
◆ XTIMER_CHAN
◆ XTIMER_DEV
#define XTIMER_DEV (TIMER_LPTMR_DEV(0)) |
◆ XTIMER_HZ
#define XTIMER_HZ (32768ul) |
◆ XTIMER_ISR_BACKOFF
#define XTIMER_ISR_BACKOFF (5) |
◆ XTIMER_WIDTH
#define XTIMER_WIDTH (16) |