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
deed087e2c
circuitpython
/
stmhal
/
rng.h
5 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Add PYBv10 config; add RNG support.
2014-03-22 09:41:02 -04:00
void
rng_init
(
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
)
;