Searched refs:CPSR (Results 1 – 14 of 14) sorted by relevance
18 MRS R0, CPSR28 MSR CPSR, R040 MRS R4, CPSR
340 Option->MainSecurity = !(HT_FLASH->CPSR & 1); in FLASH_GetOptionByteStatus()341 Option->OptionProtect = !((HT_FLASH->CPSR >> 1) & 1); in FLASH_GetOptionByteStatus()
467 Option->MainSecurity = !(HT_FLASH->CPSR & 1); in FLASH_GetOptionByteStatus()468 Option->OptionProtect = !((HT_FLASH->CPSR >> 1) & 1); in FLASH_GetOptionByteStatus()
115 LPC_SSP0->CPSR = speed; in LPC17xx_SPI_SetSpeed()
52 CPSR = 0x000000D3; // Disable interrupts key
46 mrs r2,CPSR @ read CPSR (Current Program Status Register)
42 __writeMemory32(0xD3,0x98,"Register"); //* Set CPSR
1092 unsigned char CPSR:1; /* Clock prescaler reset flag */ member
750 …__IO uint32_t CPSR; /*!< 0x030 Flash Security Protection Status Register … member
1122 …__IO uint32_t CPSR; /*!< 0x030 Flash Security Protection Status Register … member
373 …__IO uint32_t CPSR; /*!< SSI Clock Prescale … member
382 …__IO uint32_t CPSR; /*!< SSI Clock Prescale … member
1394 __IO uint32_t CPSR; /*!< (@ 0x400xx010) Clock Prescale Register */ member
Completed in 1268 milliseconds