|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "diag_cmd_beat_heart.h"#include "diag_cmd_beat_heart_st.h"#include "diag.h"#include "stdlib.h"#include "soc_diag_cmd_id.h"#include "diag_filter.h"#include "dfx_adapt_layer.h"#include "diag_ind_src.h"#include "errcode.h"
宏定义 | |
| #define | CONFIG_DFX_DIAG_BEAT_HEART_PER_TIME (60 * 1000) /* ms */ |
| #define | CONFIG_DFX_DIAG_BEAT_HEART_TOTAL_TIME (60 * 6) /* second */ |
函数 | |
| errcode_t | diag_cmd_beat_heart (uint16_t cmd_id, void *cmd_param, uint16_t cmd_param_size, diag_option_t *option) |
| void | diag_beat_heart_process (void) |
| STATIC void | diag_beat_heart_timer_call_back (uintptr_t data) |
| STATIC void | diag_beat_heart_connect_state_receive (bool enable) |
| errcode_t | diag_beat_heart_init (void) |
变量 | |
| dfx_timer | g_diag_beat_heart_timer |
| #define CONFIG_DFX_DIAG_BEAT_HEART_PER_TIME (60 * 1000) /* ms */ |
| #define CONFIG_DFX_DIAG_BEAT_HEART_TOTAL_TIME (60 * 6) /* second */ |
| STATIC void diag_beat_heart_connect_state_receive | ( | bool | enable | ) |
| errcode_t diag_beat_heart_init | ( | void | ) |
| void diag_beat_heart_process | ( | void | ) |
| errcode_t diag_cmd_beat_heart | ( | uint16_t | cmd_id, |
| void * | cmd_param, | ||
| uint16_t | cmd_param_size, | ||
| diag_option_t * | option | ||
| ) |
| dfx_timer g_diag_beat_heart_timer |