![]() |
![]() |
Radar RF LDO bypass enable/disable configuration. More...
#include <control/mmwavelink/include/rl_sensor.h>
Data Fields | |
rlUInt16_t | ldoBypassEnable |
Enable LDO bypass [b0] 1: RF LDO bypassed, Should be used only when 1.0V RF supply is provided 0: RF LDO not bypassed(default), Should be used only when 1.3V RF supply is provided [b1] 0: PA LDO input is enabled 1: PA LDO input is disabled (3 TX use case). (To be used only when VIN_RF2 is shorted to VOUT_PA on board and VIN_RF2 is 1.0V) [b15:2] Reserved usecase LDO bypass PA LDO disable 1.3V RF supply 1 and 1.3V RF supply 2 0 0 1.0V RF supply 1 and 1.0V RF supply 2 1 0 1.0V RF supply 1 and 1.0V RF supply 2 1 1 and RF supply 1 shorted to Vout PA. More... | |
rlUInt8_t | supplyMonIrDrop |
IR drop is the voltage drop from the PMIC output to the device pin. The user should program the voltage drop in percentage units which will be used for measuring the external supplies. Value Description 0 IR drop of 0% 1 IR drop of 3% 2 IR drop of 6% 3 IR drop of 9% . | |
rlUInt8_t | ioSupplyIndicator |
IO supply indicator. This is used to indicate the IO supply to the MMIC device for setting the correct voltage monitor thresholds Value Description 0 3.3 V IO supply 1 1.8 V IO supply . | |
Radar RF LDO bypass enable/disable configuration.
Definition at line 2139 of file rl_sensor.h.
rlUInt16_t rlRfLdoBypassCfg_t::ldoBypassEnable |
Enable LDO bypass
[b0] 1: RF LDO bypassed, Should be used only when 1.0V RF supply is provided 0: RF LDO not bypassed(default), Should be used only when 1.3V RF supply is provided
[b1] 0: PA LDO input is enabled
1: PA LDO input is disabled (3 TX use case). (To be used only when VIN_RF2 is shorted to VOUT_PA on board and VIN_RF2 is 1.0V)
[b15:2] Reserved
usecase LDO bypass PA LDO disable
1.3V RF supply 1 and 1.3V RF supply 2 0 0 1.0V RF supply 1 and 1.0V RF supply 2 1 0 1.0V RF supply 1 and 1.0V RF supply 2 1 1 and RF supply 1 shorted to Vout PA.
Definition at line 2158 of file rl_sensor.h.