|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "at_base.h"
函数 | |
| void | at_base_toupper (char *str, uint32_t len) |
| errcode_t | uapi_at_base_api_register (at_base_api_t base_api) |
| 注册AT所需的基础函数。 | |
| bool | at_base_is_at_init (void) |
| 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) |
| void | at_log (const char *buf, uint16_t buf_size, uint8_t level) |
| bool | at_cmd_attr (uint16_t attr) |
| bool at_base_is_at_init | ( | void | ) |
| void at_base_toupper | ( | char * | str, |
| uint32_t | len | ||
| ) |
| bool at_cmd_attr | ( | uint16_t | attr | ) |
| void at_free | ( | void * | addr | ) |
| void at_log | ( | const char * | buf, |
| uint16_t | buf_size, | ||
| uint8_t | level | ||
| ) |
| void * at_malloc | ( | uint32_t | size | ) |
| void at_msg_queue_create | ( | uint32_t | msg_count, |
| uint32_t | msg_size, | ||
| unsigned long * | queue_id | ||
| ) |
| uint32_t at_msg_queue_read | ( | unsigned long | queue_id, |
| void * | buf_ptr, | ||
| uint32_t * | buf_size, | ||
| uint32_t | timeout | ||
| ) |
| uint32_t at_msg_queue_write | ( | unsigned long | queue_id, |
| void * | msg_ptr, | ||
| uint32_t | msg_size, | ||
| uint32_t | timeout | ||
| ) |
| void at_yield | ( | void | ) |