peripheral configuration for the Digilent PIC32 WiFire More...
peripheral configuration for the Digilent PIC32 WiFire
Definition in file periph_conf.h.
#include "cpu.h"
#include "periph_cpu.h"
Go to the source code of this file.
#define | PERIPHERAL_CLOCK (100000000) /* Hz */ |
The peripheral clock is required for the UART Baud rate calculation It is configured by the 'config' registers (see pic32_config_settings.c) | |
Timer definitions | |
#define | TIMER_NUMOF (1) |
#define | TIMER_0_CHANNELS (3) |
UART Definitions | |
#define | UART_0_ISR (isr_usart4) |
#define | UART_NUMOF ((unsigned int)ARRAY_SIZE(uart_config)) |
static const uart_conf_t | uart_config [] |
|
static |
Definition at line 48 of file periph_conf.h.