Skip to content

Commit

Permalink
Improve doc comment for set_voltage() function
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiyukiOkayasu committed Feb 25, 2024
1 parent 6263bfc commit c0cdd14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rp2040-hal/src/vreg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
use crate::pac::vreg_and_chip_reset::vreg::VSEL_A;
use crate::pac::VREG_AND_CHIP_RESET;

/// Set voltage to the on-chip voltage regulator
/// Set voltage to the on-chip voltage regulator.
///
/// There is no guarantee that the device will operate at all of the available voltages.
/// Appropriate values should be selected in consideration of the system clock frequency and other factors to be set.
///
/// # Arguments
///
Expand Down

0 comments on commit c0cdd14

Please sign in to comment.