Board specific definitions for the SLSTK3301A starter kit.
More...
#include "cpu.h"
#include "periph_conf.h"
#include "periph/adc.h"
#include "periph/gpio.h"
#include "periph/spi.h"
Go to the source code of this file.
|
Define the GPIO pin to enable the BC, to allow serial communication via the USB port.
|
| #define | BC_PIN GPIO_PIN(PA, 8) |
| | Pin to enable the board controller.
|
| |
|
Connection to the on-chip temperature sensor.
|
| #define | CORETEMP_ADC ADC_LINE(0) |
| | ADC line for the internal temperature.
|
| |
◆ BC_PIN
Pin to enable the board controller.
Definition at line 58 of file board.h.
◆ CONFIG_ZTIMER_USEC_ADJUST_SET
| #define CONFIG_ZTIMER_USEC_ADJUST_SET (24) |
Overhead for ztimer_set.
Definition at line 46 of file board.h.
◆ CONFIG_ZTIMER_USEC_ADJUST_SLEEP
| #define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (28) |
Overhead for ztimer_sleep.
Definition at line 47 of file board.h.
◆ CONFIG_ZTIMER_USEC_BASE_FREQ
| #define CONFIG_ZTIMER_USEC_BASE_FREQ (250000UL) |
Running at 250 kHz.
Definition at line 44 of file board.h.
◆ CONFIG_ZTIMER_USEC_DEV
| #define CONFIG_ZTIMER_USEC_DEV (TIMER_DEV(0)) |
◆ CONFIG_ZTIMER_USEC_WIDTH
| #define CONFIG_ZTIMER_USEC_WIDTH (16) |
Running on a 16-bit timer.
Definition at line 45 of file board.h.
◆ CORETEMP_ADC
ADC line for the internal temperature.
Definition at line 95 of file board.h.
◆ LED0_OFF
Turn LED 0 off.
Definition at line 82 of file board.h.
◆ LED0_ON
Turn LED 0 on.
Definition at line 81 of file board.h.
◆ LED0_PIN
Pin definition for LED 0.
Definition at line 73 of file board.h.
◆ LED0_TOGGLE
Toggle LED 0.
Definition at line 83 of file board.h.
◆ LED1_OFF
Turn LED 1 off.
Definition at line 85 of file board.h.
◆ LED1_ON
Turn LED 1 on.
Definition at line 84 of file board.h.
◆ LED1_PIN
Pin definition for LED 1.
Definition at line 74 of file board.h.
◆ LED1_TOGGLE
Toggle LED 1.
Definition at line 86 of file board.h.
◆ PB0_PIN
Pin definition for push button 0.
Definition at line 65 of file board.h.
◆ PB1_PIN
Pin definition for push button 1.
Definition at line 66 of file board.h.
◆ SI7021_EN_PIN
GPIO pin to enable the Si7021.
Definition at line 105 of file board.h.
◆ SI7021_I2C
I2C device for the Si7021.
Definition at line 104 of file board.h.
◆ SI70XX_PARAM_I2C_DEV
| #define SI70XX_PARAM_I2C_DEV SI7021_I2C |
◆ SI7210_EN_PIN
GPIO pin to enable the Si7210.
Definition at line 117 of file board.h.
◆ SI7210_I2C
I2C device for the Si7210.
Definition at line 116 of file board.h.