RTEMS 6.1-rc6
|
ARM-specific clock driver functions. More...
Functions | |
uint64_t | arm_gt_clock_get_compare_value (void) |
void | arm_gt_clock_set_compare_value (uint64_t cval) |
uint64_t | arm_gt_clock_get_count (void) |
void | arm_gt_clock_set_control (uint32_t ctl) |
ARM-specific clock driver functions.
uint64_t arm_gt_clock_get_compare_value | ( | void | ) |
This function returns the current compare value for the ARM General Purpose Timer.
uint64_t arm_gt_clock_get_count | ( | void | ) |
This function returns the count for the ARM General Purpose Timer.
void arm_gt_clock_set_compare_value | ( | uint64_t | cval | ) |
This function sets the current compare value for the ARM General Purpose Timer.
[in] | cval | The value to set as the compare value |
void arm_gt_clock_set_control | ( | uint32_t | ctl | ) |
This function sets the control register for the ARM General Purpose Timer.
[in] | ctl | The value to set to the control register |