Skip to content

Commit 6dbc03f

Browse files
committed
Changed Function descriptions
1 parent 3c0e255 commit 6dbc03f

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

include/core/io/SDRAM.hpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,18 +99,21 @@ class SDRAM {
9999
const SDRAMTimingConfig& timingConfig);
100100

101101
/**
102+
* Gets the Frequency of the SDRAM CLK
102103
*
103104
* @return the SDRAM clock frequency
104105
*/
105106
static uint32_t getSdramClockFrequency();
106107

107108
/**
109+
* Get how long one SDRAM Clock cycle is in picoseconds
108110
*
109-
* @return the SDRAM clock period in microseconds
111+
* @return the SDRAM clock period in picoseconds
110112
*/
111113
static uint32_t getSdramClockPeriodPS();
112114

113115
/**
116+
* Transform a time given in nanoseconds into how many clock cycles fit in that range
114117
*
115118
* @return the SDRAM clock period in nanoseconds
116119
*/

0 commit comments

Comments
 (0)