Functions |
|
| void | ant_sdm_page_16_encode (uint8_t *p_page_buffer, ant_sdm_common_data_t const *p_common_data) |
|
Function for encoding page 16.
More...
|
|
| void | ant_sdm_page_16_decode (uint8_t const *p_page_buffer, ant_sdm_common_data_t *p_common_data) |
|
Function for decoding page 16.
More...
|
|
Detailed Description
Function Documentation
| void ant_sdm_page_16_decode | ( | uint8_t const * | p_page_buffer , |
| ant_sdm_common_data_t * | p_common_data | ||
| ) |
Function for decoding page 16.
- Parameters
-
[in] p_page_buffer Pointer to the data buffer. [out] p_common_data Pointer to the page data.
| void ant_sdm_page_16_encode | ( | uint8_t * | p_page_buffer , |
| ant_sdm_common_data_t const * | p_common_data | ||
| ) |
Function for encoding page 16.
- Parameters
-
[in] p_common_data Pointer to the page data. [out] p_page_buffer Pointer to the data buffer.