Searched refs:SYSTEM_SIM_SOPT2_VALUE (Results 1 – 6 of 6) sorted by relevance
168 #define SYSTEM_SIM_SOPT2_VALUE 0x00UL /* SIM_SOPT2 */ macro189 #define SYSTEM_SIM_SOPT2_VALUE 0x00UL /* SIM_SOPT2 */210 #define SYSTEM_SIM_SOPT2_VALUE 0x00UL /* SIM_SOPT2 */231 #define SYSTEM_SIM_SOPT2_VALUE 0x00UL /* SIM_SOPT2 */252 #define SYSTEM_SIM_SOPT2_VALUE 0x00UL /* SIM_SOPT2 */
147 …SIM->SOPT2 = ((SIM->SOPT2) & (uint32_t)(~(SIM_SOPT2_TPMSRC_MASK))) | ((SYSTEM_SIM_SOPT2_VALUE) & (… in SystemInit()