Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_flash_ex.h143 #define IS_OB_STDBY_SOURCE(__SOURCE__) (((__SOURCE__) == OB_STDBY_NORST) || ((__SOURCE__) == OB_ST…
614 #define OB_STDBY_NORST ((uint8_t)0x40U) /*!< No reset generated when entering in ST… macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_flash_ex.h98 #define IS_OB_STDBY_SOURCE(__SOURCE__) (((__SOURCE__) == OB_STDBY_NORST) || ((__SOURCE__) == OB_ST…
447 #define OB_STDBY_NORST ((uint8_t)0x40U) /*!< No reset generated when entering in ST… macro
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_flash_ex.c387 pOBInit->USERConfig & OB_STDBY_NORST); in HAL_FLASHEx_OBProgram()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_flash_ex.c471 pOBInit->USERConfig & OB_STDBY_NORST); in HAL_FLASHEx_OBProgram()