Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c114 static HAL_StatusTypeDef FLASH_OB_EnablePCROP(uint32_t Sector);
120 static HAL_StatusTypeDef FLASH_OB_EnablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t …
387 status = FLASH_OB_EnablePCROP(pAdvOBInit->Sectors); in HAL_FLASHEx_AdvOBProgram()
389 …status = FLASH_OB_EnablePCROP(pAdvOBInit->SectorsBank1, pAdvOBInit->SectorsBank2, pAdvOBInit->Bank… in HAL_FLASHEx_AdvOBProgram()
813 static HAL_StatusTypeDef FLASH_OB_EnablePCROP(uint32_t SectorBank1, uint32_t SectorBank2, uint32_t … in FLASH_OB_EnablePCROP() function
1096 static HAL_StatusTypeDef FLASH_OB_EnablePCROP(uint32_t Sector) in FLASH_OB_EnablePCROP() function