Home
last modified time | relevance | path

Searched refs:binary_point (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/
Dgic_v3.h784 __STATIC_INLINE void GIC_SetBinaryPoint(uint32_t binary_point) in GIC_SetBinaryPoint() argument
786 GICInterface->BPR = binary_point & 7U; //set binary point in GIC_SetBinaryPoint()
868 __STATIC_INLINE void GIC_SetBinaryPoint(uint32_t binary_point) in GIC_SetBinaryPoint() argument
870 __MSR(ICC_BPR1_EL1, binary_point & 7U); in GIC_SetBinaryPoint()