Searched refs:RCC_ATTR_LOCK_MASK (Results 1 – 2 of 2) sorted by relevance
2458 if ((Attributes & RCC_ATTR_LOCK_MASK) == RCC_ATTR_LOCK_MASK) in RCC_ATTR_ConfigItemGroup()
791 #define RCC_ATTR_LOCK (RCC_ATTR_LOCK_MASK | 0x40U) /*!< attribute is locked */792 #define RCC_ATTR_NLOCK RCC_ATTR_LOCK_MASK /*!< attribute is not locked */4373 #define RCC_ATTR_LOCK_MASK (0x00000080U) /* RCC lock mask */ macro