Peripheral configuration for the SeeedStudio SenseCAP T1000-E.
More...
Peripheral configuration for the SeeedStudio SenseCAP T1000-E.
- Author
- Baptiste Le Duc bapti.nosp@m.ste..nosp@m.leduc.nosp@m.@eti.nosp@m.k.com
Definition in file periph_conf.h.
#include "periph_cpu.h"
#include "cfg_clock_32_1.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_default.h"
Go to the source code of this file.
◆ I2C_NUMOF
◆ PWM_NUMOF
◆ SPI_NUMOF
◆ UART_0_ISR
◆ UART_1_ISR
| #define UART_1_ISR (isr_uarte1) |
◆ UART_NUMOF
◆ i2c_config
Initial value:= {
{
.dev = NRF_TWIM0,
},
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
@ I2C_SPEED_FAST
fast mode: ~400 kbit/s
Definition at line 87 of file periph_conf.h.
◆ pwm_config
Initial value:= {
{
.dev = NRF_PWM0,
.pin = {
},
},
}
#define GPIO_UNDEF
Definition of a fitting UNDEF value.
Definition at line 107 of file periph_conf.h.
◆ spi_config
Initial value:= {
{
.dev = NRF_SPIM2,
},
}
Definition at line 69 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.dev = NRF_UARTE0,
.irqn = UARTE0_UART0_IRQn,
},
{
.dev = NRF_UARTE1,
.irqn = UARTE1_IRQn,
},
}
Definition at line 34 of file periph_conf.h.