nRF51 SDK v9.0.0
HRM transmitter configuration structure. More...
#include <ant_hrm.h>
Data Fields |
|
| bool | page_1_present |
|
Determines whether page 1 is included.
|
|
| ant_hrm_page_t | main_page_number |
|
Determines the main data page (
ANT_HRM_PAGE_0
or
ANT_HRM_PAGE_4
).
|
|
| uint8_t * | p_cb_buffer |
|
Pointer to the data buffer for internal use. The size of this buffer is determined by
HRM_TX_CB_SIZE
.
|
|
Detailed Description
HRM transmitter configuration structure.