CmdRegRead
From MCS Wiki AVR
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Read a register value. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <span cla...")
(Created page with "= <span class="f_Header">Action</span> = Read a register value. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;"> </span> = <span cla...")
Latest revision as of 19:39, 12 December 2014
Contents |
Action
Read a register value.
Syntax
CmdRegRead ptr, result
Remarks
ptr |
Address of register to read |
result |
The register value to be read at ptr address |
Example
' Pseudocode ' To capture the exact time when a command completes: x = Rd16(REG_CMD_WRITE CmdRegread REG_CLOCK, 0 ...
Languages | English |
---|