Cycling Speed and Cadence Service feature bits. More...

Macros

#define CSCS_FEAT_WHEEL_REVOLUTION_SUP_BIT   (0x01 << 0)
 
#define CSCS_FEAT_CRANK_REVOLUTION_SUP_BIT   (0x01 << 1)
 
#define CSCS_FEAT_MULTIPLE_SENSORS_BIT   (0x01 << 2)
 
#define CSCS_FEAR_FULL_BIT   (0x07)
 

Detailed Description

Cycling Speed and Cadence Service feature bits.

Macro Definition Documentation

◆ CSCS_FEAR_FULL_BIT

#define CSCS_FEAR_FULL_BIT   (0x07)

Bit for all CSC features Supported.

Definition at line 108 of file cscs.h.

◆ CSCS_FEAT_CRANK_REVOLUTION_SUP_BIT

#define CSCS_FEAT_CRANK_REVOLUTION_SUP_BIT   (0x01 << 1)

Bit for Crank Revolution Data Supported.

Definition at line 106 of file cscs.h.

◆ CSCS_FEAT_MULTIPLE_SENSORS_BIT

#define CSCS_FEAT_MULTIPLE_SENSORS_BIT   (0x01 << 2)

Bit for Multiple Sensor Locations Supported.

Definition at line 107 of file cscs.h.

◆ CSCS_FEAT_WHEEL_REVOLUTION_SUP_BIT

#define CSCS_FEAT_WHEEL_REVOLUTION_SUP_BIT   (0x01 << 0)

Bit for Wheel Revolution Data Supported.

Definition at line 105 of file cscs.h.