Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BLE_WallbotBLE_Challenge by
ble_cscs_meas_s Struct Reference
[Cycling Speed and Cadence Service]
Cycling Speed and Cadence Service measurement structure. More...
#include <ble_cscs.h>
Data Fields | |
bool | is_wheel_rev_data_present |
True if Wheel Revolution Data is present in the measurement. | |
bool | is_crank_rev_data_present |
True if Crank Revolution Data is present in the measurement. | |
uint32_t | cumulative_wheel_revs |
Cumulative Wheel Revolutions. | |
uint16_t | last_wheel_event_time |
Last Wheel Event Time. | |
uint16_t | cumulative_crank_revs |
Cumulative Crank Revolutions. | |
uint16_t | last_crank_event_time |
Last Crank Event Time. |
Detailed Description
Cycling Speed and Cadence Service measurement structure.
This contains a Cycling Speed and Cadence Service measurement.
Definition at line 115 of file ble_cscs.h.
Field Documentation
uint16_t cumulative_crank_revs |
Cumulative Crank Revolutions.
Definition at line 121 of file ble_cscs.h.
uint32_t cumulative_wheel_revs |
Cumulative Wheel Revolutions.
Definition at line 119 of file ble_cscs.h.
True if Crank Revolution Data is present in the measurement.
Definition at line 118 of file ble_cscs.h.
True if Wheel Revolution Data is present in the measurement.
Definition at line 117 of file ble_cscs.h.
uint16_t last_crank_event_time |
Last Crank Event Time.
Definition at line 122 of file ble_cscs.h.
uint16_t last_wheel_event_time |
Last Wheel Event Time.
Definition at line 120 of file ble_cscs.h.
Generated on Tue Jul 12 2022 13:52:33 by
