![]() |
Dataflow Runtime API
3.0.3.0
|
#include <Imt.Base.Core.Platform/Platform.h>
Enumerations | |
enum | DMTimerClockSource { DMTimerClockSource_SystemClock = 1 , DMTimerClockSource_PeripheralPLL32KHz = 2 , DMTimerClockSource_ExternalInput = 0 } |
DMTimerperipheral module. More... | |
Functions | |
bool | DMTimer2_Configure (const DMTimerClockSource clockSource) |
Configure the timer 2 clock source. More... | |
enum DMTimerClockSource |
DMTimerperipheral module.
Each DMTimer[2–7] functional clock is can be selected from one of three sources:
Enumerator | |
---|---|
DMTimerClockSource_SystemClock | |
DMTimerClockSource_PeripheralPLL32KHz | |
DMTimerClockSource_ExternalInput |
bool DMTimer2_Configure | ( | const DMTimerClockSource | clockSource | ) |
Configure the timer 2 clock source.
clockSource | the clock source configuration |