pub struct UnimplementedConfig;Expand description
A basic type that always returns an error when post_enable_config is called.
Should only be used as a placeholder.
Trait Implementations§
Source§impl SPConfHelper for UnimplementedConfig
impl SPConfHelper for UnimplementedConfig
Source§fn post_enable_config(&self, _clocks: &Clocks) -> Result<u32, ClockError>
fn post_enable_config(&self, _clocks: &Clocks) -> Result<u32, ClockError>
This method is called AFTER a given MRCC peripheral has been enabled (e.g. un-gated),
but BEFORE the peripheral reset line is reset. Read more
Auto Trait Implementations§
impl Freeze for UnimplementedConfig
impl RefUnwindSafe for UnimplementedConfig
impl Send for UnimplementedConfig
impl Sync for UnimplementedConfig
impl Unpin for UnimplementedConfig
impl UnwindSafe for UnimplementedConfig
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