libuav original

Dependents:   UAVCAN UAVCAN_Subscriber

Embed: (wiki syntax)

« Back to documentation index

uavcan_lpc11c24::clock::anonymous_namespace{clock.cpp} Namespace Reference

uavcan_lpc11c24::clock::anonymous_namespace{clock.cpp} Namespace Reference

Variables

constexpr std::uint32_t USecPerOverflow = 65536 * 2
 If this value is too large for the given core clock, reload value will be out of the 24-bit integer range.

Variable Documentation

constexpr std::uint32_t USecPerOverflow = 65536 * 2

If this value is too large for the given core clock, reload value will be out of the 24-bit integer range.

This will be detected at run time during timer initialization - refer to SysTick_Config().

Definition at line 30 of file clock.cpp.