Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_flash_ex.c487 status = FLASH_OB_BootConfig(pAdvOBInit->BootConfig); in HAL_FLASHEx_AdvOBProgram()
527 pAdvOBInit->BootConfig = (FLASH->OPTR & FLASH_OPTR_BFB2) >> 16U; in HAL_FLASHEx_AdvOBGetConfig()
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h306 uint16_t BootConfig; /*!< BootConfig: specifies Option bytes for boot config member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h238 uint16_t BootConfig; /*!< BootConfig: specifies Option bytes for boot config member
/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c599 status = FLASH_OB_BootConfig(pAdvOBInit->BootConfig); in HAL_FLASHEx_AdvOBProgram()
642 pAdvOBInit->BootConfig = (FLASH->OBR & FLASH_OBR_nRST_BFB2) >> 16U; in HAL_FLASHEx_AdvOBGetConfig()