Static f3::exception::EXCEPTIONS [] [src]

pub static EXCEPTIONS: [Option<Handler>; 14] = [Some(_nmi), Some(_hard_fault), Some(_memmanage_fault), Some(_bus_fault),
 Some(_usage_fault), None, None, None, None, Some(_svcall), None, None,
 Some(_pendsv), Some(_systick)]

List of all the exceptions minus the reset handler as allocated in the vector table.

None indicates that the spot is RESERVED.