Searched defs:COMP_CSR_LOCK (Results 1 – 3 of 3) sorted by relevance
152 #define COMP_CSR_LOCK (0x01U << COMP_CSR_LOCK_Pos) ///< Comparator lock macro
3057 #define COMP_CSR_LOCK ((uint32_t)0x80000000) /*!<Comparator lock*/ macro
9327 #define COMP_CSR_LOCK(x) (((uint32_t)(((uint32_t)(x)) << COMP_CSR_LOCK_SHIFT… macro
Completed in 73 milliseconds