Home
last modified time | relevance | path

Searched refs:cpu_target (Results 1 - 1 of 1) sorted by relevance

/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h1501 * \param [in] cpu_target CPU interfaces to assign this interrupt to.
1503 __STATIC_INLINE void GIC_SetTarget(IRQn_Type IRQn, uint32_t cpu_target) in GIC_SetTarget() argument
1506 GICDistributor->ITARGETSR[IRQn / 4U] = mask | ((cpu_target & 0xFFUL) << ((IRQn % 4U) * 8U)); in GIC_SetTarget()

Completed in 6 milliseconds