WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
diag_cmd_beat_heart.c 文件参考
#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"
diag_cmd_beat_heart.c 的引用(Include)关系图:

宏定义

#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
 

宏定义说明

◆ CONFIG_DFX_DIAG_BEAT_HEART_PER_TIME

#define CONFIG_DFX_DIAG_BEAT_HEART_PER_TIME   (60 * 1000) /* ms */

◆ CONFIG_DFX_DIAG_BEAT_HEART_TOTAL_TIME

#define CONFIG_DFX_DIAG_BEAT_HEART_TOTAL_TIME   (60 * 6) /* second */

函数说明

◆ diag_beat_heart_connect_state_receive()

STATIC void diag_beat_heart_connect_state_receive ( bool  enable)

◆ diag_beat_heart_init()

errcode_t diag_beat_heart_init ( void  )

◆ diag_beat_heart_process()

void diag_beat_heart_process ( void  )

◆ diag_beat_heart_timer_call_back()

STATIC void diag_beat_heart_timer_call_back ( uintptr_t  data)

◆ diag_cmd_beat_heart()

errcode_t diag_cmd_beat_heart ( uint16_t  cmd_id,
void *  cmd_param,
uint16_t  cmd_param_size,
diag_option_t option 
)

变量说明

◆ g_diag_beat_heart_timer

dfx_timer g_diag_beat_heart_timer