Function wdr

Source
pub fn wdr()
Expand description

Watchdog Reset

Emit a WDR instruction.

This function is an optimization fence. That means memory accesses will not be re-ordered by the compiler across this function call.