<div dir="ltr">1. In which file "uint32_t" is defined ? <br><br>2. Would "int" be different between xxx-rtems-gcc ?<br>  for example, "int" in arm-rtems-gcc is 32-bit,<br>   "int" in avr-rtems-gcc is 16-bit.<br>
(Or <br>"short" is fixed 16-bit,<br>"int" is fixed 32-bit,<br>"long" is 32-bit or 64-bit <br>(that is in linux kernel))<br><br>3. If so, I found some driver uses "int",<br>Would that make some problems to portability?<br>
<br><br><br></div>