Type Definition libopencm3_sys::vector_table_entry_t[][src]

type vector_table_entry_t = Option<unsafe extern "C" fn()>;

Type of an interrupt function. Only used to avoid hard-to-read function pointers in the efm32_vector_table_t struct.