nRF5 SDK v12.1.0
Macros
Bicycle Power profile utilities

This module implements utilities for the Bicycle Power profile. More...

Macros

#define ANT_BPWR_TORQUE_PERIOD_UNIT_REVERSAL   2048
 
#define ANT_BPWR_TORQUE_PERIOD_DISP_PRECISION   1000
 
#define ANT_BPWR_TORQUE_PERIOD_RESCALE(VALUE)
 
#define ANT_BPWR_ACC_TORQUE_UNIT_REVERSAL   32
 
#define ANT_BPWR_ACC_TORQUE_DISP_PRECISION   10
 
#define ANT_BPWR_ACC_TORQUE_RESCALE(VALUE)
 

Detailed Description

This module implements utilities for the Bicycle Power profile.

Macro Definition Documentation

#define ANT_BPWR_ACC_TORQUE_RESCALE (   VALUE)
Value:
value_rescale((VALUE), ANT_BPWR_ACC_TORQUE_UNIT_REVERSAL, \
ANT_BPWR_ACC_TORQUE_DISP_PRECISION)
#define ANT_BPWR_TORQUE_PERIOD_RESCALE (   VALUE)
Value:
value_rescale((VALUE), ANT_BPWR_TORQUE_PERIOD_UNIT_REVERSAL, \
ANT_BPWR_TORQUE_PERIOD_DISP_PRECISION)

Documentation feedback | Developer Zone | Subscribe | Updated