Bicycle Power profile page 18

nRF5 SDK v15.3.0

Macros

#define DEFAULT_ANT_BPWR_PAGE18 ()   ( ant_bpwr_page18_data_t ) DEFAULT_ANT_BPWR_PAGE_TORQUE (0, 0, 0, 0)
Initialize page 18.

Typedefs

typedef ant_bpwr_page_torque_data_t ant_bpwr_page18_data_t
Data structure for Bicycle Power data page 18. More...

Functions

void ant_bpwr_page_18_encode (uint8_t *p_page_buffer, ant_bpwr_page18_data_t const *p_page_data)
Function for encoding page 18. More...
void ant_bpwr_page_18_decode (uint8_t const *p_page_buffer, ant_bpwr_page18_data_t *p_page_data)
Function for decoding page 18. More...

Detailed Description

Typedef Documentation

Data structure for Bicycle Power data page 18.

Note
This structure implements only page 18 specific data.

Function Documentation

void ant_bpwr_page_18_decode ( uint8_t const * p_page_buffer ,
ant_bpwr_page18_data_t * p_page_data
)

Function for decoding page 18.

Parameters
[in] p_page_buffer Pointer to the data buffer.
[out] p_page_data Pointer to the page data.
void ant_bpwr_page_18_encode ( uint8_t * p_page_buffer ,
ant_bpwr_page18_data_t const * p_page_data
)

Function for encoding page 18.

Parameters
[in] p_page_data Pointer to the page data.
[out] p_page_buffer Pointer to the data buffer.