Home
last modified time | relevance | path

Searched refs:IS_PCROPSTATE (Results 1 – 6 of 6) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_flash_ex.h97 #define IS_PCROPSTATE(__VALUE__) (((__VALUE__) == OB_PCROP_STATE_DISABLE) || \ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_flash_ex.h143 #define IS_PCROPSTATE(__VALUE__) (((__VALUE__) == OB_PCROP_STATE_DISABLE) || \ macro
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_flash_ex.c451 assert_param(IS_PCROPSTATE(pAdvOBInit->PCROPState)); in HAL_FLASHEx_AdvOBProgram()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_flash_ex.c380 assert_param(IS_PCROPSTATE(pAdvOBInit->PCROPState)); in HAL_FLASHEx_AdvOBProgram()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_flash_ex.h842 #define IS_PCROPSTATE(VALUE)(((VALUE) == OB_PCROP_STATE_DISABLE) || \ macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_flash_ex.c553 assert_param(IS_PCROPSTATE(pAdvOBInit->PCROPState)); in HAL_FLASHEx_AdvOBProgram()