Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/flash/
Dflash_ifx_cat1.c30 cyhal_flash_t flash_obj; member
63 rslt = cyhal_flash_read(&dev_data->flash_obj, read_offset, (uint8_t *)data, data_len); in ifx_cat1_flash_read()
96 rslt = cyhal_flash_write(&dev_data->flash_obj, write_offset, in ifx_cat1_flash_write()
130 rslt = cyhal_flash_erase(&data->flash_obj, erase_offset); in ifx_cat1_flash_erase()
176 rslt = cyhal_flash_init(&data->flash_obj); in ifx_cat1_flash_init()
Dflash_ifx_cat1_qspi.c31 cyhal_flash_t flash_obj; member