This module contains APIs to program and use GTC.
Files | |
file | gtc/v0/gtc.h |
GTC Driver API/interface file. | |
Functions | |
int32_t | GTC_setFID (void) |
This API sets the FID for GTC. More... | |
void | GTC_enable (void) |
This API enables the GTC timer. More... | |
int32_t | GTC_init (void) |
Initialize GTC after setting FID. More... | |
uint64_t | GTC_getCount64 (void) |
Get the GTC count value. More... | |
int32_t GTC_setFID | ( | void | ) |
This API sets the FID for GTC.
void GTC_enable | ( | void | ) |
This API enables the GTC timer.
int32_t GTC_init | ( | void | ) |
Initialize GTC after setting FID.
uint64_t GTC_getCount64 | ( | void | ) |
Get the GTC count value.