|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "crypto_osal_lib.h"#include "drv_trng.h"#include "crypto_osal_adapt.h"#include "td_base.h"#include "boot_serial.h"
宏定义 | |
| #define | hex2ascii(hex) (hex2ascii_data[hex]) |
| #define | crypto_fallthrough() __attribute__((fallthrough)) |
| #define | toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) |
| #define | crypto_pchar(c) |
函数 | |
| td_void | crypto_boot_debug_message (const char *fmt,...) |
| void | __attribute__ ((weak)) |
| td_bool | crypto_wait_func_is_support (void) |
变量 | |
| td_char const | hex2ascii_data [] = "0123456789abcdefghijklmnopqrstuvwxyz" |
| #define crypto_fallthrough | ( | ) | __attribute__((fallthrough)) |
| #define crypto_pchar | ( | c | ) |
| #define hex2ascii | ( | hex | ) | (hex2ascii_data[hex]) |
| #define toupper | ( | c | ) | ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) |
| void __attribute__ | ( | (weak) | ) |
| td_void crypto_boot_debug_message | ( | const char * | fmt, |
| ... | |||
| ) |
| td_bool crypto_wait_func_is_support | ( | void | ) |
| td_char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz" |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved. Description: for osal adapt.
Create: 2023-04-23