Configuration information for FEM Voltage Detection plugin.

A structure of type sl_rail_vdet_config_t is passed to sl_rail_config_vdet().

Public Attributes#

Mode for the VDET.

Resolution to use for the capture.

uint32_t

Delay in microseconds for the capture from Tx Start in SL_RAIL_VDET_MODE_AUTOMATIC.

Public Attribute Documentation#

mode#

sl_rail_vdet_mode_t sl_rail_vdet_config_t::mode

Mode for the VDET.


resolution#

sl_rail_vdet_resolution_t sl_rail_vdet_config_t::resolution

Resolution to use for the capture.


delay_us#

uint32_t sl_rail_vdet_config_t::delay_us

Delay in microseconds for the capture from Tx Start in SL_RAIL_VDET_MODE_AUTOMATIC.

Minimum 5 us, maximum 100000 us.