Enum Tos
#[repr(u8)]pub enum Tos {
_0 = 0,
_1 = 1,
}Expand description
PDB Channel Pre-Trigger Output Select
Value on reset: 0
Variants§
_0 = 0
0: PDB channel’s corresponding pre-trigger is in bypassed mode. The pre-trigger asserts one peripheral clock cycle after a rising edge is detected on selected trigger input source or software trigger is selected and SWTRIG is written with 1.
_1 = 1
1: PDB channel’s corresponding pre-trigger asserts when the counter reaches the channel delay register and one peripheral clock cycle after a rising edge is detected on selected trigger input source or software trigger is selected and SWTRIG is written with 1.
Trait Implementations§
impl Copy for Tos
impl Eq for Tos
impl IsEnum for Tos
impl StructuralPartialEq for Tos
Auto Trait Implementations§
impl Freeze for Tos
impl RefUnwindSafe for Tos
impl Send for Tos
impl Sync for Tos
impl Unpin for Tos
impl UnwindSafe for Tos
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