Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h1626 * \param [in] int_config Int_config field value. Bit 0: Reserved (0 - N-N model, 1 - 1-N model for some GIC before v1)
1629 __STATIC_INLINE void GIC_SetConfiguration(IRQn_Type IRQn, uint32_t int_config) in GIC_SetConfiguration() argument
1634 int_config &= 3U; /* only 2 bits are valid */ in GIC_SetConfiguration()
1636 icfgr |= ( int_config << shift); /* set new configuration */ in GIC_SetConfiguration()

Completed in 7 milliseconds