Home
last modified time | relevance | path

Searched refs:OB_USER_USBPD_DIS (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_flash_ex.h312 #define OB_USER_USBPD_DIS 0x00040000U /*!< USB power delivery configuration enable */ macro
324 OB_USER_SRAM3_ECC | OB_USER_SRAM2_ECC | OB_USER_USBPD_DIS |\
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_flash_ex.c1412 if ((UserType & OB_USER_USBPD_DIS) != 0U) in FLASH_OB_UserConfig()