Skip to content

Commit

Permalink
Minor updates to TPS6522x power data structure documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnBuiTI authored and LeonardMH committed Apr 2, 2024
1 parent cc60640 commit 43c2665
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions include/cfg/tps6522x/pmic_power_tps6522x.h
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,8 @@ extern "C"
* \ref Tps6522x_buckEnBitField
* \param buckSlewRate BUCK slew rate. For valid values, refer to
* \ref Tps6522x_buckSlewRateBitField
* \param buckVset BUCK voltage in VSET form
* \param buckVset BUCK voltage in VSET form. For valid values, refer to
* \ref Tps6522x_buckLdoMinMaxVset
* For possible ranges of BUCK2, BUCK3, BUCK4, refer to
* \ref Tps6522x_buck2_3_4_VoltageRangesMV
* \param buckVmonThr BUCK VMON threshold. For valid values, refer to
Expand Down Expand Up @@ -736,9 +737,8 @@ typedef struct tps6522xBuckCfg_s
* \ref Tps6522x_ldoEnBitField
* \param ldoMode LDO mode. For valid values, refer to
* \ref Tps6522x_bypConfigBitField
* \param ldoVset LDO voltage in VSET form
* For possible ranges of LDO2 and LDO3, refer to
* \ref Tps6522x_ldo2_3_VoltageRangesMV
* \param ldoVset LDO voltage in VSET form. For valid values, refer to
* \ref Tps6522x_buckLdoMinMaxVset
* \param ldoVmonThr LDO VMON threshold. For valid values, refer to
* \ref Tps6522x_ldoVmonThrBitField
* \param ldoRailGrpSel LDO rail group selection. For valid values, refer to
Expand Down Expand Up @@ -787,12 +787,14 @@ typedef struct tps6522xLdoCfg_s
* refer to \ref Tps6522x_vccaRailSelBitField
* \param vmon1Thr VMON1 threshold. For valid values, refer to
* \ref Tps6522x_vmon1ThrBitField
* \param vmon1PgSet VMON1 PG level in PG_SET form
* \param vmon1PgSet VMON1 PG level in PG_SET form. For valid values, refer to
* \ref Tps6522x_vmonMinMaxPgSet
* \param vmon1RailGrpSel VMON1 rail group selection. For valid values, refer to
* \ref Tps6522x_vmon1RailSelBitField
* \param vmon2Thr VMON2 treshold. For valid values, refer to
* \ref Tps6522x_vmon2ThrBitField
* \param vmon2PgSet VMON2 PG level in PG_SET form
* \param vmon2PgSet VMON2 PG level in PG_SET form. For valid values, refer to
* \ref Tps6522x_vmonMinMaxPgSet
* \param vmon2RailGrpSel VMON2 rail group selection. For valid values, refer to
* \ref Tps6522x_vmon2RailSelBitField
* @{
Expand Down

0 comments on commit 43c2665

Please sign in to comment.