micropython/stmhal/rng.h

4 lines
65 B
C
Raw Normal View History

void rng_init(void);
MP_DECLARE_CONST_FUN_OBJ(pyb_rng_get_obj);