Enum imxrt_iomuxc::DriveStrength
source · #[repr(u32)]
pub enum DriveStrength {
Disabled,
R0,
R0_2,
R0_3,
R0_4,
R0_5,
R0_6,
R0_7,
}
Expand description
Drive strength
The drive strength enable (DSE) can be explained as series resistance between an ideal driver’s output and its load. To achieve maximal transferred power, the impedance of the driver has to match the load impedance.
Variants§
Trait Implementations§
source§impl Clone for DriveStrength
impl Clone for DriveStrength
source§fn clone(&self) -> DriveStrength
fn clone(&self) -> DriveStrength
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more