* Yep it's as easy as the following in a function: ```c uint32_t foo = 1; uint32_t* foo_ptr = &foo; ```