Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c98 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t OB_BOOT);
1176 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t OB_BOOT) in FLASH_OB_BootConfig() argument
1182 assert_param(IS_OB_BOOT_BANK(OB_BOOT)); in FLASH_OB_BootConfig()
1188 tmp = (uint32_t)~(OB_BOOT | tmp1) << 16U; in FLASH_OB_BootConfig()
1189 tmp |= (OB_BOOT | tmp1); in FLASH_OB_BootConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c121 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t OB_BOOT);
1475 static HAL_StatusTypeDef FLASH_OB_BootConfig(uint8_t OB_BOOT) in FLASH_OB_BootConfig() argument
1481 assert_param(IS_OB_BOOT_BANK(OB_BOOT)); in FLASH_OB_BootConfig()
1487 tmp = (uint32_t)~(OB_BOOT | tmp1) << 16U; in FLASH_OB_BootConfig()
1488 tmp |= (OB_BOOT | tmp1); in FLASH_OB_BootConfig()