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
13c19c57a02c7f157ed062821b7446edf691be06
13c19c57a02c7f157ed062821b7446edf691be06
Switch branch/tag
uPython-mirror
stmhal
rng.h
Find file
Normal view
History
Permalink
rng.h
90 Bytes
Newer
Older
stmhal: Only init RNG if it's used.
Damien George
committed
Apr 20, 2014
1
void
rng_init0
(
void
);
stmhal: Add os module with a few basic functions.
Damien George
committed
Mar 22, 2014
2
uint32_t
rng_get
(
void
);
stmhal: Add PYBv10 config; add RNG support.
Damien George
committed
Mar 22, 2014
3
4
MP_DECLARE_CONST_FUN_OBJ
(
pyb_rng_get_obj
);