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 3c0e255 commit 6dbc03fCopy full SHA for 6dbc03f
1 file changed
include/core/io/SDRAM.hpp
@@ -99,18 +99,21 @@ class SDRAM {
99
const SDRAMTimingConfig& timingConfig);
100
101
/**
102
+ * Gets the Frequency of the SDRAM CLK
103
*
104
* @return the SDRAM clock frequency
105
*/
106
static uint32_t getSdramClockFrequency();
107
108
109
+ * Get how long one SDRAM Clock cycle is in picoseconds
110
- * @return the SDRAM clock period in microseconds
111
+ * @return the SDRAM clock period in picoseconds
112
113
static uint32_t getSdramClockPeriodPS();
114
115
116
+ * Transform a time given in nanoseconds into how many clock cycles fit in that range
117
118
* @return the SDRAM clock period in nanoseconds
119
0 commit comments