nRF5 SDK v17.1.0
Macros | Typedefs | Functions
Bicycle Power profile page 17

Macros

#define DEFAULT_ANT_BPWR_PAGE17()   (ant_bpwr_page17_data_t) DEFAULT_ANT_BPWR_PAGE_TORQUE(0, 0, 0, 0)
 Initialize page 17.
 

Typedefs

typedef ant_bpwr_page_torque_data_t ant_bpwr_page17_data_t
 Data structure for Bicycle Power data page 17. More...
 

Functions

void ant_bpwr_page_17_encode (uint8_t *p_page_buffer, ant_bpwr_page17_data_t const *p_page_data)
 Function for encoding page 17. More...
 
void ant_bpwr_page_17_decode (uint8_t const *p_page_buffer, ant_bpwr_page17_data_t *p_page_data)
 Function for decoding page 17. More...
 

Detailed Description

Typedef Documentation

Data structure for Bicycle Power data page 17.

Note
This structure implements only page 17 specific data.

Function Documentation

void ant_bpwr_page_17_decode ( uint8_t const *  p_page_buffer,
ant_bpwr_page17_data_t p_page_data 
)

Function for decoding page 17.

Parameters
[in]p_page_bufferPointer to the data buffer.
[out]p_page_dataPointer to the page data.
void ant_bpwr_page_17_encode ( uint8_t *  p_page_buffer,
ant_bpwr_page17_data_t const *  p_page_data 
)

Function for encoding page 17.

Parameters
[in]p_page_dataPointer to the page data.
[out]p_page_bufferPointer to the data buffer.

Documentation feedback | Developer Zone | Subscribe | Updated