37#if IS_ACTIVE(CONFIG_EFM32_ZTIMER_USE_LETIMER)
38# define CONFIG_ZTIMER_USEC_DEV (TIMER_DEV(1))
39# define CONFIG_ZTIMER_USEC_BASE_FREQ (32768UL)
40# define CONFIG_ZTIMER_USEC_WIDTH (16)
41# define CONFIG_ZTIMER_USEC_ADJUST_SET (37)
42# define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (37)
44# define CONFIG_ZTIMER_USEC_DEV (TIMER_DEV(0))
45# define CONFIG_ZTIMER_USEC_BASE_FREQ (250000UL)
46# define CONFIG_ZTIMER_USEC_WIDTH (16)
47# define CONFIG_ZTIMER_USEC_ADJUST_SET (24)
48# define CONFIG_ZTIMER_USEC_ADJUST_SLEEP (24)
59#define BC_PIN GPIO_PIN(PA, 5)
66#define PB0_PIN GPIO_PIN(PF, 6)
67#define PB1_PIN GPIO_PIN(PF, 7)
74#define LED0_PIN GPIO_PIN(PF, 4)
75#define LED1_PIN GPIO_PIN(PF, 5)
82#define LED0_ON gpio_set(LED0_PIN)
83#define LED0_OFF gpio_clear(LED0_PIN)
84#define LED0_TOGGLE gpio_toggle(LED0_PIN)
85#define LED1_ON gpio_set(LED1_PIN)
86#define LED1_OFF gpio_clear(LED1_PIN)
87#define LED1_TOGGLE gpio_toggle(LED1_PIN)
96#define CORETEMP_ADC ADC_LINE(0)
105#define DISP_SPI SPI_DEV(0)
106#define DISP_COM_PIN GPIO_PIN(PD, 13)
107#define DISP_CS_PIN GPIO_PIN(PD, 14)
108#define DISP_EN_PIN GPIO_PIN(PD, 15)
117#define SI7021_I2C I2C_DEV(0)
118#define SI7021_EN_PIN GPIO_PIN(PD, 9)
120#define SI70XX_PARAM_I2C_DEV SI7021_I2C
Low-level ADC peripheral driver interface definitions.
Configuration of CPU peripherals for the SLSTK3401A starter kit.
Low-level timer peripheral driver interface definitions.
Low-level GPIO peripheral driver interface definitions.
Low-level SPI peripheral driver interface definition.