nRF5 SDK for Thread and Zigbee v3.2.0
Data Fields
otSysSoftdeviceRaalConfigParams Struct Reference

RAAL Softdevice configuration parameters. More...

#include <platform-softdevice.h>

Data Fields

uint32_t timeslotLength
 
uint32_t timeslotTimeout
 
uint32_t timeslotMaxLength
 
uint16_t timeslotAllocIters
 
uint16_t timeslotSafeMargin
 
uint16_t lfClkAccuracyPpm
 

Detailed Description

RAAL Softdevice configuration parameters.

Field Documentation

uint16_t otSysSoftdeviceRaalConfigParams::lfClkAccuracyPpm

Clock accuracy in ppm unit.

uint16_t otSysSoftdeviceRaalConfigParams::timeslotAllocIters

Maximum number of iteration of dividing timeslot_length by factor of 2 performed by arbiter.

uint32_t otSysSoftdeviceRaalConfigParams::timeslotLength

Timeslot length requested by the module in microseconds.

uint32_t otSysSoftdeviceRaalConfigParams::timeslotMaxLength

Maximum single timeslot length created by extension processing in microseconds.

uint16_t otSysSoftdeviceRaalConfigParams::timeslotSafeMargin

Safe margin before timeslot is finished and nrf_raal_timeslot_ended should be called in microseconds.

uint32_t otSysSoftdeviceRaalConfigParams::timeslotTimeout

Longest acceptable delay until the start of the requested timeslot in microseconds.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated