//! Synchronous buck mode converter.
//!
//! The `dcdc` module only provides a thin API over the RAL.
use crate;
/// Set the target value of `VDD_SOC`, in millivolts
///
/// Values are clamped between 800mV and 1575mV, with 25mV step
/// sizes.
/// Returns the target value of `VDD_SOC`, in millivolts.