board.h File Reference

Board specific definitions for the FRDM-KW41Z. More...

Detailed Description

Board specific definitions for the FRDM-KW41Z.

Author
Joakim NohlgÄrd joaki.nosp@m.m.no.nosp@m.hlgar.nosp@m.d@ei.nosp@m.stec..nosp@m.se

Definition in file board.h.

#include "cpu.h"
#include "board_common.h"
#include "periph_conf.h"
+ Include dependency graph for board.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

LED pin definitions and handlers

#define LED0_PIN   GPIO_PIN(PORT_B, 0)
 
#define LED0_MASK   (1 << 0)
 
#define LED0_ON   (GPIOB->PCOR = LED0_MASK)
 
#define LED0_OFF   (GPIOB->PSOR = LED0_MASK)
 
#define LED0_TOGGLE   (GPIOB->PTOR = LED0_MASK)
 
#define LED1_PIN   GPIO_PIN(PORT_C, 1)
 
#define LED1_MASK   (1 << 1)
 
#define LED1_ON   (GPIOC->PCOR = LED1_MASK)
 
#define LED1_OFF   (GPIOC->PSOR = LED1_MASK)
 
#define LED1_TOGGLE   (GPIOC->PTOR = LED1_MASK)
 
#define LED2_PIN   GPIO_PIN(PORT_A, 19)
 
#define LED2_MASK   (1 << 19)
 
#define LED2_ON   (GPIOA->PCOR = LED2_MASK)
 
#define LED2_OFF   (GPIOA->PSOR = LED2_MASK)
 
#define LED2_TOGGLE   (GPIOA->PTOR = LED2_MASK)
 
#define LED3_PIN   GPIO_PIN(PORT_A, 18)
 
#define LED3_MASK   (1 << 18)
 
#define LED3_ON   (GPIOA->PCOR = LED3_MASK)
 
#define LED3_OFF   (GPIOA->PSOR = LED3_MASK)
 
#define LED3_TOGGLE   (GPIOA->PTOR = LED3_MASK)
 

Button pin definitions

#define BTN0_PIN   GPIO_PIN(PORT_C, 4)
 
#define BTN0_MODE   GPIO_IN_PU
 
#define BTN1_PIN   GPIO_PIN(PORT_C, 5)
 
#define BTN1_MODE   GPIO_IN_PU
 

xtimer configuration

#define XTIMER_DEV   (TIMER_LPTMR_DEV(0))
 
#define XTIMER_CHAN   (0)
 
#define XTIMER_WIDTH   (16)
 
#define XTIMER_BACKOFF   (5)
 
#define XTIMER_ISR_BACKOFF   (5)
 
#define XTIMER_HZ   (32768ul)
 

ztimer configuration

#define CONFIG_ZTIMER_USEC_TYPE   ZTIMER_TYPE_PERIPH_TIMER
 
#define CONFIG_ZTIMER_USEC_DEV   (TIMER_PIT_DEV(0))
 

NOR flash hardware configuration

#define FRDM_NOR_SPI_DEV   SPI_DEV(0)
 
#define FRDM_NOR_SPI_CLK   SPI_CLK_5MHZ
 
#define FRDM_NOR_SPI_CS   SPI_HWCS(0)
 Flash CS pin.
 

FXOS8700CQ 3-axis accelerometer and magnetometer bus configuration

#define FXOS8700_PARAM_I2C   I2C_DEV(0)
 
#define FXOS8700_PARAM_ADDR   0x1F