index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
rng.h
blob: 5442d453c2a0aacc1a8f387f5a2ce590b3769549 (
plain
)
1
2
3
4
void
rng_init
(
void
);
uint32_t
rng_get
(
void
);
MP_DECLARE_CONST_FUN_OBJ
(
pyb_rng_get_obj
);