pub struct CompVals {
pub octo1_nsrc: u8,
pub octo1_psrc: u8,
pub octo2_nsrc: u8,
pub octo2_psrc: u8,
pub io_nsrc: u8,
pub io_psrc: u8,
}Expand description
Compensation cell calibration values. The N-MOS and P-MOS transistors slew rate compensation factors are stored for the three different compensation cells available in the STM32H7RS family.
Fields§
§octo1_nsrc: u8XSPI1 N-MOS transistors slew-rate compensation value [0-15].
octo1_psrc: u8XSPI1 P-MOS transistors slew-rate compensation value [0-15].
octo2_nsrc: u8XSPI2 N-MOS transistors slew-rate compensation value [0-15].
octo2_psrc: u8XSPI2 P-MOS transistors slew-rate compensation value [0-15].
io_nsrc: u8GPIO N-MOS transistors slew-rate compensation value [0-15].
io_psrc: u8GPIO P-MOS transistors slew-rate compensation value [0-15].
Auto Trait Implementations§
impl Freeze for CompVals
impl RefUnwindSafe for CompVals
impl Send for CompVals
impl Sync for CompVals
impl Unpin for CompVals
impl UnwindSafe for CompVals
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more