Board specific definitions for the Arduino MKRZERO board.
More...
Board specific definitions for the Arduino MKRZERO board.
- Author
- Alexandre Abadie alexa.nosp@m.ndre.nosp@m..abad.nosp@m.ie@i.nosp@m.nria..nosp@m.fr
Definition in file board.h.
#include "cpu.h"
#include "periph_conf.h"
#include "board_common.h"
#include "arduino_pinmap.h"
#include "periph/gpio.h"
Go to the source code of this file.
◆ CARD_DETECT_PIN
Card detect pin.
Definition at line 50 of file board.h.
◆ LED0_MASK
#define LED0_MASK (1 << 8) |
◆ LED0_NAME
#define LED0_NAME "LED(Green)" |
◆ LED0_OFF
#define LED0_OFF (LED_PORT.OUTCLR.reg = LED0_MASK) |
◆ LED0_ON
#define LED0_ON (LED_PORT.OUTSET.reg = LED0_MASK) |
◆ LED0_PIN
◆ LED0_TOGGLE
#define LED0_TOGGLE (LED_PORT.OUTTGL.reg = LED0_MASK) |
◆ LED_PORT
#define LED_PORT PORT->Group[PB] |
◆ SDCARD_SPI_PARAM_CLK
◆ SDCARD_SPI_PARAM_CS
◆ SDCARD_SPI_PARAM_MISO
◆ SDCARD_SPI_PARAM_MOSI
◆ SDCARD_SPI_PARAM_POWER
◆ SDCARD_SPI_PARAM_POWER_AH
#define SDCARD_SPI_PARAM_POWER_AH (true) |
treated as 'don't care' if SDCARD_SPI_PARAM_POWER is GPIO_UNDEF
Definition at line 44 of file board.h.
◆ SDCARD_SPI_PARAM_SPI
#define SDCARD_SPI_PARAM_SPI (SPI_DEV(1)) |