#[repr(u8)]pub enum Peren {
ZERO = 0,
ONE = 1,
}Variants§
ZERO = 0
Disable.
ONE = 1
A period event interrupt can be generated (EIR[TS_TIMER]) and the event signal output is asserted when the timer wraps around according to the periodic setting ATPER. The timer period value must be set before setting this bit. Not all devices contain the event signal output. See the chip configuration details.
Implementations§
Trait Implementations§
Source§impl Ord for Peren
impl Ord for Peren
Source§impl PartialOrd for Peren
impl PartialOrd for Peren
impl Copy for Peren
impl Eq for Peren
impl StructuralPartialEq for Peren
Auto Trait Implementations§
impl Freeze for Peren
impl RefUnwindSafe for Peren
impl Send for Peren
impl Sync for Peren
impl Unpin for Peren
impl UnwindSafe for Peren
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