This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ff380c2558
micropython
/
stmhal
/
rng.h
5 lines
90 B
C
Raw
Normal View
History
Unescape
Escape
stmhal: Only init RNG if it's used.
2014-04-20 00:45:59 +01:00
void
rng_init0
(
void
)
;
stmhal: Add os module with a few basic functions.
2014-03-22 14:56:32 +00:00
uint32_t
rng_get
(
void
)
;
stmhal: Add PYBv10 config; add RNG support.
2014-03-22 13:41:02 +00:00
MP_DECLARE_CONST_FUN_OBJ
(
pyb_rng_get_obj
)
;