Configuration information for FEM Voltage Detection plugin.
A structure of type RAIL_VdetConfig_t is passed to RAIL_ConfigVdet().
Public Attributes#
Mode for the VDET.
Resolution to use for the capture.
uint32_t
Delay in us for the capture from Tx Start in RAIL_VDET_MODE_AUTOMATIC.
Public Attribute Documentation#
mode#
RAIL_Vdet_Mode_t RAIL_VdetConfig_t::mode
Mode for the VDET.
Definition at line
5740
of file common/rail_types.h
resolution#
RAIL_Vdet_Resolution_t RAIL_VdetConfig_t::resolution
Resolution to use for the capture.
Definition at line
5742
of file common/rail_types.h
delayUs#
uint32_t RAIL_VdetConfig_t::delayUs
Delay in us for the capture from Tx Start in RAIL_VDET_MODE_AUTOMATIC.
Minimum 5us, maximum 100ms
Definition at line
5744
of file common/rail_types.h