Searched refs:FLASH_STM32_SR_ERRORS (Results 1 – 2 of 2) sorted by relevance
66 if (FLASH_STM32_REGS(dev)->FLASH_STM32_SR & FLASH_STM32_SR_ERRORS) { in flash_stm32_check_status()69 FLASH_STM32_SR_ERRORS); in flash_stm32_check_status()72 FLASH_STM32_SR_ERRORS; in flash_stm32_check_status()
242 #define FLASH_STM32_SR_ERRORS (FLASH_STM32_SR_OPERR | \ macro