Peripheral configuration for the Arduino Nano 33 BLE Sense.
More...
Peripheral configuration for the Arduino Nano 33 BLE Sense.
- Author
- Méwen Berthelot berth.nosp@m.elot.nosp@m.mewen.nosp@m.@gma.nosp@m.il.co.nosp@m.m
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
#define I2C_NUMOF (sizeof(i2c_config) / sizeof(i2c_config[0])) |
◆ SPI_NUMOF
◆ UART_0_ISR
◆ UART_NUMOF
◆ i2c_config
Initial value:= {
{
.dev = NRF_TWIM0,
},
{
.dev = NRF_TWIM1,
},
}
#define GPIO_PIN(x, y)
Define a CPU specific GPIO pin generator macro.
@ I2C_SPEED_NORMAL
normal mode: ~100 kbit/s
Definition at line 59 of file periph_conf.h.
◆ spi_config
Initial value:= {
{
.dev = NRF_SPIM0,
}}
Definition at line 81 of file periph_conf.h.
◆ uart_config
Initial value:= {
{
.dev = NRF_UARTE0,
.irqn = UARTE0_UART0_IRQn,
},
}
Definition at line 37 of file periph_conf.h.