|
libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|

Macros | |
| #define | TIMER_SHORTS_COMPARE_CLEAR(C) (1 << (C)) |
| #define | TIMER_SHORTS_COMPARE_STOP(C) (1 << (8 + (C))) |
| #define TIMER_SHORTS_COMPARE_CLEAR | ( | C | ) | (1 << (C)) |
Definition at line 83 of file common/timer.h.
| #define TIMER_SHORTS_COMPARE_STOP | ( | C | ) | (1 << (8 + (C))) |
Definition at line 84 of file common/timer.h.