Searched refs:vector (Results 1 – 2 of 2) sorted by relevance
950 __STATIC_INLINE void __NVIC_SetVector(IRQn_Type IRQn, uint32_t vector) in __NVIC_SetVector() argument954 vectors[(int32_t)IRQn + NVIC_USER_IRQ_OFFSET] = vector; in __NVIC_SetVector()957 …*(vectors + (int32_t)IRQn) = vector; /* use pointer arithmetic to acc… in __NVIC_SetVector()
84 Calling driverlib APIs prefixed by "MAP_" will vector to those functions112 Calling driverlib APIs prefixed by "MAP_" will vector to those functions