Native CPU peripheral configuration. More...
Native CPU peripheral configuration.
Definition in file periph_conf.h.
#include "macros/units.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.
Macros | |
| #define | CLOCK_CORECLOCK GHZ(1) | 
| System core clock in Hz.  More... | |
| #define | NATIVE_TIMER_MIN_RES 200 | 
| Hardware timer clock skew avoidance.  | |
| #define | RANDOM_NUMOF (1U) | 
| Random Number Generator configuration.  | |
| #define | UART_NUMOF (1U) | 
| UART configuration.  | |
| #define | PWM_NUMOF (8U) | 
| PWM configuration.  | |
| #define | QDEC_NUMOF (8U) | 
| QDEC configuration.  | |
Timer peripheral configuration | |
| #define | TIMER_NUMOF (1U) | 
| #define | TIMER_CHANNEL_NUMOF (1U) | 
| Number of timer channels.  | |
SPI configuration (Linux host only) | |
| #define | SPI_NUMOF (1U) | 
| Amount of SPI devices.  More... | |
| #define | SPI_MAXCS (4U) | 
| Maximum amount of chip select lines per bus.  More... | |
| #define | SPI_HWCS(x) (UINT_MAX - SPI_MAXCS + x) | 
| Hardware chip select access macro.  More... | |