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 3268 of file rail_types.h.

Field Documentation

◆ cb

RAIL_VerifyCallbackPtr_t RAIL_VerifyConfig_t::cb

Internal verification tracking information.

Definition at line 3276 of file rail_types.h.

◆ correspondingHandle

RAIL_Handle_t RAIL_VerifyConfig_t::correspondingHandle

Internal verification tracking information.

Definition at line 3270 of file rail_types.h.

◆ nextIndexToVerify

uint32_t RAIL_VerifyConfig_t::nextIndexToVerify

Internal verification tracking information.

Definition at line 3272 of file rail_types.h.

◆ override

const uint32_t* RAIL_VerifyConfig_t::override

Internal verification tracking information.

Definition at line 3274 of file rail_types.h.


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