Home
last modified time | relevance | path

Searched refs:FLASH_PSIZE_DOUBLE_WORD (Results 1 – 10 of 10) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c508 tmp_psize = FLASH_PSIZE_DOUBLE_WORD; in FLASH_Erase_Sector()
692 tmp_psize = FLASH_PSIZE_DOUBLE_WORD; in FLASH_Erase_Sector()
Dstm32f7xx_hal_flash.c658 FLASH->CR |= FLASH_PSIZE_DOUBLE_WORD; in FLASH_Program_DoubleWord()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c603 tmp_psize = FLASH_PSIZE_DOUBLE_WORD; in FLASH_Erase_Sector()
999 tmp_psize = FLASH_PSIZE_DOUBLE_WORD; in FLASH_Erase_Sector()
Dstm32f4xx_hal_flash.c611 FLASH->CR |= FLASH_PSIZE_DOUBLE_WORD; in FLASH_Program_DoubleWord()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash.h140 #define FLASH_PSIZE_DOUBLE_WORD 0x00000300U macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash.h144 #define FLASH_PSIZE_DOUBLE_WORD 0x00000300U macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash.h150 #define FLASH_PSIZE_DOUBLE_WORD ((uint32_t)FLASH_CR_PSIZE) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash.c606 FLASH->CR |= FLASH_PSIZE_DOUBLE_WORD; in FLASH_Program_DoubleWord()
Dstm32f2xx_hal_flash_ex.c373 tmp_psize = FLASH_PSIZE_DOUBLE_WORD; in FLASH_Erase_Sector()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash.h327 #define FLASH_PSIZE_DOUBLE_WORD FLASH_CR_PSIZE /*!< Flash program/erase by 64 bits */ macro