Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
684164a8cf8c2b989049d964ca7fc0419ada31ab
684164a8cf8c2b989049d964ca7fc0419ada31ab
Switch branch/tag
uPython-mirror
stmhal
rng.h
Find file
Normal view
History
Permalink
rng.h
65 Bytes
Newer
Older
stmhal: Add PYBv10 config; add RNG support.
Damien George
committed
Mar 22, 2014
1
2
3
void
rng_init
(
void
);
MP_DECLARE_CONST_FUN_OBJ
(
pyb_rng_get_obj
);