BLE_TYQ_BJQ_CH32V303/bsp/inc/bsp_rng.h

29 lines
147 B
C
Raw Normal View History

#ifndef __BSP_RNG_H__
#define __BSP_RNG_H__
#include "rtthread.h"
int BSP_Rng_Init(void);
int Get_RandomNumber(void);
#endif