Home
last modified time | relevance | path

Searched refs:IS_FLASH_BANK_EXCLUSIVE (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c450 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_ConfigBBAttributes()
506 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_GetConfigBBAttributes()
822 assert_param(IS_FLASH_BANK_EXCLUSIVE(Banks)); in FLASH_PageErase()
1398 assert_param(IS_FLASH_BANK_EXCLUSIVE((*WMSecConfig) & 0x3U)); in FLASH_OB_GetWMSEC()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c477 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_ConfigBBAttributes()
550 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_GetConfigBBAttributes()
927 assert_param(IS_FLASH_BANK_EXCLUSIVE(Banks)); in FLASH_PageErase()
1601 assert_param(IS_FLASH_BANK_EXCLUSIVE((*WMSecConfig) & 0x3U)); in FLASH_OB_GetWMSEC()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c594 assert_param(IS_FLASH_BANK_EXCLUSIVE(Banks)); in FLASH_PageErase()
1012 assert_param(IS_FLASH_BANK_EXCLUSIVE(PCROPConfig & FLASH_BANK_BOTH)); in FLASH_OB_PCROPConfig()
1125 assert_param(IS_FLASH_BANK_EXCLUSIVE(SecBank)); in FLASH_OB_SecMemConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_flash.h827 #define IS_FLASH_BANK_EXCLUSIVE(BANK) (((BANK) == FLASH_BANK_1) || \ macro
831 #define IS_FLASH_BANK_EXCLUSIVE(BANK) ((BANK) == FLASH_BANK_1) macro
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c685 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_ConfigBBAttributes()
758 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_GetConfigBBAttributes()
998 assert_param(IS_FLASH_BANK_EXCLUSIVE(Banks)); in FLASH_Erase_Sector()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h906 #define IS_FLASH_BANK_EXCLUSIVE(BANK) (((BANK) == FLASH_BANK_1) || \ macro
911 #define IS_FLASH_BANK_EXCLUSIVE(BANK) ((BANK) == FLASH_BANK_1) macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_flash.c1080 assert_param(IS_FLASH_BANK_EXCLUSIVE(Bank)); in FLASH_WaitForLastOperation()
1198 assert_param(IS_FLASH_BANK_EXCLUSIVE(Bank)); in FLASH_CRC_WaitForLastOperation()
Dstm32h7xx_hal_flash_ex.c716 assert_param(IS_FLASH_BANK_EXCLUSIVE(pCRCInit->Bank)); in HAL_FLASHEx_ComputeCRC()
1183 assert_param(IS_FLASH_BANK_EXCLUSIVE(Banks)); in FLASH_Erase_Sector()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_flash.h878 #define IS_FLASH_BANK_EXCLUSIVE(BANK) (((BANK) == FLASH_BANK_1) || \ macro
883 #define IS_FLASH_BANK_EXCLUSIVE(BANK) ((BANK) == FLASH_BANK_1) macro
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_flash_ex.c568 assert_param(IS_FLASH_BANK_EXCLUSIVE(Banks)); in FLASH_PageErase()
1004 assert_param(IS_FLASH_BANK_EXCLUSIVE(PCROPConfig & FLASH_BANK_BOTH)); in FLASH_OB_PCROPConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash.h771 #define IS_FLASH_BANK_EXCLUSIVE(BANK) (((BANK) == FLASH_BANK_1) … macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash.h945 #define IS_FLASH_BANK_EXCLUSIVE(BANK) ((BANK) == FLASH_BANK_1) macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash.h973 #define IS_FLASH_BANK_EXCLUSIVE(BANK) (((BANK) == FLASH_BANK_1) || \ macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h969 #define IS_FLASH_BANK_EXCLUSIVE(BANK) (((BANK) == FLASH_BANK_1) || \ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c1564 assert_param(IS_FLASH_BANK_EXCLUSIVE((*WMSecConfig) & FLASH_BANK_1)); in FLASH_OB_GetWMSEC()