Enum stm32wlxx_hal::pac::tim1::cr2::CCPC_A
pub enum CCPC_A {
NotPreloaded = 0,
Preloaded = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Capture/compare preloaded control
Value on reset: 0
Variants§
NotPreloaded = 0
0: CCxE, CCxNE and OCxM bits are not preloaded
Preloaded = 1
1: CCxE, CCxNE and OCxM bits are preloaded
Trait Implementations§
impl Copy for CCPC_A
impl StructuralPartialEq for CCPC_A
Auto Trait Implementations§
impl RefUnwindSafe for CCPC_A
impl Send for CCPC_A
impl Sync for CCPC_A
impl Unpin for CCPC_A
impl UnwindSafe for CCPC_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