Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c102 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR);
866 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR) in FLASH_OB_BORConfig() argument
872 assert_param(IS_OB_BOR_LEVEL(OB_BOR)); in FLASH_OB_BORConfig()
878 tmp = (uint32_t)~((OB_BOR | tmp1)) << 16U; in FLASH_OB_BORConfig()
879 tmp |= (OB_BOR | tmp1); in FLASH_OB_BORConfig()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c125 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR);
1020 static HAL_StatusTypeDef FLASH_OB_BORConfig(uint8_t OB_BOR) in FLASH_OB_BORConfig() argument
1026 assert_param(IS_OB_BOR_LEVEL(OB_BOR)); in FLASH_OB_BORConfig()
1032 tmp = (uint32_t)~((OB_BOR | tmp1)) << 16U; in FLASH_OB_BORConfig()
1033 tmp |= (OB_BOR | tmp1); in FLASH_OB_BORConfig()