Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_flash_ex.h180 #define IS_FLASH_CFGLVEPIN(CFG) (((CFG) == FLASH_LVE_PIN_CTRL) || \ macro
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_flash_ex.c668 assert_param(IS_FLASH_CFGLVEPIN(ConfigLVE)); in HAL_FLASHEx_ConfigLVEPin()