RAIL_VerifyConfig_t Struct Reference

The configuration array provided to RAIL for use by the radio state verification feature.

#include <rail_types.h>

Data Fields

RAIL_Handle_t correspondingHandle
 Internal verification tracking information.
 
uint32_t nextIndexToVerify
 Internal verification tracking information.
 
const uint32_t * override
 Internal verification tracking information.
 
RAIL_VerifyCallbackPtr_t cb
 Internal verification tracking information.

The configuration array provided to RAIL for use by the radio state verification feature.

This structure will be populated with appropriate values by calling RAIL_ConfigVerification(). The application should not set or alter any of these structure elements.

Definition at line 2206 of file rail_types.h.

Field Documentation

RAIL_VerifyCallbackPtr_t RAIL_VerifyConfig_t::cb

Internal verification tracking information.

Definition at line 2214 of file rail_types.h.

RAIL_Handle_t RAIL_VerifyConfig_t::correspondingHandle

Internal verification tracking information.

Definition at line 2208 of file rail_types.h.

uint32_t RAIL_VerifyConfig_t::nextIndexToVerify

Internal verification tracking information.

Definition at line 2210 of file rail_types.h.

const uint32_t* RAIL_VerifyConfig_t::override

Internal verification tracking information.

Definition at line 2212 of file rail_types.h.


The documentation for this struct was generated from the following file:
  • common/rail_types.h