index
:
micropython
docs/library/bluetooth
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
stmhal
/
rng.h
blob: 650d69026d3815698d5dabe2669abc1ab7e719e0 (
plain
) (
blame
)
1
2
3
4
void rng_init0(void); uint32_t rng_get(void); MP_DECLARE_CONST_FUN_OBJ(pyb_rng_get_obj);