Searched refs:off (Results 1 – 1 of 1) sorted by relevance
104 auto off = location_to_offset(state, reg); in read_config() local106 *value = *reinterpret_cast<const volatile T *>(&ecam_ptr[off]); in read_config()113 auto off = location_to_offset(state, reg); in write_config() local115 *reinterpret_cast<volatile T *>(&ecam_ptr[off]) = value; in write_config()
Completed in 8 milliseconds