Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_flash_ex.h663 #define IS_OB_PCROP_RDP_VALUE(VALUE) (((VALUE) == OB_PCROP_RDP_DISABLE) || \ macro
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_flash_ex.c1072 assert_param(IS_OB_PCROP_RDP_VALUE(Pcrop_Rdp)); in FLASH_OB_PCROP_RDP_Config()