Enum stm32wlxx_hal::pac::ipcc::c1scr::CH2S_A
pub enum CH2S_A {
NoAction = 0,
Set = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
CH1S
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CH1S_A
impl StructuralPartialEq for CH1S_A
Auto Trait Implementations§
impl RefUnwindSafe for CH1S_A
impl Send for CH1S_A
impl Sync for CH1S_A
impl Unpin for CH1S_A
impl UnwindSafe for CH1S_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