Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c496 tmp_psize = FLASH_PSIZE_BYTE; in FLASH_Erase_Sector()
680 tmp_psize = FLASH_PSIZE_BYTE; in FLASH_Erase_Sector()
Dstm32f7xx_hal_flash.c754 FLASH->CR |= FLASH_PSIZE_BYTE; in FLASH_Program_Byte()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c591 tmp_psize = FLASH_PSIZE_BYTE; in FLASH_Erase_Sector()
987 tmp_psize = FLASH_PSIZE_BYTE; in FLASH_Erase_Sector()
Dstm32f4xx_hal_flash.c695 FLASH->CR |= FLASH_PSIZE_BYTE; in FLASH_Program_Byte()
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_hal_flash.h137 #define FLASH_PSIZE_BYTE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash.h141 #define FLASH_PSIZE_BYTE 0x00000000U macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash.h147 #define FLASH_PSIZE_BYTE ((uint32_t)0x00000000U) macro
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash.c689 FLASH->CR |= FLASH_PSIZE_BYTE; in FLASH_Program_Byte()
Dstm32f2xx_hal_flash_ex.c361 tmp_psize = FLASH_PSIZE_BYTE; in FLASH_Erase_Sector()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash.h324 #define FLASH_PSIZE_BYTE 0x00000000U /*!< Flash program/erase by 8 bits */ macro