memory_clock_toggle
Description
Toggles memory clock high or low.
Syntax
C++
void memory_clock_toggle()
Arguments
| None |
Return Value
| None |
Example
dsm.memory_clock_toggle();
Notes
When memory clock is high, this function will set it low; if memory clock is low, this function will set it high.