Searched refs:RCC_ATTR_NLOCK (Results 1 – 2 of 2) sorted by relevance
1987 attributes |= ((p_rcc_reg[2] & Item) == 0U) ? RCC_ATTR_NLOCK : RCC_ATTR_LOCK; in HAL_RCC_GetConfigAttributes()
792 #define RCC_ATTR_NLOCK RCC_ATTR_LOCK_MASK /*!< attribute is not locked */ macro