random number generator (TRNG) API ?

cmaglie:
...
is already available from CMSIS as TRNG. In general i see that registers structures are named using camel case (struct Trng) while actual instances of such structures are capital case (TRNG for example but some has numbering if there are many like TWI0 / TWI1).

Excellent!!

Is there documentation for CMSIS ??

thanks