#[repr(u8)]pub enum PCS14_A {
DmaCh6 = 0,
DmaCh7 = 1,
Lptim4 = 2,
Lptim5 = 3,
}
Expand description
D3 Pending request clear input signal selection on Event input x = truncate (n/2)
Value on reset: 0
Variants§
DmaCh6 = 0
0: DMA ch6 event selected as D3 domain pendclear source
DmaCh7 = 1
1: DMA ch7 event selected as D3 domain pendclear source
Lptim4 = 2
2: LPTIM4 out selected as D3 domain pendclear source
Lptim5 = 3
3: LPTIM5 out selected as D3 domain pendclear source
Trait Implementations§
impl Copy for PCS0_A
impl StructuralPartialEq for PCS0_A
Auto Trait Implementations§
impl Freeze for PCS0_A
impl RefUnwindSafe for PCS0_A
impl Send for PCS0_A
impl Sync for PCS0_A
impl Unpin for PCS0_A
impl UnwindSafe for PCS0_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