Searched defs:vect (Results 1 – 3 of 3) sorted by relevance
130 struct flash_vect *vect = &flash_dev->dev->secure; in is_range_secure() local158 struct flash_vect *vect = &flash_dev->dev->erase; in is_erase_allow() local180 struct flash_vect *vect = &flash_dev->dev->write; in is_write_allow() local
129 struct ospi_flash_vect *vect = &flash_dev->dev->erase; in is_erase_allow() local152 struct ospi_flash_vect *vect = &flash_dev->dev->write; in is_write_allow() local
56 static uint8_t AddInt8ValueToUin8Vector(uint8_t *vect, /*! [in] vect - the buffer containing the … in AddInt8ValueToUin8Vector()