Heart Rate Measurement characteristic value structure. More...
#include <hrs_c.h>
Public Attributes | |
bool | is_sensor_contact_detected |
True if sensor contact has been detected. More... | |
uint16_t | hr_value |
Heart Rate Value. More... | |
uint8_t | rr_intervals_num |
Number of RR intervals. More... | |
float | rr_intervals [HRS_C_RR_INTERVALS_NUM_MAX] |
RR intervals. More... | |
uint16_t | energy_expended |
The accumulated energy expended in kilo Joules since the last time it was reset. More... | |
uint16_t hrs_c_hr_meas_t::energy_expended |
bool hrs_c_hr_meas_t::is_sensor_contact_detected |
float hrs_c_hr_meas_t::rr_intervals[HRS_C_RR_INTERVALS_NUM_MAX] |
uint8_t hrs_c_hr_meas_t::rr_intervals_num |