Common configuration for STM32 RTT.
More...
#include "periph_cpu.h"
Go to the source code of this file.
|
On the STM32Lx platforms, we always utilize the LPTIM1.
|
#define | RTT_CLOCK_FREQUENCY (32768U) /* in Hz */ |
|
#define | RTT_MAX_VALUE (0x0000ffff) /* 16-bit timer */ |
|
#define | RTT_MAX_FREQUENCY (RTT_CLOCK_FREQUENCY) /* 32768Hz at @32768Hz */ |
|
#define | RTT_MIN_FREQUENCY (RTT_CLOCK_FREQUENCY / 128) /* 256Hz at @32768Hz */ |
|
#define | RTT_FREQUENCY (RTT_MAX_FREQUENCY) /* in Hz */ |
|