Searched refs:pBBAttributes (Results 1 – 4 of 4) sorted by relevance
471 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_ConfigBBAttributes() argument478 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_ConfigBBAttributes()479 assert_param(IS_FLASH_BB_EXCLUSIVE(pBBAttributes->BBAttributesType)); in HAL_FLASHEx_ConfigBBAttributes()488 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()490 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_ConfigBBAttributes()502 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_ConfigBBAttributes()515 *reg = pBBAttributes->BBAttributes_array[index]; in HAL_FLASHEx_ConfigBBAttributes()516 if ((*reg) != pBBAttributes->BBAttributes_array[index]) in HAL_FLASHEx_ConfigBBAttributes()545 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_GetConfigBBAttributes() argument551 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_GetConfigBBAttributes()[all …]
133 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);134 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);
444 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_ConfigBBAttributes() argument451 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_ConfigBBAttributes()458 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_ConfigBBAttributes()460 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_ConfigBBAttributes()472 *reg = pBBAttributes->BBAttributes_array[index]; in HAL_FLASHEx_ConfigBBAttributes()473 if (*reg != pBBAttributes->BBAttributes_array[index]) in HAL_FLASHEx_ConfigBBAttributes()501 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes) in HAL_FLASHEx_GetConfigBBAttributes() argument507 assert_param(IS_FLASH_BANK_EXCLUSIVE(pBBAttributes->Bank)); in HAL_FLASHEx_GetConfigBBAttributes()509 if (pBBAttributes->BBAttributesType == FLASH_BB_SEC) in HAL_FLASHEx_GetConfigBBAttributes()511 if (pBBAttributes->Bank == FLASH_BANK_1) in HAL_FLASHEx_GetConfigBBAttributes()[all …]
169 HAL_StatusTypeDef HAL_FLASHEx_ConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);170 void HAL_FLASHEx_GetConfigBBAttributes(FLASH_BBAttributesTypeDef *pBBAttributes);