Home
last modified time | relevance | path

Searched refs:FLASH_CR_PSIZE (Results 1 – 25 of 65) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash_ex.h211 #if defined (FLASH_CR_PSIZE)
218 #define FLASH_VOLTAGE_RANGE_4 FLASH_CR_PSIZE /*!< Flash program/erase by 64 bits */
789 #if defined (FLASH_CR_PSIZE)
799 MODIFY_REG(FLASH->CR1, FLASH_CR_PSIZE, (__PSIZE__)) : \
800 MODIFY_REG(FLASH->CR2, FLASH_CR_PSIZE, (__PSIZE__)))
802 #define __HAL_FLASH_SET_PSIZE(__PSIZE__, __BANK__) MODIFY_REG(FLASH->CR1, FLASH_CR_PSIZE, (__PSIZE…
813 READ_BIT((FLASH->CR1), FLASH_CR_PSIZE) : \
814 READ_BIT((FLASH->CR2), FLASH_CR_PSIZE))
816 #define __HAL_FLASH_GET_PSIZE(__BANK__) READ_BIT((FLASH->CR1), FLASH_CR_PSIZE)
916 #if defined (FLASH_CR_PSIZE)
Dstm32h7xx_hal_flash.h320 #if defined (FLASH_CR_PSIZE)
327 #define FLASH_PSIZE_DOUBLE_WORD FLASH_CR_PSIZE /*!< Flash program/erase by 64 bits */
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash_ex.c1106 #if defined (FLASH_CR_PSIZE) in FLASH_MassErase()
1117 #if defined (FLASH_CR_PSIZE) in FLASH_MassErase()
1119 FLASH->CR1 &= (~FLASH_CR_PSIZE); in FLASH_MassErase()
1120 FLASH->CR2 &= (~FLASH_CR_PSIZE); in FLASH_MassErase()
1136 #if defined (FLASH_CR_PSIZE) in FLASH_MassErase()
1138 FLASH->CR1 &= (~FLASH_CR_PSIZE); in FLASH_MassErase()
1149 #if defined (FLASH_CR_PSIZE) in FLASH_MassErase()
1151 FLASH->CR2 &= (~FLASH_CR_PSIZE); in FLASH_MassErase()
1184 #if defined (FLASH_CR_PSIZE) in FLASH_Erase_Sector()
1192 #if defined (FLASH_CR_PSIZE) in FLASH_Erase_Sector()
[all …]
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_flash.c605 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Program_DoubleWord()
638 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Program_Word()
663 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Program_HalfWord()
688 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Program_Byte()
Dstm32f2xx_hal_flash_ex.c377 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Erase_Sector()
442 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_MassErase()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash.c610 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Program_DoubleWord()
644 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Program_Word()
669 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Program_HalfWord()
694 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Program_Byte()
Dstm32f4xx_hal_flash_ex.c544 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_MassErase()
612 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Erase_Sector()
955 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_MassErase()
1003 CLEAR_BIT(FLASH->CR, FLASH_CR_PSIZE); in FLASH_Erase_Sector()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash.h150 #define FLASH_PSIZE_DOUBLE_WORD ((uint32_t)FLASH_CR_PSIZE)
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h2451 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f410rx.h2451 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f410tx.h2441 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f401xc.h2372 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f401xe.h2372 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f411xe.h2375 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f405xx.h6461 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f412cx.h6525 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f415xx.h6643 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f423xx.h6937 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f407xx.h6761 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f412zx.h6585 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
/hal_stm32-latest/stm32cube/stm32f2xx/soc/
Dstm32f215xx.h6611 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f205xx.h6461 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f207xx.h6760 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
/hal_stm32-latest/stm32cube/stm32f7xx/soc/
Dstm32f723xx.h6451 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro
Dstm32f722xx.h6435 #define FLASH_CR_PSIZE FLASH_CR_PSIZE_Msk macro

123