Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c500 tmp_psize = FLASH_PSIZE_HALF_WORD; in FLASH_Erase_Sector()
684 tmp_psize = FLASH_PSIZE_HALF_WORD; in FLASH_Erase_Sector()
Dstm32f7xx_hal_flash.c724 FLASH->CR |= FLASH_PSIZE_HALF_WORD; in FLASH_Program_HalfWord()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c595 tmp_psize = FLASH_PSIZE_HALF_WORD; in FLASH_Erase_Sector()
991 tmp_psize = FLASH_PSIZE_HALF_WORD; in FLASH_Erase_Sector()
Dstm32f4xx_hal_flash.c670 FLASH->CR |= FLASH_PSIZE_HALF_WORD; in FLASH_Program_HalfWord()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash.h138 #define FLASH_PSIZE_HALF_WORD 0x00000100U macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash.h142 #define FLASH_PSIZE_HALF_WORD 0x00000100U macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash.h148 #define FLASH_PSIZE_HALF_WORD ((uint32_t)FLASH_CR_PSIZE_0) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash.c664 FLASH->CR |= FLASH_PSIZE_HALF_WORD; in FLASH_Program_HalfWord()
Dstm32f2xx_hal_flash_ex.c365 tmp_psize = FLASH_PSIZE_HALF_WORD; in FLASH_Erase_Sector()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash.h325 #define FLASH_PSIZE_HALF_WORD FLASH_CR_PSIZE_0 /*!< Flash program/erase by 16 bits */ macro