Home
last modified time | relevance | path

Searched refs:OB_USER_IWDG_SW (Results 1 – 5 of 5) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_flash.h284 #define OB_USER_IWDG_SW FLASH_OPTR_IWDG_SW /*!< Independent watchdog selection */ macro
295 … OB_USER_nRST_SHDW | OB_USER_IWDG_SW | OB_USER_IWDG_STOP | \
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_flash.h252 #define OB_USER_IWDG_SW ((uint32_t)0x0008) /*!< Independent watchdog se… macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_flash.h252 #define OB_USER_IWDG_SW ((uint32_t)0x0008) /*!< Independent watchdog se… macro
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_flash_ex.c831 if((UserType & OB_USER_IWDG_SW) != 0U) in FLASH_OB_UserConfig()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_flash_ex.c831 if((UserType & OB_USER_IWDG_SW) != 0U) in FLASH_OB_UserConfig()