Home
last modified time | relevance | path

Searched defs:vect (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/stm/common/hal/CMSIS_Driver/
Dlow_level_flash.c130 struct flash_vect *vect = &flash_dev->dev->secure; in is_range_secure() local
158 struct flash_vect *vect = &flash_dev->dev->erase; in is_erase_allow() local
180 struct flash_vect *vect = &flash_dev->dev->write; in is_write_allow() local
Dlow_level_ospi_flash.c129 struct ospi_flash_vect *vect = &flash_dev->dev->erase; in is_erase_allow() local
152 struct ospi_flash_vect *vect = &flash_dev->dev->write; in is_write_allow() local
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/rnd_dma/
Dcc_rnd_common.c56 static uint8_t AddInt8ValueToUin8Vector(uint8_t *vect, /*! [in] vect - the buffer containing the … in AddInt8ValueToUin8Vector()