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

Bicycle Power page 17 data structure. More...

#include <bp_pages.h>

Data Fields

uint32_t update_event_counter
 
uint32_t wheel_ticks
 
uint32_t instantaneous_cadence
 
uint32_t wheel_period
 
uint32_t accumulated_torgue
 

Detailed Description

Bicycle Power page 17 data structure.

Field Documentation

uint32_t bp_page17_data_t::accumulated_torgue

Accumulated torque.

uint32_t bp_page17_data_t::instantaneous_cadence

Crank cadence, if available.

uint32_t bp_page17_data_t::update_event_counter

Event counter incremented with each information update.

uint32_t bp_page17_data_t::wheel_period

Accumulated wheel period.

uint32_t bp_page17_data_t::wheel_ticks

Wheel tick count incremented with each wheel revolution.