Template Function Gaia::volatile_read

Function Documentation

template<typename T>
static inline T Gaia::volatile_read(T *address)

Reads from an address.

Template Parameters:

T – The type of data to read

Parameters:

address – The address to read from

Returns:

The data that was read