WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
at_base.h 文件参考
#include "at_product.h"
at_base.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#define at_log_normal(buf, buf_size, level)
 

函数

void at_base_toupper (char *str, uint32_t len)
 
void * at_malloc (uint32_t size)
 
void at_free (void *addr)
 
void at_msg_queue_create (uint32_t msg_count, uint32_t msg_size, unsigned long *queue_id)
 
uint32_t at_msg_queue_write (unsigned long queue_id, void *msg_ptr, uint32_t msg_size, uint32_t timeout)
 
uint32_t at_msg_queue_read (unsigned long queue_id, void *buf_ptr, uint32_t *buf_size, uint32_t timeout)
 
void at_yield (void)
 
bool at_base_is_at_init (void)
 
void at_log (const char *buf, uint16_t buf_size, uint8_t level)
 
bool at_cmd_attr (uint16_t attr)
 

宏定义说明

◆ at_log_normal

#define at_log_normal (   buf,
  buf_size,
  level 
)

Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2022-2022. All rights reserved.
Description: Provides at base server header. Only for AT module.

函数说明

◆ at_base_is_at_init()

bool at_base_is_at_init ( void  )

◆ at_base_toupper()

void at_base_toupper ( char *  str,
uint32_t  len 
)

◆ at_cmd_attr()

bool at_cmd_attr ( uint16_t  attr)

◆ at_free()

void at_free ( void *  addr)

◆ at_log()

void at_log ( const char *  buf,
uint16_t  buf_size,
uint8_t  level 
)

◆ at_malloc()

void * at_malloc ( uint32_t  size)

◆ at_msg_queue_create()

void at_msg_queue_create ( uint32_t  msg_count,
uint32_t  msg_size,
unsigned long *  queue_id 
)

◆ at_msg_queue_read()

uint32_t at_msg_queue_read ( unsigned long  queue_id,
void *  buf_ptr,
uint32_t *  buf_size,
uint32_t  timeout 
)

◆ at_msg_queue_write()

uint32_t at_msg_queue_write ( unsigned long  queue_id,
void *  msg_ptr,
uint32_t  msg_size,
uint32_t  timeout 
)

◆ at_yield()

void at_yield ( void  )