#[non_exhaustive]pub struct ClockMux {Show 26 fields
pub dcmisel: Dcmisel,
pub uart4sel: Uart234578sel,
pub uart5sel: Uart234578sel,
pub uart7sel: Uart234578sel,
pub usart1sel: Uart16910sel,
pub usart2sel: Uart234578sel,
pub usart3sel: Uart234578sel,
pub usart6sel: Uart16910sel,
pub lpuart1sel: Lpuartsel,
pub uart9sel: Uart16910sel,
pub fmcsel: Fmcsel,
pub i2c1sel: I2c1sel,
pub i2c2sel: I2c2sel,
pub i2c3sel: I2c3sel,
pub i2c4sel: I2c4sel,
pub ltdcsel: Ltdcsel,
pub xspi1sel: Xspisel,
pub xspi2sel: Xspisel,
pub xspi3sel: Xspisel,
pub pssisel: Pssisel,
pub spi1sel: Spisel1,
pub spi2sel: Spisel23,
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.dcmisel: Dcmisel§uart4sel: Uart234578sel§uart5sel: Uart234578sel§uart7sel: Uart234578sel§usart1sel: Uart16910sel§usart2sel: Uart234578sel§usart3sel: Uart234578sel§usart6sel: Uart16910sel§lpuart1sel: Lpuartsel§uart9sel: Uart16910sel§fmcsel: Fmcsel§i2c1sel: I2c1sel§i2c2sel: I2c2sel§i2c3sel: I2c3sel§i2c4sel: I2c4sel§ltdcsel: Ltdcsel§xspi1sel: Xspisel§xspi2sel: Xspisel§xspi3sel: Xspisel§pssisel: Pssisel§spi1sel: Spisel1§spi2sel: Spisel23§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