Functions | |
| void | serial_handler_access_rx (const serial_packet_t *p_cmd) |
| Handle serial commands addressed to the ACCESS layer. More... | |
| uint32_t | hal_lfclk_ppm_get (uint32_t lfclksrc) |
| Get the PPM clock drift value of the given low frequency clock source. More... | |
Detailed Description
Function Documentation
◆ serial_handler_access_rx()
| void serial_handler_access_rx | ( | const serial_packet_t * | p_cmd | ) |
Handle serial commands addressed to the ACCESS layer.
- Parameters
-
[in] p_cmd Serial command to handle.
◆ hal_lfclk_ppm_get()
| uint32_t hal_lfclk_ppm_get | ( | uint32_t | lfclksrc | ) |
Get the PPM clock drift value of the given low frequency clock source.
- Parameters
-
[in] lfclksrc Clock source value for the SoftDevice. See the nrf_clock_lfclksrc_tenum in nrf_sdm.h in the SDK for acceptable values.
- Returns
- The matching clock drift value in parts per million.