Configuration information for FEM Voltage Detection plugin.
A structure of type RAIL_VdetConfig_t is passed to RAIL_ConfigVdet().
DeprecatedRAIL 2.x synonym of sl_rail_vdet_config_t.
Public Attributes#
Mode for the VDET.
Resolution to use for the capture.
uint32_t
Delay in microseconds 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.
DeprecatedRAIL 2.x synonym of sl_rail_vdet_config_t::mode.
resolution#
RAIL_Vdet_Resolution_t RAIL_VdetConfig_t::resolution
Resolution to use for the capture.
DeprecatedRAIL 2.x synonym of sl_rail_vdet_config_t::resolution.
delayUs#
uint32_t RAIL_VdetConfig_t::delayUs
Delay in microseconds for the capture from Tx Start in RAIL_VDET_MODE_AUTOMATIC.
Minimum 5 us, maximum 100000 us.
DeprecatedRAIL 2.x synonym of sl_rail_vdet_config_t::delay_us.