Struct teensy3_sys::IntervalTimer [] [src]

pub struct IntervalTimer {
    pub status: bool,
    pub PIT_id: u8,
    pub PIT_LDVAL: *mut u32,
    pub PIT_TCTRL: *mut u32,
    pub IRQ_PIT_CH: u8,
    pub nvic_priority: u8,
    pub myISR: Option<unsafe extern fn()>,
}

Fields

Methods

impl IntervalTimer
[src]

Trait Implementations

impl Debug for IntervalTimer
[src]

Formats the value using the given formatter.