WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
crypto_osal_lib.c 文件参考
#include "crypto_osal_lib.h"
#include "drv_trng.h"
#include "crypto_osal_adapt.h"
#include "td_base.h"
#include "boot_serial.h"
crypto_osal_lib.c 的引用(Include)关系图:

宏定义

#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"
 

宏定义说明

◆ crypto_fallthrough

#define crypto_fallthrough ( )    __attribute__((fallthrough))

◆ crypto_pchar

#define crypto_pchar (   c)
值:
do { \
td_char cc = (c); \
if (func != TD_NULL) \
(*func)(cc); \
retval++; \
} while (0)
#define TD_NULL
Definition td_type.h:30
char td_char
Definition td_type.h:41

◆ hex2ascii

#define hex2ascii (   hex)    (hex2ascii_data[hex])

◆ toupper

#define toupper (   c)    ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z')))

函数说明

◆ __attribute__()

void __attribute__ ( (weak)  )

◆ crypto_boot_debug_message()

td_void crypto_boot_debug_message ( const char *  fmt,
  ... 
)

◆ crypto_wait_func_is_support()

td_bool crypto_wait_func_is_support ( void  )

变量说明

◆ hex2ascii_data

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