WECHAT pedeometer measurement flag

WeChat pedeometer measurement flag bits. More...

+ Collaboration diagram for WECHAT pedeometer measurement flag:

Macros

#define WECHAT_PEDO_FLAG_STEP_COUNT_BIT   0X01
 WeChat pedometer measurement step count flag bit. More...
 
#define WECHAT_PEDO_FLAG_STEP_DISTENCE_BIT   0X02
 WeChat pedometer measurement step distance flag bit. More...
 
#define WECHAT_PEDO_FLAG_STEP_CALORIE_BIT   0X04
 WeChat pedometer measurement step calorie flag bit. More...
 
#define WECHAT_PEDO_FLAG_ALL_SUP_BIT   0X07
 WeChat pedometer measurement all flag bit. More...
 

Detailed Description

WeChat pedeometer measurement flag bits.

Macro Definition Documentation

◆ WECHAT_PEDO_FLAG_ALL_SUP_BIT

#define WECHAT_PEDO_FLAG_ALL_SUP_BIT   0X07

WeChat pedometer measurement all flag bit.

Definition at line 101 of file wechat.h.

◆ WECHAT_PEDO_FLAG_STEP_CALORIE_BIT

#define WECHAT_PEDO_FLAG_STEP_CALORIE_BIT   0X04

WeChat pedometer measurement step calorie flag bit.

Definition at line 100 of file wechat.h.

◆ WECHAT_PEDO_FLAG_STEP_COUNT_BIT

#define WECHAT_PEDO_FLAG_STEP_COUNT_BIT   0X01

WeChat pedometer measurement step count flag bit.

Definition at line 98 of file wechat.h.

◆ WECHAT_PEDO_FLAG_STEP_DISTENCE_BIT

#define WECHAT_PEDO_FLAG_STEP_DISTENCE_BIT   0X02

WeChat pedometer measurement step distance flag bit.

Definition at line 99 of file wechat.h.