Skyward boardcore
|
Go to the source code of this file.
Classes | |
class | Boardcore::GeneralPurposeTimer< T > |
Driver for STM32 general purpose timers. More... | |
Namespaces | |
namespace | Boardcore |
This file includes all the types the logdecoder script will decode. | |
Typedefs | |
using | Boardcore::GP16bitTimer = GeneralPurposeTimer<uint16_t> |
General purpose 16bit timer. | |
using | Boardcore::GP32bitTimer = GeneralPurposeTimer<uint32_t> |
General purpose 32bit timer. | |