#include <uavcan_lpc11c24/clock.hpp>#include <uavcan/util/templates.hpp>#include <chip.h>#include "internal.hpp"
Go to the source code of this file.
Namespaces | |
| uavcan_lpc11c24 | |
| uavcan_lpc11c24::clock | |
Functions | |
| void | uavcan_lpc11c24::clock::adjustUtc (uavcan::UtcDuration adjustment) |
| static void | uavcan_lpc11c24::clock::fail () |
| uavcan::MonotonicTime | uavcan_lpc11c24::clock::getMonotonic () |
| uavcan::UtcDuration | uavcan_lpc11c24::clock::getPrevUtcAdjustment () |
| uavcan::UtcTime | uavcan_lpc11c24::clock::getUtc () |
| std::uint64_t | uavcan_lpc11c24::clock::getUtcUSecFromCanInterrupt () |
| void | uavcan_lpc11c24::clock::init () |
| static std::uint64_t | uavcan_lpc11c24::clock::sampleFromCriticalSection (const volatile std::uint64_t *const value) |
| void | SysTick_Handler () |