Home
last modified time | relevance | path

Searched refs:CR_PSIZE_MASK (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash.c657 FLASH->CR &= CR_PSIZE_MASK; in FLASH_Program_DoubleWord()
694 FLASH->CR &= CR_PSIZE_MASK; in FLASH_Program_Word()
723 FLASH->CR &= CR_PSIZE_MASK; in FLASH_Program_HalfWord()
753 FLASH->CR &= CR_PSIZE_MASK; in FLASH_Program_Byte()
Dstm32f7xx_hal_flash_ex.c447 FLASH->CR &= CR_PSIZE_MASK; in FLASH_MassErase()
518 FLASH->CR &= CR_PSIZE_MASK; in FLASH_Erase_Sector()
645 FLASH->CR &= CR_PSIZE_MASK; in FLASH_MassErase()
696 FLASH->CR &= CR_PSIZE_MASK; in FLASH_Erase_Sector()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash.h141 #define CR_PSIZE_MASK 0xFFFFFCFFU macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash.h145 #define CR_PSIZE_MASK 0xFFFFFCFFU macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash.h151 #define CR_PSIZE_MASK ((uint32_t)0xFFFFFCFFU) macro