We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 982e52e commit 12b9ed4Copy full SHA for 12b9ed4
libcpu/aarch64/common/cpu_gcc.S
@@ -119,7 +119,10 @@ rt_hw_get_cntpct_val:
119
ret
120
121
/*
122
- *get gtimer frq value
+ * get gtimer frq value
123
+ * According to the document `Arm A-profile Architecture Registers:
124
+ * CNTFRQ_EL0, Counter-timer Frequency Register`
125
+ * Bits [63:32] is reserved, so only the lower 32 bits are take effect.
126
*/
127
.globl rt_hw_get_gtimer_frq
128
rt_hw_get_gtimer_frq:
0 commit comments