Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c471 *reg = pBBAttributes->BBAttributes_array[index]; in HAL_FLASHEx_ConfigBBAttributes()
472 if (*reg != pBBAttributes->BBAttributes_array[index]) in HAL_FLASHEx_ConfigBBAttributes()
521 pBBAttributes->BBAttributes_array[index] = *reg; in HAL_FLASHEx_GetConfigBBAttributes()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c512 *reg = pBBAttributes->BBAttributes_array[index]; in HAL_FLASHEx_ConfigBBAttributes()
513 if ((*reg) != pBBAttributes->BBAttributes_array[index]) in HAL_FLASHEx_ConfigBBAttributes()
561 pBBAttributes->BBAttributes_array[index] = (*reg); in HAL_FLASHEx_GetConfigBBAttributes()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c514 *reg = pBBAttributes->BBAttributes_array[index]; in HAL_FLASHEx_ConfigBBAttributes()
515 if ((*reg) != pBBAttributes->BBAttributes_array[index]) in HAL_FLASHEx_ConfigBBAttributes()
580 pBBAttributes->BBAttributes_array[index] = (*reg); in HAL_FLASHEx_GetConfigBBAttributes()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c722 *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()
790 pBBAttributes->BBAttributes_array[index] = (*reg) & FLASH_PRIVBBR_PRIVBB; in HAL_FLASHEx_GetConfigBBAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash_ex.h61 …uint32_t BBAttributes_array[FLASH_BLOCKBASED_NB_REG]; /*!< Each bit specifies the block-based attr… member
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash_ex.h53 …uint32_t BBAttributes_array[FLASH_BLOCKBASED_NB_REG]; /*!< Each bit specifies the block-based attr… member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h62 …uint32_t BBAttributes_array[FLASH_BLOCKBASED_NB_REG]; /*!< Each bit specifies the block-based attr… member
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h143 …uint32_t BBAttributes_array[FLASH_BLOCKBASED_NB_REG]; /*!< Each bit specifies the block-based attr… member