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: 650d69026d3815698d5dabe2669abc1ab7e719e0 (
plain
)
1
2
3
4
void
rng_init0
(
void
);
uint32_t
rng_get
(
void
);
MP_DECLARE_CONST_FUN_OBJ
(
pyb_rng_get_obj
);