Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c504 tmp_psize = FLASH_PSIZE_WORD; in FLASH_Erase_Sector()
688 tmp_psize = FLASH_PSIZE_WORD; in FLASH_Erase_Sector()
Dstm32f7xx_hal_flash.c695 FLASH->CR |= FLASH_PSIZE_WORD; in FLASH_Program_Word()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c599 tmp_psize = FLASH_PSIZE_WORD; in FLASH_Erase_Sector()
995 tmp_psize = FLASH_PSIZE_WORD; in FLASH_Erase_Sector()
Dstm32f4xx_hal_flash.c645 FLASH->CR |= FLASH_PSIZE_WORD; in FLASH_Program_Word()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash.h139 #define FLASH_PSIZE_WORD 0x00000200U macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash.h143 #define FLASH_PSIZE_WORD 0x00000200U macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash.h149 #define FLASH_PSIZE_WORD ((uint32_t)FLASH_CR_PSIZE_1) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash.c639 FLASH->CR |= FLASH_PSIZE_WORD; in FLASH_Program_Word()
Dstm32f2xx_hal_flash_ex.c369 tmp_psize = FLASH_PSIZE_WORD; in FLASH_Erase_Sector()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash.h326 #define FLASH_PSIZE_WORD FLASH_CR_PSIZE_1 /*!< Flash program/erase by 32 bits */ macro