Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_flash_ex.h312 #define IS_FLASH_ALLOW_REQ(VALUE) (((VALUE) == FLASH_ALLOW_PROGRAM) || \ macro
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_flash_ex.c635 assert_param(IS_FLASH_ALLOW_REQ(Request)); in HAL_FLASHEx_AllowOperation()