Template Function Gaia::volatile_write

Function Documentation

template<typename T>
static inline void Gaia::volatile_write(T *address, T data)

Writes to an address.

Template Parameters:

T – The type of data to write

Parameters:
  • address – The address to write to

  • data – What to write