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 e2aed47 commit 0cf096eCopy full SHA for 0cf096e
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] are reserved, so only the lower 32 bits take effect.
126
*/
127
.globl rt_hw_get_gtimer_frq
128
rt_hw_get_gtimer_frq:
0 commit comments