Home
last modified time | relevance | path

Searched refs:flash_stm32_ex_op (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_stm32_ex_op.c21 LOG_MODULE_REGISTER(flash_stm32_ex_op, CONFIG_FLASH_LOG_LEVEL);
229 int flash_stm32_ex_op(const struct device *dev, uint16_t code, in flash_stm32_ex_op() function
DCMakeLists.txt93 zephyr_library_sources_ifdef(CONFIG_FLASH_EX_OP_ENABLED flash_stm32_ex_op.c)
Dflash_stm32.h305 int flash_stm32_ex_op(const struct device *dev, uint16_t code,
Dflash_stm32.c456 .ex_op = flash_stm32_ex_op,
Dflash_stm32h7x.c733 .ex_op = flash_stm32_ex_op,