Home
last modified time | relevance | path

Searched refs:pBBAttributes (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c470 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_ConfigBBAttributes() argument
477 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_ConfigBBAttributes()
478 assert_param(IS_FLASH_BB_EXCLUSIVE(pBBAttributes->BBAttributesType)); in HAL_FLASHEx_ConfigBBAttributes()
487 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
489 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_ConfigBBAttributes()
501 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_ConfigBBAttributes()
514 *reg = pBBAttributes->BBAttributes_array[index]; in HAL_FLASHEx_ConfigBBAttributes()
515 if ((*reg) != pBBAttributes->BBAttributes_array[index]) in HAL_FLASHEx_ConfigBBAttributes()
544 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_GetConfigBBAttributes() argument
550 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_GetConfigBBAttributes()
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c678 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_ConfigBBAttributes() argument
685 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_ConfigBBAttributes()
686 assert_param(IS_FLASH_BB_EXCLUSIVE(pBBAttributes->BBAttributesType)); in HAL_FLASHEx_ConfigBBAttributes()
695 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
697 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_ConfigBBAttributes()
709 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_ConfigBBAttributes()
722 *reg = pBBAttributes->BBAttributes_array[index] & FLASH_PRIVBBR_PRIVBB; in HAL_FLASHEx_ConfigBBAttributes()
723 if ((*reg) != (pBBAttributes->BBAttributes_array[index] & FLASH_PRIVBBR_PRIVBB)) in HAL_FLASHEx_ConfigBBAttributes()
752 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_GetConfigBBAttributes() argument
758 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_GetConfigBBAttributes()
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c443 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_ConfigBBAttributes() argument
450 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_ConfigBBAttributes()
457 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
459 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_ConfigBBAttributes()
471 *reg = pBBAttributes->BBAttributes_array[index]; in HAL_FLASHEx_ConfigBBAttributes()
472 if (*reg != pBBAttributes->BBAttributes_array[index]) in HAL_FLASHEx_ConfigBBAttributes()
500 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_GetConfigBBAttributes() argument
506 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_GetConfigBBAttributes()
508 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()
510 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_GetConfigBBAttributes()
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c483 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_ConfigBBAttributes() argument
490 assert_param(IS_FLASH_BB_EXCLUSIVE(pBBAttributes->BBAttributesType)); in HAL_FLASHEx_ConfigBBAttributes()
499 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()
512 *reg = pBBAttributes->BBAttributes_array[index]; in HAL_FLASHEx_ConfigBBAttributes()
513 if ((*reg) != pBBAttributes->BBAttributes_array[index]) in HAL_FLASHEx_ConfigBBAttributes()
540 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_GetConfigBBAttributes() argument
546 assert_param(IS_FLASH_BB_EXCLUSIVE(pBBAttributes->BBAttributesType)); in HAL_FLASHEx_GetConfigBBAttributes()
549 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()
561 pBBAttributes->BBAttributes_array[index] = (*reg); in HAL_FLASHEx_GetConfigBBAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash_ex.h131 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);
132 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash_ex.h168 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);
169 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h232 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);
233 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h881 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);
882 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);