Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/CMSIS_Driver/
Dlow_level_flash.h32 struct flash_vect struct
39 struct flash_vect erase; argument
40 struct flash_vect write;
42 struct flash_vect secure;
Dlow_level_flash.c130 struct flash_vect *vect = &flash_dev->dev->secure; in is_range_secure()
158 struct flash_vect *vect = &flash_dev->dev->erase; in is_erase_allow()
180 struct flash_vect *vect = &flash_dev->dev->write; in is_write_allow()