You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
781 B
39 lines
781 B
//////////////////////////////////////////////////////////////////////////
|
|
/// COPYRIGHT NOTICE
|
|
/// Copyright (c) 2023, 传控科技
|
|
/// All rights reserved.
|
|
///
|
|
/// @file asp_gsensor.c
|
|
/// @brief asp_gsensor
|
|
///
|
|
///(本文件实现的功能的详述)
|
|
///
|
|
////20221217_213321 CCmodify new uart struct for road protocol
|
|
|
|
|
|
#ifndef _ASP_LOWPOWER_H_
|
|
#define _ASP_LOWPOWER_H_
|
|
|
|
|
|
#include "asp_expara.h"
|
|
|
|
|
|
void SetWakeUpTime(u16 SetTime);
|
|
void L1_main_lowp_test(void);
|
|
void L0_uart_close(void);
|
|
void L0_uart1_open(void);
|
|
void L0_uart2_open(void);
|
|
void L0_main_lowp_set(void);
|
|
|
|
void L1_main_lowp_test(void);
|
|
|
|
#define D_cmd_filter_lowpower 0xf1
|
|
|
|
|
|
|
|
void L3_test_lp(u8 filter);//// ON listen function
|
|
|
|
|
|
|
|
#endif ///#ifndef _ASP_LOWPOWER_H_
|
|
|
|
|