nRF51 SDK - S210 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
bp_page32_data_t Struct Reference

Bicycle Power page 32 data structure. More...

#include <bp_pages.h>

Data Fields

uint32_t update_event_counter
 
uint32_t slope
 
uint32_t time_stamp
 
uint32_t torque_ticks_stamp
 
uint32_t average_cadence
 

Detailed Description

Bicycle Power page 32 data structure.

Field Documentation

uint32_t bp_page32_data_t::average_cadence

Average cadence calculated from received data.

uint32_t bp_page32_data_t::slope

Slope defines the variation of the output frequency.

uint32_t bp_page32_data_t::time_stamp

Time of most recent rotation event.

uint32_t bp_page32_data_t::torque_ticks_stamp

Count of most recent torque event.

uint32_t bp_page32_data_t::update_event_counter

Rotation event counter increments with each completed pedal revolution.