#[non_exhaustive]pub struct ClockMux {Show 30 fields
pub adc12sel: Adcsel,
pub adf1sel: Adfsel,
pub dcmippsel: Dcmippsel,
pub lptim2sel: Lptim2345sel,
pub uart4sel: Uart234578sel,
pub uart5sel: Uart234578sel,
pub uart7sel: Uart234578sel,
pub usart1sel: Uart16910sel,
pub usart3sel: Uart234578sel,
pub lpuart1sel: Lpuartsel,
pub fdcansel: Fdcansel,
pub i2c2sel: I2c2sel,
pub i2c3sel: I2c3sel,
pub i2c4sel: I2c4sel,
pub i3c1sel: I3c1sel,
pub i3c2sel: I3c2sel,
pub ltdcsel: Ltdcsel,
pub mdf1sel: Mdfsel,
pub xspi1sel: Xspisel,
pub xspi2sel: Xspisel,
pub xspi3sel: Xspisel,
pub pssisel: Pssisel,
pub rtcsel: Rtcsel,
pub sai1sel: Saisel,
pub sai2sel: Saisel,
pub spi1sel: Spisel1,
pub spi3sel: Spisel23,
pub spi4sel: Spisel45,
pub spi5sel: Spisel45,
pub spi6sel: Spisel6,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.adc12sel: Adcsel§adf1sel: Adfsel§dcmippsel: Dcmippsel§lptim2sel: Lptim2345sel§uart4sel: Uart234578sel§uart5sel: Uart234578sel§uart7sel: Uart234578sel§usart1sel: Uart16910sel§usart3sel: Uart234578sel§lpuart1sel: Lpuartsel§fdcansel: Fdcansel§i2c2sel: I2c2sel§i2c3sel: I2c3sel§i2c4sel: I2c4sel§i3c1sel: I3c1sel§i3c2sel: I3c2sel§ltdcsel: Ltdcsel§mdf1sel: Mdfsel§xspi1sel: Xspisel§xspi2sel: Xspisel§xspi3sel: Xspisel§pssisel: Pssisel§rtcsel: Rtcsel§sai1sel: Saisel§sai2sel: Saisel§spi1sel: Spisel1§spi3sel: Spisel23§spi4sel: Spisel45§spi5sel: Spisel45§spi6sel: Spisel6Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClockMux
impl RefUnwindSafe for ClockMux
impl Send for ClockMux
impl Sync for ClockMux
impl Unpin for ClockMux
impl UnwindSafe for ClockMux
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