* I mean in the context of rust pointers, not logical pointers ```rs const TS_CAL1: *const 16 = 0x1FFF_75A8 as _; let temp = core::ptr::read_volatile(TS_CAL1); ```