Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - STM32 programming (uint 32 _ t) Tim _ timebaseinitstruct-> Tim _ clockdivision statement "(uint32 _ t)" What does it mean?
STM32 programming (uint 32 _ t) Tim _ timebaseinitstruct-> Tim _ clockdivision statement "(uint32 _ t)" What does it mean?
Uint32_t is a 32-bit unsigned integer, which should be typedef unsigned int unt32 _ t; in the header file;

(uint 32 _ t)TIM _ TimeBaseInitStruct-& gt; TIM_ClockDivision

The meaning of this sentence is to convert the TIM_ClockDivision pointed by the structure pointer into 32-bit unsigned plastic data.

Parentheses are converted here.