Searched refs:ProtectMode (Results 1 – 2 of 2) sorted by relevance
295 void FLASH_GetStatus(uint8_t* ProtectMode, uint8_t* ProtectRegion, BOOL* QuadEnable) { in FLASH_GetStatus() argument298 assert_param(ProtectMode); in FLASH_GetStatus()307 *ProtectMode = s.INNER.STATUS_b.SRP; in FLASH_GetStatus()
149 void FLASH_GetStatus(uint8_t* ProtectMode, uint8_t* ProtectRegion, BOOL* QuadEnable);
Completed in 7 milliseconds