I have the following code and I would like to read the register twice without spending a single clock for flushing buffers etc.
If I use the
Code: Select all
REG_READ
Code: Select all
50 volatile uint32_t val0 = REG_READ(WDEV_RND_REG);
4008294f: l32r a8, 0x400806b4
40082952: memw
40082955: l32i.n a9, a8, 0
40082957: memw
4008295a: s32i.n a9, a1, 0
Patrick