Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c451 assert_param(IS_PCROPSTATE(pAdvOBInit->PCROPState)); in HAL_FLASHEx_AdvOBProgram()
453 …_ProtectedSectorsConfig(pAdvOBInit->PCROPSector, pAdvOBInit->PCROPSector2, pAdvOBInit->PCROPState); in HAL_FLASHEx_AdvOBProgram()
455 status = FLASH_OB_ProtectedSectorsConfig(pAdvOBInit->PCROPSector, pAdvOBInit->PCROPState); in HAL_FLASHEx_AdvOBProgram()
491 pAdvOBInit->PCROPState = (FLASH->OPTR & FLASH_OPTR_WPRMOD) >> FLASH_OPTR_WPRMOD_Pos; in HAL_FLASHEx_AdvOBGetConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c553 assert_param(IS_PCROPSTATE(pAdvOBInit->PCROPState)); in HAL_FLASHEx_AdvOBProgram()
554 if (pAdvOBInit->PCROPState == OB_PCROP_STATE_ENABLE) in HAL_FLASHEx_AdvOBProgram()
606 pAdvOBInit->PCROPState = (FLASH->OBR & FLASH_OBR_SPRMOD) >> POSITION_VAL(FLASH_OBR_SPRMOD); in HAL_FLASHEx_AdvOBGetConfig()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c380 assert_param(IS_PCROPSTATE(pAdvOBInit->PCROPState)); in HAL_FLASHEx_AdvOBProgram()
381 if ((pAdvOBInit->PCROPState) == OB_PCROP_STATE_ENABLE) in HAL_FLASHEx_AdvOBProgram()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h208 uint32_t PCROPState; /*!< PCROPState: PCROP activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h275 uint32_t PCROPState; /*!< PCROPState: PCROP activation or deactivation. member
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h104 uint32_t PCROPState; /*!< PCROP activation or deactivation. member