Struct ClockMux
#[non_exhaustive]pub struct ClockMux {Show 24 fields
pub uart4sel: Usartsel,
pub uart5sel: Usartsel,
pub usart1sel: Usart1sel,
pub usart2sel: Usartsel,
pub usart3sel: Usartsel,
pub usart6sel: Usartsel,
pub lptim1sel: Lptimsel,
pub lptim2sel: Lptim2sel,
pub lpuart1sel: Lpusartsel,
pub spi1sel: Spi1sel,
pub spi2sel: Spi2sel,
pub spi3sel: Spi3sel,
pub spi4sel: Spi4sel,
pub i2c1sel: I2csel,
pub i2c2sel: I2csel,
pub i2c3sel: I2c34sel,
pub i3c1sel: I2csel,
pub octospi1sel: Octospisel,
pub usbsel: Usbsel,
pub adcdacsel: Adcdacsel,
pub cecsel: Cecsel,
pub fdcan12sel: Fdcansel,
pub persel: Persel,
pub rngsel: Rngsel,
}
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.uart4sel: Usartsel
§uart5sel: Usartsel
§usart1sel: Usart1sel
§usart2sel: Usartsel
§usart3sel: Usartsel
§usart6sel: Usartsel
§lptim1sel: Lptimsel
§lptim2sel: Lptim2sel
§lpuart1sel: Lpusartsel
§spi1sel: Spi1sel
§spi2sel: Spi2sel
§spi3sel: Spi3sel
§spi4sel: Spi4sel
§i2c1sel: I2csel
§i2c2sel: I2csel
§i2c3sel: I2c34sel
§i3c1sel: I2csel
§octospi1sel: Octospisel
§usbsel: Usbsel
§adcdacsel: Adcdacsel
§cecsel: Cecsel
§fdcan12sel: Fdcansel
§persel: Persel
§rngsel: Rngsel
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
)