peripheral configuration for the MikroE 6LoWPAN Clicker More...
peripheral configuration for the MikroE 6LoWPAN Clicker
Definition in file periph_conf.h.
#include "cpu.h"#include "periph_cpu.h"
Include dependency graph for periph_conf.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | PERIPHERAL_CLOCK (96000000) /* Hz */ |
| The peripheral clock is required for the UART Baud rate calculation It is configured by the 'config' registers (see pic32_config_settings.c) Note 120MHz is the max F for this device. | |
Timer definitions | |
| #define | TIMER_NUMOF (1) |
| #define | TIMER_0_CHANNELS (3) |
UART Definitions | |
| #define | UART_0_ISR (isr_usart3) |
| #define | UART_NUMOF ((unsigned int)ARRAY_SIZE(uart_config)) |
| static const uart_conf_t | uart_config [] |
|
static |
Definition at line 51 of file periph_conf.h.