Airoha M0 BLE API  1.0.5.4
Drv_Trng.h
1 /******************************************************************************
2 Copyright (c) Airoha 2016 - All rights reserved
3 
4 FILE NAME
5  Drv_Trng.h
6 DESCRIPTION
7 NOTES
8 ********************************************************************************/
9 #ifndef _DRV_TRNG_HH
10 #define _DRV_TRNG_HH
11 
12 void DRV_TRNG_Get(uint8_t *buf, uint8_t len);
13 
14 #endif