This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
af797f476f
circuitpython
/
stmhal
/
rng.h
5 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Only init RNG if it's used.
2014-04-19 19:45:59 -04:00
void
rng_init0
(
void
)
;
stmhal: Add os module with a few basic functions.
2014-03-22 10:56:32 -04:00
uint32_t
rng_get
(
void
)
;
stmhal: Add PYBv10 config; add RNG support.
2014-03-22 09:41:02 -04:00
MP_DECLARE_CONST_FUN_OBJ
(
pyb_rng_get_obj
)
;