Struct ClockMux
#[non_exhaustive]pub struct ClockMux {Show 17 fields
pub fmcsel: Fmcsel,
pub persel: Persel,
pub pssisel: Pssisel,
pub sdmmcsel: Sdmmcsel,
pub usb_otg_fssel: UsbOtgFssel,
pub cecsel: Cecsel,
pub fdcansel: Fdcansel,
pub i2c1_i3c1sel: I2c1I3c1sel,
pub spdifrxsel: Spdifrxsel,
pub usart234578sel: Usart234578sel,
pub sai1sel: Sai1sel,
pub sai2sel: Sai2sel,
pub spi1sel: Spi123sel,
pub spi45sel: Spi45sel,
pub usart1sel: Usart1sel,
pub lpuart1sel: Lpuartsel,
pub spi6sel: Spi6sel,
}
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.fmcsel: Fmcsel
§persel: Persel
§pssisel: Pssisel
§sdmmcsel: Sdmmcsel
§usb_otg_fssel: UsbOtgFssel
§cecsel: Cecsel
§fdcansel: Fdcansel
§i2c1_i3c1sel: I2c1I3c1sel
§spdifrxsel: Spdifrxsel
§usart234578sel: Usart234578sel
§sai1sel: Sai1sel
§sai2sel: Sai2sel
§spi1sel: Spi123sel
§spi45sel: Spi45sel
§usart1sel: Usart1sel
§lpuart1sel: Lpuartsel
§spi6sel: Spi6sel
Trait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)