Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h291 #define OB_USER_IO_VDD_HSLV 0x00000040U /*!< High speed IO at low voltage configuration b… macro
321 OB_USER_IO_VDD_HSLV | OB_USER_IO_VDDIO2_HSLV | OB_USER_IWDG_STOP |\
329 OB_USER_IO_VDD_HSLV | OB_USER_IO_VDDIO2_HSLV | OB_USER_IWDG_STOP |\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_flash.h343 #define OB_USER_IO_VDD_HSLV 0x00040000U /*!< High speed IO at low voltage configuration b… macro
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_flash_ex.c1283 if ((UserType & OB_USER_IO_VDD_HSLV) != 0U) in FLASH_OB_UserConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1271 if ((UserType & OB_USER_IO_VDD_HSLV) != 0U) in FLASH_OB_UserConfig()