I expect uint32 means "unsigned 32-bit integer".
uint32
What does the t stand for?
t
The suffix _tdenotes a type name. For example, size_t is the type for size.
_t
size_t
Another popular line of thought regards it as a convention for naming type definitions.