Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal.h450 #define __HAL_SYSCFG_SRAM2_ERASE() SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER)
494 #define __HAL_SYSCFG_GET_FLAG(__FLAG__) ((((((__FLAG__) == SYSCFG_SCSR_SRAM2BSY)? SYSCFG->SCSR
Dstm32l4xx_ll_system.h846 SET_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2ER); in LL_SYSCFG_EnableSRAM2Erase()
856 return (READ_BIT(SYSCFG->SCSR, SYSCFG_SCSR_SRAM2BSY) == (SYSCFG_SCSR_SRAM2BSY)); in LL_SYSCFG_IsSRAM2EraseOngoing()
/loramac-node-2.7.6/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h899 …__IO uint32_t SCSR; /*!< SYSCFG SRAM2 control and status register, Address offset:… member