Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_flash.h223 #define OPTIONBYTE_SEC 0x20U /*!< Securable memory option byte config… macro
927 OPTIONBYTE_BOOT_LOCK | OPTIONBYTE_SEC)))
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_flash.h294 #define OPTIONBYTE_SEC 0x00000010U /*!< SEC option byte configuration */ macro
299 … OPTIONBYTE_PCROP | OPTIONBYTE_SEC) /*!< All option byte configuration */
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_flash_ex.c366 if ((pOBInit->OptionType & OPTIONBYTE_SEC) != 0U) in HAL_FLASHEx_OBProgram()
444 pOBInit->OptionType |= OPTIONBYTE_SEC; in HAL_FLASHEx_OBGetConfig()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_flash.h238 #define OPTIONBYTE_SEC 0x00000010U /*!< SEC option byte configuration */ macro
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_flash_ex.c333 if ((pOBInit->OptionType & OPTIONBYTE_SEC) != 0x00U) in HAL_FLASHEx_OBProgram()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_flash_ex.c377 if ((pOBInit->OptionType & OPTIONBYTE_SEC) != 0x00U) in HAL_FLASHEx_OBProgram()