![]() |
CI130X SDK API手册
2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
|
示例程序 更多...
#include <stdio.h>
#include "FreeRTOS.h"
#include "semphr.h"
#include "event_groups.h"
#include "status_share.h"
#include "ci130x_system_ept.h"
#include "ci130x_nuclear_com.h"
函数 | |
static void | other_func_ept_cal_serve_rpmsg (char *para, uint32_t size) |
void | ciss_init (void) |
信息共享模块初始化. 更多... | |
status_t | ciss_get (status_id_t id) |
读取状态信息. 更多... | |
void | ciss_set (status_id_t id, status_t value) |
设置状态信息,如果状态有变化且是可等待状态,发送状态等待事件标志位. 更多... | |
变量 | |
static status_t * | status_list_mirror = NULL |
示例程序
status_t ciss_get | ( | status_id_t | id | ) |
读取状态信息.
id | 状态信息标识,指定要读取的状态. |
void ciss_init | ( | void | ) |
信息共享模块初始化.
void ciss_set | ( | status_id_t | id, |
status_t | value | ||
) |
设置状态信息,如果状态有变化且是可等待状态,发送状态等待事件标志位.
id | 状态信息标识,指定要设置的状态. |
value | 要设置的状态值. |
|
static |