9#ifndef HAL_CIPHER_TRNG_H
10#define HAL_CIPHER_TRNG_H
td_s32 hal_cipher_trng_get_random(td_u32 *randnum)
Definition hal_rom_table.c:125
td_s32 hal_cipher_trng_init(td_void)
Definition hal_rom_table.c:120
td_s32 hal_cipher_trng_deinit(void)
Definition hal_trng.c:71
void td_void
Definition td_type.h:49
unsigned int td_u32
Definition td_type.h:38
int td_s32
Definition td_type.h:44