source: S-port/trunk/Core/Inc/rng.h@ 1

Last change on this file since 1 was 1, checked in by AlexLir, 3 years ago
File size: 152 bytes
Line 
1#ifndef __RNG_H
2#define __RNG_H
3
4#include "main.h"
5
6void RNG_init(void);
7void RNG_deinit(void);
8uint32_t RNG_get(void);
9
10#endif /* __RNG_H */
Note: See TracBrowser for help on using the repository browser.