pub enum SRE_A {
SRE_0,
SRE_1,
}
Expand description
Slew Rate Enable
Value on reset: 0
Variants§
SRE_0
0: Fast slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
SRE_1
1: Slow slew rate is configured on the corresponding pin, if the pin is configured as a digital output.
Trait Implementations§
impl Copy for SRE_A
impl StructuralPartialEq for SRE_A
Auto Trait Implementations§
impl Freeze for SRE_A
impl RefUnwindSafe for SRE_A
impl Send for SRE_A
impl Sync for SRE_A
impl Unpin for SRE_A
impl UnwindSafe for SRE_A
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
)