Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h145 #if defined(FLASH_OBR_SPRMOD) && defined(FLASH_OBR_nRST_BFB2)
149 #elif defined(FLASH_OBR_SPRMOD) && !defined(FLASH_OBR_nRST_BFB2)
153 #elif !defined(FLASH_OBR_SPRMOD) && defined(FLASH_OBR_nRST_BFB2)
167 #if defined(FLASH_OBR_nRST_BFB2)
283 #if defined(FLASH_OBR_SPRMOD) || defined(FLASH_OBR_nRST_BFB2)
305 #if defined(FLASH_OBR_nRST_BFB2)
635 #if defined(FLASH_OBR_nRST_BFB2)
791 #if defined(FLASH_OBR_nRST_BFB2)
800 #define OB_BOOT_BANK1 ((uint8_t)(FLASH_OBR_nRST_BFB2 >> 16U)) /*!< At startup, if b…
932 #if defined(FLASH_OBR_SPRMOD) || defined(FLASH_OBR_nRST_BFB2)
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c138 #if defined(FLASH_OBR_nRST_BFB2)
548 #if defined(FLASH_OBR_SPRMOD) || defined(FLASH_OBR_nRST_BFB2)
594 #if defined(FLASH_OBR_nRST_BFB2) in HAL_FLASHEx_AdvOBProgram()
637 #if defined(FLASH_OBR_nRST_BFB2) in HAL_FLASHEx_AdvOBGetConfig()
642 pAdvOBInit->BootConfig = (FLASH->OBR & FLASH_OBR_nRST_BFB2) >> 16U; in HAL_FLASHEx_AdvOBGetConfig()
1467 #if defined(FLASH_OBR_nRST_BFB2)
1493 tmp1 = OB->USER & ((~FLASH_OBR_nRST_BFB2) >> 16U); in FLASH_OB_BootConfig()
/loramac-node-3.4.0/src/boards/NucleoL152/cmsis/
Dstm32l152xe.h3204 #define FLASH_OBR_nRST_BFB2 FLASH_OBR_nRST_BFB2_Msk /*!< BFB2 */ macro