Home
last modified time | relevance | path

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

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_flash_ex.c414 assert_param(IS_OPTIONBYTE(pOBInit->OptionType)); in HAL_FLASHEx_OBProgram()
417 if((pOBInit->OptionType & OPTIONBYTE_WRP) == OPTIONBYTE_WRP) in HAL_FLASHEx_OBProgram()
439 if((pOBInit->OptionType & OPTIONBYTE_RDP) == OPTIONBYTE_RDP) in HAL_FLASHEx_OBProgram()
451 if((pOBInit->OptionType & OPTIONBYTE_USER) == OPTIONBYTE_USER) in HAL_FLASHEx_OBProgram()
465 if((pOBInit->OptionType & OPTIONBYTE_BOR) == OPTIONBYTE_BOR) in HAL_FLASHEx_OBProgram()
547 assert_param(IS_OBEX(pAdvOBInit->OptionType)); in HAL_FLASHEx_AdvOBProgram()
552 if ((pAdvOBInit->OptionType & OPTIONBYTE_PCROP) == OPTIONBYTE_PCROP) in HAL_FLASHEx_AdvOBProgram()
581 if ((pAdvOBInit->OptionType & OPTIONBYTE_BOOTCONFIG) == OPTIONBYTE_BOOTCONFIG) in HAL_FLASHEx_AdvOBProgram()
601 pAdvOBInit->OptionType = 0U; in HAL_FLASHEx_AdvOBGetConfig()
605 pAdvOBInit->OptionType |= OPTIONBYTE_PCROP; in HAL_FLASHEx_AdvOBGetConfig()
[all …]
/bsp/stm32/stm32h7s7-st-disco/board/CubeMX_Config/Boot/Core/Src/
A Dmain.c148 pOBInit.OptionType = OPTIONBYTE_USER; in MX_FLASH_Init()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_flash_ex.h225 uint32_t OptionType; /*!< OptionType: Option byte to be configured. member
273 uint32_t OptionType; /*!< OptionType: Option byte to be configured for extension . member

Completed in 11 milliseconds