Home
last modified time | relevance | path

Searched refs:OPTCR_BYTE1_ADDRESS (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_flash.h371 #define OPTCR_BYTE1_ADDRESS 0x40023C15U macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_flash.h371 #define OPTCR_BYTE1_ADDRESS 0x40023C15U macro
/btstack/port/stm32-f4discovery-cc256x/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_flash_ex.c1174 *(__IO uint8_t*)OPTCR_BYTE1_ADDRESS = Level; in FLASH_OB_RDP_LevelConfig()
1277 if((*(__IO uint8_t*)(OPTCR_BYTE1_ADDRESS) == (uint8_t)OB_RDP_LEVEL_2)) in FLASH_OB_GetRDP()
1281 else if((*(__IO uint8_t*)(OPTCR_BYTE1_ADDRESS) == (uint8_t)OB_RDP_LEVEL_0)) in FLASH_OB_GetRDP()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_flash_ex.c1174 *(__IO uint8_t*)OPTCR_BYTE1_ADDRESS = Level; in FLASH_OB_RDP_LevelConfig()
1277 if((*(__IO uint8_t*)(OPTCR_BYTE1_ADDRESS) == (uint8_t)OB_RDP_LEVEL_2)) in FLASH_OB_GetRDP()
1281 else if((*(__IO uint8_t*)(OPTCR_BYTE1_ADDRESS) == (uint8_t)OB_RDP_LEVEL_0)) in FLASH_OB_GetRDP()