circuitpython/stmhal/rng.h

4 lines
65 B
C

void rng_init(void);
MP_DECLARE_CONST_FUN_OBJ(pyb_rng_get_obj);