nRF5 SDK for Mesh v5.0.0
Functions
Access layer serial handler

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_cmdSerial 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]lfclksrcClock source value for the SoftDevice. See the nrf_clock_lfclksrc_t enum in nrf_sdm.h in the SDK for acceptable values.
Returns
The matching clock drift value in parts per million.

Documentation feedback | Developer Zone | Subscribe | Updated